DELETE CPOP

Suppress an operation from current plan occurrence.
ACTION=DELETE,RESOURCE=CPOP,ADID=application_description,
                            IA=input_arrival_datetime,
                            OSTATUS=oc_status,
                            OPNO=operation_number;
application_description
Character (char(16)) can be generic (%*)
input_arrival_datetime
Date and time (YYMMDDHHMM) or 'X'
oc_status
Occurrence status. C, D, E, P, S, U, or W (char(1)).
operation_number
Integer (integer(4))
Note: ADID and IA arguments identify an occurrence. If the value of IA (IA=X) is specified as 'X' (IA=X), the following might occur:
  • There is only one occurrence of the given ADID: in this case it is not needed to specify OSTATUS.
  • There is more than one occurrence, but only one in a specified status: in this case it is necessary to specify OSTATUS.
  • There is more than one occurrence in a given status: in this case IA=X cannot work because adding OSTATUS is not enough to identify the occurrence and IA must contain exactly the input arrival date and time of the occurrence for which the deletion of the operation is requested.
If more than one occurrence matches the specified arguments, the BCI tool returns a return code of 10 and the operation will not be deleted. The OPNO argument identifies the operation with the occurrence. If IA is not specified as X, then OSTATUS is ignored. It is not possible to use DELETE CPOP if there is only one operation in the occurrence.