Previous Topic: Consolidating Tape Storage GroupsNext Topic: Example 2: Consolidating a Tape Storage Group


Example 1: Using Initialization Parameter Settings

All eligible tapes (given the values for PTHRESH, PMXTAPES, and PMXYEARS) are consolidated for database VIEW.SYSTEM1:

//EXAMPLE  JOB  ACCOUNT,PROGRAMMER
//SARPAC   EXEC PGM=SARPAC,PARM='VIEW.SYSTEM1',REGION=0M
//STEPLIB  DD   DSN=CAI.CVDELOAD,DISP=SHR
//SYSPRINT DD   SYSOUT=*
//SARDRLST DD   SYSOUT=*
//SYSOUT   DD   SYSOUT=*
//SORTLIB  DD   DSN=SYS1.SORTLIB,DISP=SHR
//SORTWK01 DD   UNIT=SYSDA,SPACE=(CYL,(50))
//SORTWK02 DD   UNIT=SYSDA,SPACE=(CYL,(50))
//SORTWK03 DD   UNIT=SYSDA,SPACE=(CYL,(50))
//*SYSIN   DD   *