174 IMS Connectivity in an On Demand Environment: A Practical Guide to IMS Connectivity
11.2.5 Recorder trace utility
IMS Connect Extensions provides utilities to process the IMS Connect recorder trace output
data set. These utilities are:
CEXRTCNV
Converts the recorder trace data into variable length records in the format of IMS Connect
Extensions event records.
Example 11-9 shows a sample JCL for this utility.
Example 11-9 JCL to run recorder trace conversion utility
//CEXRTCNV JOB (ACCOUNT),’NAME’
//*
//*********************************************************************
//* NAME: CEXRTCN
//* DESCRIPTION: IMS CONNECT EXTENSIONS
//* RECORDER TRACE CONVERSION UTILITY
//* FUNCTION: SAMPLE JCL TO RUN THE RECORDER TRACE CONVERSION UTILITY
//*********************************************************************
//*
//STEP01 EXEC PGM=FUNEXEC,PARM=CEXRTCNV
//STEPLIB DD DISP=SHR,DSN=CEX.V1R1M0.SCEXLINK
// DD DISP=SHR,DSN=FUN.V1R1M0.SFUNLINK
//SYSUDUMP DD SYSOUT=*
//CEXPRINT DD SYSOUT=*
//MSGOUT DD SYSOUT=*
//RCDRIN DD DISP=SHR,DSN=your.recorder.input
//RCDROUT DD DISP=SHR,DSN=your.recorder.output
/*
CEXRTPRT
Formats and prints the recorder trace event records created by CEXRTCNV.
Example 11-10 shows a sample JCL for this utility.
Example 11-10 JCL to run recorder trace print utility
//CEXRTPR JOB (ACCOUNT),’NAME’
//*
//*********************************************************************
//* NAME: CEXRTPR
//* DESCRIPTION: IMS CONNECT EXTENSIONS
//* RECORDER TRACE PRINT UTILITY
//* FUNCTION: SAMPLE JCL TO RUN THE RECORDER TRACE PRINT UTILITY
//*********************************************************************
//*
//STEP01 EXEC PGM=FUNEXEC,PARM=CEXRTPRT
//STEPLIB DD DISP=SHR,DSN=CEX.V1R1M0.SCEXLINK
// DD DISP=SHR,DSN=FUN.V1R1M0.SFUNLINK
//SYSUDUMP DD SYSOUT=*
//CEXPRINT DD SYSOUT=*
//MSGOUT DD SYSOUT=*
//RCDRIN DD DISP=SHR,DSN=your.recorder.output
/*
In Example 11-11 on page 175, you can see the formatted records produced by the recorder
trace print utility.

Get IMS Connectivity in an On Demand Environment: A Practical Guide to IMS Connectivity now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.