Previous Topic: About the TBESMFUT Utility

Next Topic: Control Statements

JCL for the TBESMFUT Utility

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:

STEPLIB

Specifies where TBESMFUT resides.

Optional if the CA Tape Encryption or CA Encryption Key Manager load library is in the link list.

@LIBPFX

Specifies the high level prefix to use for CTAPLINK.

SYSPRINT

Specifies output which contains both the results for the user provided SYSIN control statements and the report generated by TBESMFUT.

SMFINPUT

Specifies the name of the input SMF dump data set generated by the SMF dump program (IFASMFDP).

@SMFDSN

Specifies the name of the SMF dump data set that contains the output of the IFASMFDP utility.

SYSIN

Specifies the input control statements for the job.

DEBUG

Optional. Triggers TBESMFUT to add additional information about the SYSIN control statements to the SYSPRINT output for debugging purposes.

nnn

Specifies the numeric value of StatsSMFRecordTypes associated with CA Tape Encryption and CA Encryption Key Manager.