MODIFY CPOC
Modify an occurrence in the current plan. If the attempt
fails, BCIT will perform at a predefined time interval other attempts
(for a maximum of 3).
ACTION=MODIFY,RESOURCE=CPOC,ADID=application_description,
ALLMON=all_operations_externally_monitored,
IA=input_arrival_datetime,
OSTATUS=oc_status,
IANEW=input_arrival_datetime,
DEADLINE=deadline_datetime,
PRIORITY=priority,
ERRCODE=error_code,
STATUS=new_status,
GROUPDEF=group_definition,
JCLVTAB=jcl_variable_table_id;
- all_operation_externally_ monitored
- A character: Y or N (char(1))
- application_description
- Character (char(16)) can be generic (%*)
- deadline_datetime
- Date and time (YYMMDDHHMM)
- error_code
- Character (char(4))
- group_definition
- Character (char(16)) can be generic (%*)
- input_arrival_datetime
- Date and time (YYMMDDHHMM) or 'X'
- jcl_variable_table_id
- Character (char(16)) can be generic (%*)
- new_status
- New status for the occurrence (char(1))
- oc_status
- Occurrence status: C, D, E, P, S, U, or W (char(1))
- priority
- One integer (integer(4))
Note: ADID and IA arguments
identify an occurrence. If the value of IA is specified as 'X' (IA=X),
the OSTATUS argument completes the search for the occurrence. If IA=X
is specified and more than one occurrence matches the specified arguments,
the BCI tool returns a return code of 10 and the occurrence will not
be modified.