Steps for enabling the CTRACE after OMPROUTE is started

Enable the CTRACE after OMPROUTE is started.

Procedure

Perform the following steps:

  1. Do one of the following:
    • Issue the following console commands to enable a CTRACE to an internal buffer:
      TRACE CT,ON,COMP=SYSTCPRT,SUB=(omproute_jobname)  
      R xx,OPTIONS=(ctrace options),END
    • Issue the following console commands to enable a CTRACE to an external writer:
       TRACE CT,WTRSTART=writer_proc
       TRACE CT,ON,COMP=SYSTCPRT,SUB=(omproute_jobname)
       R xx,OPTIONS=(ctrace options),WTR=writer_proc,END
  2. If DEBUGTRC or ALL is included in the CTRACE options, issue one of the following commands to modify the trace level:
    F,omproute_jobname,TRACE=x
    F,omproute_jobname,DEBUG=x 
    F,omproute_jobname,TRACE6=x
    or
    F,omproute_jobname,DEBUG6=xx
    Requirement: This is required even if the OMPROUTE trace is already active.