Program APCBASMF of job APCXJSMF selects type 30 records (subtype 4) from the SMF pool. It consists of the following main parts:
By using ddname APCSMF, you provide Performance Management Assistant with your SMF files. Use a DD concatenation in case of a multi-MVS system environment with multiple SMF files. The system name is part of the saved information.
//APCBASMF EXEC PGM=APCBASMF //STEPLIB DD DSN=CAMAT.PMA.CEETLOAD, // DISP=SHR //** SMF POOL //APCSMF DD DSN=SMFPOOLMVS1, // DCB=(BUFNO=50,BFTEK=A), // DISP=SHR //APCMES DD DSN=&&LOG001, // DISP=(,PASS), // UNIT=SYSTS, // SPACE=(CYL,(1,5)) //APCPARAM DD DSN=CAMAT.PMA.PARMS, // DISP=SHR // //APCBEXC1 DD DSN=CAMAT.PMA.KSDSEXC,DISP=SHR //APCREP DD SYSOUT=* //APCEREP DD SYSOUT=* //APCJLOG1 DD DSN=CAMAT.PMA.LOG,DISP=MOD //*
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|