IMPORT OI
Imports an operator instruction that has been exported. During
export, some arguments could be changed.
Note: The file produced by export cannot be modified manually.
it can contain more than one record. In order to select the correct
record in the file used in input by the import function, adid must
be specified if more than one OI has to be imported with the same
job. In these cases a record is selected if adid matches the value
in one of the input records and for this record also the values of
opno (if specified) matches the ones in input. It will be possible
now to change the name of the application using a new operand of import
newadid. If omitted the OI will be imported using the name specified
in adid, provided that the ad is already present in the ad file.
ACTION=IMPORT,RESOURCE=OI,ADID=application_description,
NEWADID=new_application_description,
OPNO=operation_number;
- application_description
- Character (char(16))
- new_application_description
- Character (char(16))
- operation_number
- Integer (integer(4))