DELETE OI

Suppress an operation instruction.
ACTION=DELETE,RESOURCE=OI,ADID=application_description,
                          OPNO=operation_number,
                          VALFROM=valid_from_datetime,
                          VALTO=valid_to_datetime,
                          MATCHTYP=type_of_match;
application_description
Character (char(16)) can be generic (%*)
operation_number
Integer (integer(4))
valid_from_datetime
Datetime (YYMMDDHHMM)
valid_to_datetime
Datetime (YYMMDDHHMM)
type_of_match
Character (char(4))
Note: MATCHTYP allows only three values to be specified: EXA , LOW, HIGH. If MATCHTYP is specified, then at least 1 operand between VALTO and VALFROM must be specified. If VALTO and/or VALFROM is specified, then MATCHTYP must be specified. VALTO and VALFROM cannot be specified if a permanent OI is selected among those to be deleted. If MATCHTYP=EXA, then only the version(s), with validity period(s) matching exactly the value(s) specified, will be deleted. If MATCHTYP=LOW, then all the version(s), with validity from and/or validity to lower or equal than the value(s) specified by VALFROM (and/or VALTO), will be deleted. If MATCHTYP=HIGH, then all the version(s), with validity from and/or validity to higher or equal than the value(s) specified by VALFROM (and/or VALTO), will be deleted.