Member BESSMFUT in the CTAPJCL library demonstrates how to run the TBESMFUT utility. The following sample JCL prints a report of all CA Tape Encryption and CA Encryption Key Manager events recorded in the SMF dump dataset:
//JOBNAME JOB
//BESSMFUT EXEC PGM=TBESMFUT,
//STEPLIB DD DISP=SHR,DSN=@LIBPFX.CTAPLINK
//SYSPRINT DD SYSOUT=*
//SMFINPUT DD DISP=SHR,DSN=@SMFDSN
//SYSIN DD *
SMFRECTYPE = nnn
/*
This JCL has the following format:
Specifies where TBESMFUT resides.
Optional if the CA Tape Encryption or CA Encryption Key Manager load library is in the link list.
Specifies the high level prefix to use for CTAPLINK.
Specifies output which contains both the results for the user provided SYSIN control statements and the report generated by TBESMFUT.
Specifies the name of the input SMF dump data set generated by the SMF dump program (IFASMFDP).
Specifies the name of the SMF dump data set that contains the output of the IFASMFDP utility.
Specifies the input control statements for the job.
Optional. Triggers TBESMFUT to add additional information about the SYSIN control statements to the SYSPRINT output for debugging purposes.
Specifies the numeric value of StatsSMFRecordTypes associated with CA Tape Encryption and CA Encryption Key Manager.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |