Trace should be enabled only at the request of your IBM® service representative.
To activate trace, prefix the PARMs in the JCL with the required trace type. One of the following supported trace types can be specified -- TI, TD, or TB. The following example shows a summary run including the trace type TB.
//DFHSCNR JOB (accounting information)
//DFHSCAN EXEC PGM=DFHEISUP,PARM=('TB SUMMARY, DETAILMODS'),
// REGION=128M
//STEPLIB DD DSN=HLQ.LOADLIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSERR DD SYSOUT=*
//* Filter file, supplied by user, or from samples data set
//DFHFLTR DD DSN=HLQ.FILTER,DISP=SHR
//* Module list, to be created during summary,detail runs.
//DFHDTL DD DSN=HLQ.MODLIST,DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=8000),SPACE=(CYL,(1,1))
//* PDS containing loadmodules to be scanned
//DFHIN DD DSN=HLQ.SDFHLOAD,DISP=SHR