Current plan OPINFO event object
- CREATE request with key type SAME.
The default key type is SAME.
Field | Type | Len | Description | APPSEL | APPFLD |
---|---|---|---|---|---|
SUBSYSTEM_NAME | CHAR | 4 | Subsystem name | O | N |
WS_NAME | CHAR | 4 | Workstation name | O | N |
JOBNAME | CHAR | 8 | Job name | O | N |
APPL_ID | CHAR | 16 | Application ID | O | N |
OPER_NUM | BIN | 15 | Operation number (decimal 1–99) | O | N |
APPL_IA_DATE | CHAR | 6 | Input arrival date | O | N |
APPL_IA_TIME | CHAR | 4 | Input arrival time | O | N |
FORM_NUMBER | CHAR | 8 | Form number for operations at print workstations | O | N |
CLASS | CHAR | 1 | SYSOUT class for operations at print workstations | O | N |
USERDATA | CHAR | 16 | User data (free form text) | N | O |
- 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.
- SUBSYSTEM_NAME. See the explanation of this field 2.
- 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:
- The operation has priority 9.
- Earliest latest start time.
- Priority 8-1.
- Input arrival time specified for the operation or the occurrence input arrival if the operation does not have input arrival specifically defined.
- 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.