The EXPORTRM utility exports one of the following types of definitions:
The utility does not support the selection of individual definitions.
The export data set must exist as a sequential file with a record length of at least 80 characters. You can use DISP=MOD to append multiple exports to a single data set.
This utility has the following format:
EXPORTRM DSNAME=data_set_name [DISP=MOD]
{[OPT=IMAGE SYS=system_image_name VER=version] |
[OPT=SERVICE VER=version] |
[OPT=RULESET RULESET=rule_set_name] |
[OPT=COMMON TYPE=component_type [VER=version]]}
Specifies the name of the export data set.
Appends the exported definitions to a data set that already has data. By default, the utility overwrites existing data.
Note: You can export only one type of component on each execution of the utility. With DISP=MOD, you can include the data from multiple executions of the command in the same data set.
Exports the specified system image and its resource definitions.
Specifies the name of the system image.
Specifies the version of the system image.
Exports the specified service image and its service definitions.
Specifies the version of the service image.
Exports the specified rule set and its rule definitions.
Specifies the name of the rule set.
Exports the specified components.
Specifies one of the following types of components:
Example: Export a System Image
This example exports a system image to the CO001.SOP001.KB251110 data set. If the data set contains data, the data is overwritten.
EXPORTRM DSNAME=CO001.SOP001.KB251110
OPT=IMAGE SYS=SYS001 VER=0001
Example: Export Status Monitor Filters
This example exports the Status Monitor filters to the same data set used in the previous example, appending the new data.
EXPORTRM DSNAME=CO001.SOP001.KB251110 DISP=MOD
OPT=COMMON TYPE=SFILT
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |