The following example illustrates how to extract SMF data on a weekly basis for a specific SMF ID (SID).
//jobname JOB accounting information //STEP001 EXEC CASFXSMF,A='*' //SMFOUT DD DISP=(,CATLG),UNIT=(CART,,DEFER),DSN=CAI.PMA.WEEKLY(+1) (1) // DCB=(LRECL=32760,RECFM=VBS,BLKSIZE=32748) //SYSIN DD * EXTRACT SID(XAT1) LWEEK TODD(SMFOUT) (2) /* //
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.
|
|