z/OS DFSMShsm Diagnosis
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Copying the DFSMShsm log data set to tape

z/OS DFSMShsm Diagnosis
GC52-1387-00

This JCL shows a method of copying the DFSMShsm log Y data set to tape.

If the needed data is on the active DFSMShsm log (log X), run the JCL job, issue the SWAPLOG LOG command, and run the JCL job again.

   //LOGCOPY JOB MSGCLASS=A
   //S1 EXEC PGM=IEBGENER
   //SYSPRINT DD SYSOUT=A
   //SYSIN DD DUMMY
   //SYSUT1 DD DSN=HSM.LOGY,DISP=SHR
   //SYSUT2 DD DSN=OW99999.LOGY,LABEL=(4,SL),VOL=SER=TAPE01,
   //          DISP=(NEW,KEEP),UNIT=TAPE

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014