DELETE CPOCPRE
Suppress a predecessor to a current plan occurrence.
ACTION=DELETE,RESOURCE=CPOCPRE,ADID=application_description,
IAD=input_arrival_date,
IA=input_arrival_datetime,
IAT=input_arrival_time,
PREADID=pre_application_description,
PREIAD=pre_input_arrival_date,
PREIA=pre_input_arrival_datetime,
PREIAT=pre_input_arrival_time,
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)
- 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.
The predecessor application is identified by PREADID, its occurrence by PREIA (if it is an occurrence predecessor) and its operation by PREOPNO (if it is an operation predecessor).
The operands ADID and PREADID are 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.