Previous Topic: Compression Analysis Utility TBECMPCA

Next Topic: Supported Execution Parameters

Sample JCL Required to Execute TBECMPCA

Sample JCL required to execute TBECMPCA is provided as follows:

Note: This sample JCL is also provided in data set CTAPJCL member BESCMPCA.

//ANALYSIS EXEC PGM=TBECMPCA,PARM=('COMP=H3')
//STEPLIB  DD   DISP=SHR,DSN=CAI.CTAPLINK
//SYSPRINT DD   SYSOUT=A
//*DIAGMSG  DD   SYSOUT=A
//*DIAGSNAP DD   SYSOUT=A
//SYSUDUMP DD   SYSOUT=A
//SYSUT1   DD   DSN=tape.data.set.to.analyze,DISP=OLD,

SYSUT1 can define a data set on either disk or tape. For disk data sets, specify the DISP=SHR parameter. Only the first file of a concatenation will be processed.