EQQUSIN samples

SEQQSAMP contains samples that show you how to use the general subroutine, EQQUSIN. You can use EQQUSIN instead the individual subroutines EQQUSINB, EQQUSINO, EQQUSINS, EQQUSINT, and EQQUSINW. It provides additional functions that are not available in the individual subroutines. You pass parameters to EQQUSIN in an APP buffer, which has the same format as the buffers used by the HCL Workload Automation for Z application programming interface (API). But you need not invoke APPC services to use EQQUSIN.

These EQQUSIN samples are provided:
EQQUSIN1
Is a sample to change the status of an operation in the current plan. It is equivalent to using EQQUSINT.
EQQUSIN2
Is a sample to change the availability of a special resource. It is equivalent to using EQQUSINS. But EQQUSIN also lets you specify quantity, deviation, and create values, which are not available through EQQUSINS.
EQQUSIN3
Is a sample to change the status of a workstation. It is equivalent to using EQQUSINW.
EQQUSIN4
Is a sample to perform a backup of an HCL Workload Automation for Z resource data set. It is equivalent to using EQQUSINB.
EQQUSIN5
Is a sample to update the USERDATA field of a current plan operation. It is equivalent to using EQQUSINO.