Setting up the environment
About this task
You need to perform the following steps to enable submission
and tracking for a particular environment:
- Choose a unique destination ID to represent the target environment.
- Define the destination in the USER keyword of the ROUTOPTS statement.
- Create a workstation description in the IBM Z Workload Scheduler dialog. The workstation type must be computer with automatic reporting.
- 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 IBM Z Workload Scheduler.
- Code to handle workstation status. Consider invoking this process in the EQQUX000 exit, which is called at IBM Z Workload Scheduler start.
- Specify CALL09(YES) in the EXITS statement.
You can use the sample programs for your code.
For
more information see:
- Reporting events to IBM Z Workload Scheduler
- Operation-initiation exit
- Managing the Workload for a description of the OPSTAT and WSSTAT commands.