Previous Topic: TRACE Keyword—Diagnostic Trace ActivationNext Topic: TRANSACTIONS Keyword—Specific Transaction


Examples: TRACE keyword

This example activates a diagnostic trace to solve an authorization problem:

  1. Enter the command:
    TSS ADDTO(USER01) TRACE
    
  2. Enter the command:
    TSS MODIFY(SECTRACE(ACT,WTO|WTL))
    
    ACT

    Activates the trace.

    WTO

    Sends trace information to the security console.

    WTL

    Sends trace information to SYSLOG.

    When USER01 runs a job, trace information is sent to the destination(s) specified in Step 2.

For information on how to interpret the resulting trace, see the Troubleshooting Guide .

This example removes the TRACE attribute:

TSS REMOVE(USER01) TRACE