Operation-status-change exit (EQQUX007)
The operation-status-change exit (EQQUX007) is called whenever an operation in the current plan changes status. The exit is also called when a new operation is added to the current plan by a function other than by daily planning jobs; for example, by PIF or the MCP dialog. The exit is called when the operation is added either to an existing occurrence or as a result of a new occurrence added to the current plan. EQQUX007 is not called for operations that are added at daily planning. The exit can be used to modify the USERDAT field of the OPERAREA parameter. The exit cannot modify other parameters passed to it or other HCL Workload Automation for Z data or resources. It can examine the parameters and take some action external to HCL Workload Automation for Z based on the parameter information.
- Report errors to a problem-management system, such as Information Management
- Generate a write-to-operator message. Such a message could be handled by NetView® or by a similar message-processing program to generate alerts or to trigger other processing.
- EQQX7ASM
- Sample EQQUX007 assembler language program and JCL to assemble and link it
- EQQX7JOB
- Sample batch-job JCL skeleton to be used by the sample EQQUX007.