Using EQQUSINB

You use EQQUSINB to request Tivoli Workload Scheduler for z/OS to copy a resource data set.

Invocation requirements

EQQUSINB has these invocation requirements:

Authorization
APF authorized, or supervisor state, or PSW key 0–7.
Dispatchable unit mode
Task mode.
Amode
24-bit, or ANY if APAR PQ74854 was applied.
ASC mode
Primary or access register (AR).
Interrupt status
Enabled for I/O and external interrupts.
Locks
No locks held.
Control parameters
All parameters must be addressable by the caller and in the primary address space.

EQQUSINB parameters

The calling program must pass all these parameters to the subroutine. Initialize RETCODE to zero in the call; it is set by EQQUSINB in the return.

EQQUSINB parameters

 DATASET   DS   CL2    (Resource data set name)
 SUBSYS    DS   CL4    (Subsystem name)
 RETCODE   DS   F      (EQQUSINB return code)
data set
Defines the resource data set to be backed up. Valid values are:
CP
The current plan data set
JS
The JCL repository data set.
SUBSYS
Is the name of the tracker subsystem that this event should be reported to. If SUBSYS is blank, the event is broadcast to all Tivoli Workload Scheduler for z/OS subsystems defined on the z/OS system where EQQUSINB is invoked.
RETCODE
Is set by EQQUSINB and can have one of these values:
0
Normal return. The event has been reported to Tivoli Workload Scheduler for z/OS.
8
Error return. There is an error in the information that was passed to EQQUSINB. No event has been reported to Tivoli Workload Scheduler for z/OS.