Multiple SARDBASE ADDDS statements in the same job step
search cancel

Multiple SARDBASE ADDDS statements in the same job step

book

Article ID: 27379

calendar_today

Updated On:

Products

View

Issue/Introduction

Can there be multiple SARDBASE ADDDS statements in the same job step?

Environment

  • View®
  • OM View for z
  • Output Management View® for z/OS

Resolution

There can be multiple ADDDS statements in the same step within the same job.

The SARDBASE ADDDS utility can be run to add additional space on the fly, without having to halt any activity to View.

Here is a JCL example:

//STEP1 EXEC PGM=SARDBASE
//STEPLIB DD DSN=VIEW.CVDELOAD,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
NAME database_hlq
ADDDS UNIT=3390 VOL=xxxxxx CYL=xxx INDEX
ADDDS UNIT=3390 VOL=xxxxxx CYL=xxx INDEX
ADDDS UNIT=3390 VOL=xxxxxx CYL=xxx