LIST CPOC, CPOCCOM
List current plan occurrences.
In the RESOURCE keyword, you can specify CPOC or CPOCCOM because they are equivalent. 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.
ACTION=LIST,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)) can be generic (%*)
- authority_group_name
- Character (char(8)) can be generic (%*)
- 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
- C, D, E, P, S, U, or W (char(1))
- owner
- Character (char(16)) can be generic (%*)
- priority
- One integer (integer(4))
- rerun
- Y or N (char(1))
IA and ADID must be supplied.
Note: Results are written in referenced files as:
- SYSPRINT(LRECL=132)
- If OPTIONS BL=N (detailed format)
- CPOC (LRECL=80)
- If OPTIONS BL=Y (ADID,IA,STATUS)