Planning considerations

IBM Z Workload Scheduler must recognize when events occur; for example, when a started task or job begins to run or terminates, or when a data set has been printed. It uses JES and SMF exits to obtain this information from z/OS and to create event records describing the changes in the system.

The event records are stored in a sequential file called the event data set identified by the EQQEVDS DD name.

IBM Z Workload Scheduler also uses the event data set to write checkpoint information for submission requests. The first record of the data set is used for this purpose, so the EQQEVDS DD name must be specified for all IBM Z Workload Scheduler address spaces. The same data set can be used for both submit checkpointing and the event-writer subtask.