SELECT CPOC, CPOCCOM
Retrieve a current plan occurrence.
In the RESOURCE keyword, specify CPOC or CPOCCOM. CPOCCOM was introduced together with the support of application dependencies, to identify the part of the occurrence in the plan without the variable section of dependencies. If you specify CPOC, the variable section of dependency is returned, when present. If you specify CPOCCOM, the variable section of dependency is not returned.
ACTION=SELECT,RESOURCE=CPOC,ADID=application_description,
GROUP=authority_group_name,
GROUPDEF=group_definition,
IA=input_arrival_datetime,
MCPADDED=mcp_added,
MONITOR=externally_monitored,
STATUS=oc_status,
OWNER=owner,
PRIORITY=priority,
RERUN=rerun;
- application_description
- Character (char(16)
- authority_group_name
- Character (char(8))
- externally_monitored
- Y or N (char(1))
- group_definition
- Character(char(16))
- input_arrival_datetime
- Date and time: YYMMDDHHMM
- mcp_added
- Y or N (char(1))
- oc_status
- The IBM Z Workload Scheduler status code: C, D, E, P, S, U, or W (char(1))
- owner
- Character (char(16))
- priority
- One integer (integer(4))
- rerun
- Y or N (char(1))
Note: The result is created in the referenced file by:
- SYSPRINT(LRECL=132)
- If OPTIONS BL=N (detailed format)
- CPOC (LRECL=80)
- If OPTIONS BL=Y (ADID,IA,STATUS)