SAVOBJBRM (Save Object using BRM)
Note: To use this command, have the 5722-BR1 (Backup Recovery and Media Services for iSeries) licensed program installed. For detailed information on the parameters of this command, see the online help.
SAVOBJBRM Command syntax diagram
Purpose
The Save Object using BRM (SAVOBJBRM) command saves individual objects or a group of objects that are in the same library. The system saves the specified objects by writing a copy of each object on the volume, or in a save file. The objects are not affected in the system unless the command specifies that the storage should be freed.
Restrictions
- You must have authority to the SAVOBJ or SAVCHGOBJ commands to use this command.
- You must have *USE authority to any auxiliary storage pool device specified for the ASPDEV parameter.
- When saving to a save file, only one library can be specified.
>- No object being saved can be changed by a job that is running at the time the save operation occurs unless save-while-active is used.
- This command should not be used by control group *EXIT item processing as results will be unpredictable.
Note: Do not precede an entry with an asterisk unless that entry is a "special value" that is shown (on the display itself or in the help information) with an asterisk.
Examples for SAVOBJBRM
Example 1: Saving Objects of a Particular Type
SAVOBJBRM LIB(MBALIB) OBJ(AP* GLMST) DEV(TAP09) OBJTYPE(*FILE) MEDPCY(FULL)In this example, selected file objects whose names begin with AP, or the object named GLMST, are saved from library MBALIB using TAP09.
Example 2: Saving Generic Objects from a Library
SAVOBJBRM LIB(MBALIB) OBJ(DIST*) DEV(TAP09) MEDPCY(FULL)In this example all objects are saved that begin with DIST from library MBALIB to device TAP09.
Error messages for SAVOBJBRM