Previous Topic: Test Compression Facility

Next Topic: Notes on Using the Program


How The Program Works

The TCF reads SYSIN control statements that control the operation of TCF and specify the data sets and/or data set name patterns you want to analyze.

The sample JCL below runs the TCF. This JCL can be found in member TCFRPT in YOUR.CAI.CCVBJCL.

//*TCFRPT JOB
//*
//TCF      EXEC PGM=GDAXP001,REGION=1000K
//STEPLIB   DD  DSN=YOUR.CAI.CCVBLOAD,DISP=SHR
//CMDPRINT  DD  SYSOUT=*
//MSGPRINT  DD  SYSOUT=*
//SYSPRINT  DD  SYSOUT=*
//SYSUDUMP  DD  SYSOUT=*
//SYSIN     DD  *
 --- ENTER ANALYZER COMMANDS HERE ---