The following example performs two extractions of designated SMF data over a period of one month.
//jobname JOB job accounting parameters
//STEP0001 EXEC CASFXSMF,A='A', /* SYSOUT CLASS
// STEPLIB='CASFLOAD',
// SCDDSN='CAI.MSMF.SCDS'
//JOBRECS DD DISP=(NEW,CATLG,DELETE),
// DSN=CAI.MSMF.JOBRECS,
// UNIT=SYSDA,
// SPACE=(CYL,(50,20),RLSE),
// DCB=(RECFM=VB,BLKSIZE=13030,LRECL=13022)
//TSORECS DD DISP=(NEW,CATLG,DELETE),
// DSN=CAI.MSMF.TSORECS,
// UNIT=SYSDA,
// SPACE=(CYL,(50,20),RLSE),
// DCB=(RECFM=VB,BLKSIZE=13030,LRECL=13022)
//SYSIN DD *
EXTRACT MONTH(0208) SID(SYS1) SELECT(4:6 20 26) TODD(JOBRECS). (1)
EXTRACT MONTH(0208) SID(SYS1) SELECT(34 35) TODD(TSORECS). (2,3)
/*
Note:
See Chapter 4 of this guide for a complete description of the EXTRACT command and its operands.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|