EQQUSINS parameters
The calling program must pass all these parameters to the subroutine. Initialize RC to zero in the call; it is set by EQQUSINS in the return.
EQQUSINS parameters
SRNAME DS CL44 (Name of the special resource)
SUBSYS DS CL4 (Subsystem name)
AINDIC DS CL1 (Availability indicator, Y or N)
RC DS F (EQQUSINS return code)
- SRNAME
- Name of the special resource that should be updated.
- SUBSYS
- Name of the tracker subsystem that this event should be reported to. If SUBSYS is blank, the event is broadcast to all HCL Workload Automation for Z subsystems defined on the z/OS system where EQQUSINS is invoked.
- AINDIC
- Specifies if the special resource should be set to available (Y) or unavailable (N).
- RC
- Is set by EQQUSINS and can have one of the following values:
- 0
- Normal return. The event has been reported to HCL Workload Automation for Z.
- 8
- Error return. There is an error in the information that was passed to EQQUSINS. No event has been reported to HCL Workload Automation for Z.