IMPORT RG
Import a run cycle group 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. To select the correct record in the file used in input by
the import function, RGID must be specified if more than one run cycle
group has to be imported with the same job. In these cases, a record
is selected if RGID matches the value in one of the input records
and for this record also the values of group and owner (if specified)
match the ones in input. It is possible now to change the name of
the run cycle group using a new operand of import NEWRGID.
ACTION=IMPORT,RESOURCE=RG,RGID=run_cycle_group,
NEWRGID=new_run_cycle_group,
OWNER=owner;
- run_cycle_group
- Character (char(8))
- new_run_cycle_group
- Character (char(8))
- owner
- Character (char(16))