IDITRACE information
//IDITRACE DD SYSOUT=*
For an alternative method of activating this trace under CICS®, see IDITRACE under CICS. For information about the dynamic tracing via the CTL.IDITRACE data area field, see Analysis Control user exit.
Listing/Side File search trace for IDISCBL1
Execution program IDISCBL1 compile date 2013/02/18 time 12:17:24
Rejected - DA.LISTING.COBOL(IDISCBL1)
Failed -
OPEN error, member not found.
Rejected - NWILKES.$$TEMP$$.LISTINGS(IDISCBL1) Built 2013/02/18 12:17:41
Failed -
COBOL Working Storage length mismatch - load x'2A' listing x'32'
COBOL Data Division Statements mismatch - load 6 listing 7
Passed -
COBOL TGT lengths match load and listing both 148
COBOL Procedure Division Statements match, both 10
Object code length check passed.
Accepted - NWILKES.IVPCB.LISTINGS(IDISCBL1) Built 2013/02/18 12:17:24
Passed -
COBOL TGT lengths match load and listing both 148
COBOL Working Storage lengths match load and listing both x'2A'
COBOL Data Division Statements match, both 6
COBOL Procedure Division Statements match, both 10
Object code length check passed.
When performing interactive reanalysis, IDITRACE information pertaining to the search for compiler listings or side files is available by selecting an option from the Compiler Listing Not Found display, without the need to allocate the IDITRACE DDname. See Prompting for compiler listing or side file.
However, if complete IDITRACE information similar to that produced in batch is required, follow these steps:
- Enter the Fault Analyzer ISPF interface Fault Entry List display.
- From the primary command line, issue the commands:
- TSO FREE DD(IDITRACE)
- TSO ALLOC DD(IDITRACE) DSN(dsn) DSORG(PS) SPACE(2,1) TRACKS LRECL(137) RECFM(V,B) NEW where dsn is the name of the trace data set.
- Perform interactive reanalysis of the fault entry.
- PF3 back to the Fault Entry List display.
- Optionally, from the primary command line, issue the command:
- TSO FREE DD(IDITRACE)