z/OS DFSMShsm Managing Your Own Data
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example JCL for submitting an DFSMShsm command

z/OS DFSMShsm Managing Your Own Data
SC23-6870-00

The following is an example of JCL for submitting DFSMShsm commands in batch mode. In this example, we want to recall four data sets from a migration volume by using the HRECALL command:
//RECALJOB JOB . . .
//STEP1    EXEC PGM=IKJEFT01,REGION=512K
//SYSPRINT DD SYSOUT=A
//SYSTSPRT DD SYSOUT=A
//SYSTSIN  DD *
  HRECALL  CRPA.DATA1
  HRECALL  CRPA.DATA2
  HRECALL  CRPA.DATA3
  HRECALL  CRPA.DATA4
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014