//stepname EXEC PGM=TMSSMF[,PARM='[MODE=DETAIL|SUMMARY][,DATEFMT=(fmt)]'] //STEPLIB DD DSN=CAI.CTAPLINK,DISP=SHR //TMSRPT DD SYSOUT=A //SYSOUT DD SYSOUT=A //SMFINPUT DD DSN=your.smf.extract.file,DISP=SHR, // UNIT=xxxxxxxx,VOL=SER=nnnnnn //TMSUPDTE DD DSN=CAI.CA1.TMSUPDTE.TRANS,DISP=(NEW,CATLG,DELETE), // UNIT=SYSDA,VOL=SER=aaaaaa,SPACE=(TRK,(5,5),RLSE), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=n*80,DSORG=PS) //TMSAGGR DD DSN=CAI.CA1.TMSAGGR.TRANS,DISP=(NEW,CATLG,DELETE), // UNIT=SYSDA,VOL=SER=bbbbbb,SPACE=(TRK,(20,20),RLSE), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=n*80,DSORG=PS) //SYSIN DD * (control statements here) /*
The UNIT= and VOLSER= parameters on the SMFINPUT DD statement are only needed if the SMF DUMP extract file is not cataloged.
Parameter Definitions
Specifies the level of detail in creating REPORT-66. When you specify DETAIL, every volume and secondary file that is processed is written to the report. When you specify SUMMARY, only summary counters are written to the report.
Default: SUMMARY
(Optional) Specifies the date format for reports that TMSSMF generates. The date pattern is limited to 10 bytes and must be enclosed in parentheses.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|