SELECT CPOP
Retrieve an operation of current plan occurrence.
ACTION=SELECT,RESOURCE=CPOP,ADID=application_description,
CONDRJOB=conditional_recovery_job,
CSCRIPT=centralized_script,
DPREM=removable_by_DP,
ERRCODE=error_code,
EXTNAME=extended_name,
EXTSE=scheduling_environment_name,
GROUP=authority_group_name
IA=input_arrival_datetime,
JOBNAME=jobname,
LATEE=op_late_on_latest_start_time_
or_not_started_action_or_not_started_alert,
LATEL=op_late_on_latest_start_time,
LATEN=op_late_on_not_started_alert_or_not_started_act,
MATCHTYP=match_type,
MONITOR=externally_monitored,
OPNO=operation_number,
OWNER=owner,
PRIORITY=priority,
SHADOWJ=shadow_job,
STATUS=oc_status,
UNEXPRC=unexpected_rc
WAITFORW=started_on_WAIT_workstation,
WAITSE=waiting_for_SE,
WMPRED=waiting_for_Mandatory_Pending_Predecessors,
WPMPRED=waiting_for_Pending_OR_Mandatory_
Pending_Predecessors,
WPPRED=waiting_for_Pending_Predecessors,
WSNAME=workstation_name;
- application_description
- Character (char(16))
- authority_group_name
- Character (char(8))
- conditional_recovery_job
- Y or N (char(1))
- centralized_script
- Y or N(char(1))
- removable_by_DP
- Y or N (char(1))
- error_code
- Character (char(4))
- extended_name
- Character (char(54))
- scheduling_environment_name
- Character (char(16))
- externally_monitored
- Y or N(char(1))
- input_arrival_datetime
- Date and time (YYMMDDHHMM)
- jobname
- Character (char(8))
- op_late_on_latest_start_time_or_not_started_alert_or_not_started_action
- Y or N(char(1))
- op_late_on_latest_start_time
- Y or N(char(1))
- op_late_on_not_started_alert_or_not_started_action
- Y or N(char(1))
- match_type
- Character (char(3))
- op_status
- *, A, R, S, C, D, I, E, W, or U (char(1))
- operation_number
- Integer (integer(4))
- owner
- Character (char(16))
- priority
- One integer (integer(4))
- shadow_job
- Y or N (char(1))
- started_on_WAIT_workstation
- Y or N (char(1))
- unexpected_rc
- Y or N (char(1))
- waiting_for_Mandatory_Pending_Predecessors
- Y or N (char(1))
- waiting_for_Pending_OR_Mandatory_Pending_Predecessors
- Y or N (char(1))
- waiting_for_Pending_Predecessors
- Y or N (char(1))
- waiting_for_SE
- Y or N (char(1))
- workstation_name
- Character (char(4))
Note: There is only one value accepted for MATCHTYP: EXA.
If MATCHTYP=EXA is specified, STATUS=* will be interpreted as a normal
character instead of as a generic matching character.
Note: The result is created in the referenced file by:
- SYSPRINT(LRECL=132)
- If OPTIONS BL=N (detailed format)
- CPOP (LRECL=80)
- If OPTIONS BL=Y (ADID,IA,OPNO,STATUS, JOBNAME)