Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Link List (CHGLNKLBRM) allows you to change a list of object to be used in backup or archive processing. You can include the fully qualified object name and whether you want to include or exclude the object from the list.
To use this command, you must have the Backup Recovery and Media Services for iSeries, 5722-BR1, licensed program installed.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LIST | List | Character value | Optional, Positional 1 |
TYPE | Usage type | *BKU, *ARC | Optional |
OBJ | Objects | Values (up to 300 repetitions): Element list | Optional |
Element 1: Name | Path name | ||
Element 2: Include or omit | *INCLUDE, *OMIT | ||
SUBTREE | Directory subtree | *ALL, *DIR, *NONE, *OBJ | Optional |
TEXT | Text | Character value | Optional |
Top |
The name of the list being changed to contain integrated file system objects. The list must be an existing BRMS link list.
This is a required parameter.
Top |
Specifies the intended usage type of the items that you are grouping together for processing.
Note: The BRMS Advanced feature (Option 2) is required to use this value.
Top |
Specifies the objects that you want to include or exclude from a list of objects you want to save. A maximum of 300 object name patterns can be specified.
This is a required parameter.
Element 1: Name
Restriction:
Element 2: Include or omit
The second part specifies whether names that match the pattern should be included or omitted from the operation. Note that in determining whether a name matches a pattern, relative name patterns are always treated as relative to the current working directory. The Directory subtree (SUBTREE) parameter determines whether the subtrees are included or omitted.
Top |
Specifies whether directory subtrees should be processed.
Top |
Specifies the text that describes the integrated file system object list.
Top |
Example 1: Changing a Link List
CHGLNKLBRM LIST(MYLIST) USE(*BKU) OBJ(('/*' *INCLUDE) ('/QSYS.LIB/' *OMIT) ('/QDLS/' *OMIT) ('/NOTES/DATA/' *OMIT))
In this example a list of integrated file system objects includes the entire system except the QSYS.LIB and QDLS file systems, and the /NOTES/DATA directories.
Top |
*ESCAPE Messages
Top |