Start of change

Disabling collection of CTRACE TRACERES records

Issue the TRACE,CT,ON,COMP=SYSTCPRE,SUB=(resolver jobname) command and use one of the following responses to disable collection of Trace Resolver output as Resolver CTRACE records:

  • If the Resolver CTRACE function was enabled without filters, respond with R xx,OPTIONS=(),END to restore the default CTRACE options.
  • If the Resolver CTRACE function was enabled by using filtering, use one of the following responses to restore the default CTRACE options and remove the filter setting:
    • If you filter by using the JOBNAME option, respond with R xx,OPTIONS=(),JOBNAME=(...),END.
    • If you filter by using the ASID option, respond with R xx,OPTIONS=(),ASID=(...),END.
    • If you filter by using both JOBNAME and ASID options, respond with R xx,OPTIONS=(),JOBNAME=(...),ASID=(...),END.
    Guideline: In all cases, you can substitute OPTIONS=(MINIMUM) or OPTIONS=(ALL) for the OPTIONS=() response to disable the CTRACE TRACERES processing.
End of change