z/OS DFSMSrmm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


JCL for expiration processing

z/OS DFSMSrmm Implementation and Customization Guide
SC23-6874-00

To request expiration processing, specify the EXPROC parameter. You can submit a job with JCL similar to Figure 1.

Figure 1. Example of JCL for expiration processing
 //HSKP     EXEC PGM=EDGHSKP,
 //     PARM='EXPROC'
 //MESSAGE  DD DISP=SHR,DSN=HSKP.MESSAGES

To request expiration processing on a subset of volumes or to request asynchronous return to scratch of system-managed volumes, specify the EXPROC parameter, and use the EXPROC command in SYSIN. You can submit a job with JCL similar to Figure 2.

Figure 2. Example of JCL for expiration processing
 //HSKP     EXEC PGM=EDGHSKP,
 //     PARM='EXPROC'
 //MESSAGE  DD DISP=SHR,DSN=HSKP.MESSAGES
 //EDGSPLCS DD DSN=RMMTST.Z19MTU.SPLCSHSK,DISP=SHR
 //SYSIN DD *
 EXPROC VOLUMES(RFA01*,RFA11*,A035*) EDGSPLCS(YES)

Figure 2 requests that scratch (S) statements are generated for the EDGSPLCS utility and that only the volumes in the subsets RFA01*, RFA11*, and A035* are processed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014