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


JCL for storage location management processing

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

To request storage location management processing, specify the DSTORE parameter. You can submit a job with JCL similar to Figure 1.

Figure 1. Example of JCL for storage location management processing
 //HSKP     EXEC PGM=EDGHSKP,
 //     PARM='DSTORE'
 //MESSAGE  DD DISP=SHR,DSN=HSKP.MESSAGES

To move all volumes from one location to another location using the INSEQUENCE and REASSIGN parameters, you can submit a job with JCL that is similar to Figure 2.

Figure 2. Example of JCL for storage location management processing using the LOCATION, INSEQUENCE, and REASSIGN parameters
 //HSKP EXEC PGM=EDGHSKP,
 // PARM='DSTORE(LOCATION(SHELF:VAULT),INSEQUENCE,REASSIGN)
 //MESSAGE DD DISP=SHR,DSN=HSKP.MESSAGES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014