Start of change

Enabling collection of CTRACE TRACERES records

Use one of the following methods to enable collection of Trace Resolver output as Resolver CTRACE records.

  • Take the following steps to activate collection when you start the Resolver:
    1. Specify the CTRACE TRACERES option in the ctrace PARMLIB member.
    2. Start the Resolver with the PARMS keyword. For example:
      S resolver jobname, PARMS='ctrace parmlib member'
  • Take the following steps to activate collection after the Resolver is started:
    1. Issue the TRACE CT,ON command and specify the CTRACE TRACERES option. For example:Start of change
      TRACE CT,ON,COMP=SYSTCPRE,SUB=(resolver jobname)
      R xx,OPTIONS=(TRACERES),END
      End of change
    2. To collect CTRACE information for only a subset of applications, specify the JOBNAME, or ASID, or both options as filters. For example:Start of change
      TRACE CT,ON,COMP=SYSTCPRE,SUB=(resolver jobname)
      R xx,OPTIONS=(TRACERES),JOBNAME=(...),ASID=(...),END
      End of change
End of change