To implement tracing for CA Jobtrac JM and cross platform scheduling environments, you would use the following:
- ADD to CA-GSS:
- Add the following DD's to the GSS started task (these can remain in stc)
//DEBUGSUB DD SYSOUT=*
//SNAPSUB DD SYSOUT=*
//DEBUGTRK DD SYSOUT=*
//SNAPTRK DD SYSOUT=*
//XPSPRINT DD SYSOUT=*
//XPSSNAP DD SYSOUT=*
- Add the following statements to the CA-GSS PARMLIB member Jobtrac
or RUNPARM (one or the other not both)
* Functions statements *
*****************************************************************
GLOBVAL &UNI_DEBUG /DEBUG/
GLOBVAL &UNI.$UNITRKJT.DEBUG /DEBUG/
GLOBVAL &UNI.$UNIRCVJT.DEBUG /DEBUG/
GLOBVAL &UNI.$UNIXPSJT.DEBUG /30/
GLOBVAL &UNI.$UNIXPSJT.PRINTDD /XPSPRINT/
GLOBVAL &UNI.$UNIXPSJT.SNAPDD /XPSSNAP/