CA Jobtrac Job Management - Implementing tracing for cross platform scheduling.
search cancel

CA Jobtrac Job Management - Implementing tracing for cross platform scheduling.

book

Article ID: 20549

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

This Knowledge Document describes how to perform tracing for cross platform scheduling environments.

 

Environment

Release: JOBT..00200-11-Jobtrac-Job Management
Component:

Resolution

To implement tracing for CA Jobtrac JM and cross platform scheduling environments, you would use the following:

  1. ADD to CA-GSS:

    1. 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=*

    2. 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/