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


Copying FSR, DSR, and VSR records to tape

z/OS DFSMShsm Diagnosis
GC52-1387-00

This JCL shows a method of copying FSR, DSR, and VSR records from the SMF data set to tape.

If you are running SETSYS SMF (SMFID), then the records that are identified with SMFID contain daily statistics (DSR) and volume statistics (VSR). Records that are identified with SMFID+1 contain function statistics (FSR) and ABARS function statistics (WWFSR).

//SMFCOPY  JOB  MSGCLASS=A                       
//S1  EXEC  PGM=IFASMFDP                         
//SYSPRINT DD    SYSOUT=A                        
//SYSUT1   DD    DSN=SYS1.MANX,DISP=SHR 
//SYSUT2   DD    DSN=0W99999.SMF,LABEL=(6,SL),
//               VOL=SER=TAPE01,DISP=(NEW,KEEP),UNIT=TAPE
//SYSIN DD *                                                
 INDD(SYSUT1,OPTIONS(DUMP))                                 
 OUTDD(SYSUT2,TYPE(SMFID,SMFID+1))     
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014