SAF Sectrace commands to trace SAF calls.
Release : 16.0
Component : CA Top Secret for z/OS
The following will trace security events from the z/OS SAF facility that match the specified trace operands:
TSS ADD(acid) TRACE
TSS REFRESH(acid) JOBNAME(*)
TSS MODI(SECTRACE(ACT,WTL))
ST SET,ID=TSS2,TYPE=SAF,FUNC=ALL, FORMAT=DUMP,USER=acid,DEST=SYSLOG,END (issued on the console)
This will route all trace records to the MVS syslog....
Recreate the problem.
TSS MODI(SECTRACE(OFF))
ST DEL,ID=TSS2 (issued on the console)
TSS REM(acid) TRACE
More information and SAF Sectrace options are discussed in the Top Secret r16 documentation in section SAF SECTRACE SET and MODIFY Operands.