How to enable the Endevor ESI Security trace in foreground and route it to a sequential dataset.
Release: All
There are many times when support will ask you to enable a trace in foreground and send us the output. The easiest way to gather that trace is to route the output to a sequential dataset. Below are examples of how to enable the ESI trace in foreground and route it to a sequential dataset.
Option 1
TSO %ESITRACE DATASET DSN('IPRFX.ESITRC') NEW CAT
TSO %ESITRACE STOP
Option 2
TSO ALLOC DD(EN$TRESI) DA('USERID.ESITRACE') MOD
TSO %ESITRACE STOP
Option 3:
Have the Endevor Administrator add the following DD statements to your Endevor CLIST prior to the invoking Endevor (C1SM1000) - Below is an example:
/* ADD TRACES FOR DEBUGGING */
/* "ALLOC DD (EN$TROPT) DA(*) SHR" */
"ALLOC DD (EN$TRESI) DA(*) SHR"
/* INVOKE ENDEVOR */
"ISPEXEC SELECT PGM(C1SM1000) NOCHECK NEWAPPL(CTLS) PASSLIB"