Current plan OPINFO event object

This option is valid for the current plan OPINFO event object:
  • CREATE request with key type SAME.

The default key type is SAME.

Table 1. CP_OPINFO_EVENT Object Fields
FieldTypeLen DescriptionAPPSELAPPFLD
SUBSYSTEM_NAME CHAR4Subsystem name ON
WS_NAMECHAR4 Workstation nameON
JOBNAMECHAR8 Job nameON
APPL_IDCHAR16 Application IDON
OPER_NUMBIN15Operation number (decimal 1–99)ON
APPL_IA_DATECHAR6 Input arrival dateON
APPL_IA_TIMECHAR4 Input arrival timeON
FORM_NUMBERCHAR8 Form number for operations at print workstationsON
CLASSCHAR 1SYSOUT class for operations at print workstationsON
USERDATACHAR 16User data (free form text)N O
Note:
  1. If the OPINFOSCOPE keyword of the JTOPTS statement is IP, which is the default, you must specify WS_NAME for HCL Workload Automation for Z to identify the operation. If OPINFOSCOPE keyword is set to ALL, you must specify JOBNAME or APPL_ID. The remaining values can be initialized to zeros or blanks.
  2. SUBSYSTEM_NAME. See the explanation of this field 2.
  3. If you do not provide enough information to uniquely identify the operation, and HCL Workload Automation for Z finds more than one operation that matches the criteria you specified, HCL Workload Automation for Z must determine the most applicable operation to update. HCL Workload Automation for Z considers operations in status R, A, *, S, I, or E when selecting the operation. HCL Workload Automation for Z selects the operation to update by investigating these characteristics in the stated order:
    1. The operation has priority 9.
    2. Earliest latest start time.
    3. Priority 8-1.
    4. Input arrival time specified for the operation or the occurrence input arrival if the operation does not have input arrival specifically defined.
    5. Longest in Ready status.

    So from the operations that match the selection criteria, the operation with priority 9 is updated. If more than one operation has priority 9, the operation with the earliest latest start time is updated. If latest start is equal, the operation with the highest priority is updated. If priority is equal, the operation with the earliest input arrival time is updated.

    If no match has been found, HCL Workload Automation for Z uses the value of the OPINFOSCOPE keyword of JTOPTS to determine if operations in status C and W are also considered. OPINFOSCOPE can have the value IP (in progress) or ALL. Operations in status C and W are considered only if the value is ALL. The operation with the earliest latest-start-time is selected.