DELETE CPPRE
Suppress a predecessor to a current plan operation.
ACTION=DELETE,RESOURCE=CPPRE,ADID=application_description,
IAD=input_arrival_date,
IA=input_arrival_datetime,
IAT=input_arrival_time,
OPNO=operation_number,
PREADID=pre_application_description,
PREIAD=pre_input_arrival_date,
PREIA=pre_input_arrival_datetime,
PREIAT=pre_input_arrival_time,
PREMAND=is_predecessor_mandatory,
PREOPNO=pre_operation_number;
- application_description
- Character (char(16)) can be generic (%*)
- input_arrival_date
- Date (YYMMDD)
- input_arrival_datetime
- Date and time (YYMMDDHHMM)
- input_arrival_time
- Time (HHMM)
- is_predecessor_mandatory
- Character (char(1)) can be Y or N
- operation number
- Integer (integer(4))
- pre_application_description
- Character (char(16)) can be generic (%*)
- pre_input_arrival_date
- Date (YYMMDD)
- pre_input_arrival_datetime
- Date and time (YYMMDDHHMM)
- pre_input_arrival_time
- Time (HHMM)
- pre_operation_number
- Integer (integer(4))
ADID and IA arguments identify an occurrence, OPNO identifies an occurrence operation.
The predecessor application is identified by PREADID, its occurrence by PREIA, and its operation by PREOPNO. If the predecessor is mandatory, set PREMAND to Y (the default is N).
The operands ADID and OPNO are mandatory. The PREOPNO argument is required only for an operation that depends on another operation. PREADID is mandatory if the predecessor is external.
The input arrival date and time is mandatory information, but it can be supplied in different
ways:
- Specifying IA in the normal way.
- Specifying IA by entering 'YYMMDD' in place of the first six characters; the code will substitute them with the current date.
- Specifying IAD and IAT separately.
- Specifying only IAT; in which case the code will take the current date as the default for IAD.
If IA is omitted, then at least IAT is mandatory. The
predecessor input arrival date and time is mandatory information only
when there is an external predecessor. Also in this case it can be
entered in different ways:
- Specifying PREIA in the normal way.
- Specifying PREIA by entering 'YYMMDD' in place of the first six characters; the code will substitute them with the current date.
- Specifying PREIAD and PREIAT separately.
- Specifying only PREIAT; in which case the code will take the current date as the default for PREIAD.
If PREIA is omitted and it is an external predecessor, then at least PREIAT is mandatory.