Setting up the environment

You need to perform the following steps to enable submission and tracking for a particular environment:

  1. Choose a unique destination ID to represent the target environment.
  2. Define the destination in the USER keyword of the ROUTOPTS statement.
  3. Create a workstation description in the Tivoli Workload Scheduler for z/OS dialog. The workstation type must be computer with automatic reporting.
  4. Write the code necessary to support the environment:
    • EQQUX009.
    • A program to receive and initiate the data on the target system and report status changes to Tivoli Workload Scheduler for z/OS.
    • Code to handle workstation status. Consider invoking this process in the EQQUX000 exit, which is called at Tivoli Workload Scheduler for z/OS start.
  5. Specify CALL09(YES) in the EXITS statement.

You can use the sample programs for your code.

For more information see: