Selecting an operation to supply user data (CP_OPINFO_EVENT)

You can specify these fields to identify a current plan operation for which you want to update the USERDATA field:

Table 1. CP_OPINFO_EVENT selection fields
FieldType SizeDescription
SUBSYSTEM_NAME CHAR4Subsystem name
WS_NAMECHAR 4Workstation name
JOBNAMECHAR8 Job name
APPL_ID CHAR16Application ID
OPER_NUMBIN 15Operation number
APPL_IA_DATECHAR6 Input arrival date (YYMMDD)
APPL_IA_TIMECHAR 4Input arrival time (HHMM)
FORM_NUMBER CHAR8Form number
CLASSCHAR 1SYSOUT class
STATUSCHAR1 Operation status
SUBSYSTEM_NAME
The name of the tracker subsystem that the event should be reported to. If SUBSYSTEM_NAME is not specified or has the value MSTR, the event is broadcast using the subsystem interface (SSI) to all HCL Workload Automation for Z subsystems on the z/OS image where EQQUSIN is invoked.
WS_NAME
The name of the workstation.
JOBNAME
The name of the job that an event is being reported for.
APPL_ID
The name of the current application.
OPER_NUM
The number, in binary format, of the current operation. The number can have a decimal value from 1 to 255.
APPL_IA_DATE
The input arrival date of the current occurrence in the format YYMMDD.
APPL_IA_TIME
The input arrival time of the current occurrence in the format HHMM.
FORM_NUMBER
Contains the printer form number for operations at printer workstations.
CLASS
Contains the SYSOUT class for operations at printer workstations.
STATUS
The current status of the operation.
Note: If the OPINFOSCOPE keyword of the JTOPTS statement is IP, which is the default, you must specify WS_NAME. If OPINFOSCOPE is ALL, you must specify either APPL_ID or JOBNAME. The OPINFOSCOPE keyword is described in the list of JTOPTS Parameters.