Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Image Catalog (CHGIMGCLG) command is used to change the attributes of an image catalog object (*IMGCLG) in library QUSRSYS.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
IMGCLG | Image catalog | Name | Required, Key, Positional 1 |
WRTPTC | Write protect | *SAME, *ALL, *NONE | Optional |
DIR | Directory | Path name, *SAME | Optional |
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional |
Top |
Specifies the image catalog to be changed.
This is a required parameter.
Top |
Specifies whether to force all catalog entries to be write protected or all entries to not be protected. The image catalog specified on the IMGCLG paramter must not be in ready status.
Top |
Specifies the directory to be associated with this image catalog.
Top |
Specifies the text that briefly describes the image catalog.
Top |
Example 1: Changing the Text Associated with an Image Catalog
CHGIMGCLG IMGCLG(MYCLG) TEXT('New Text')
This command changes the text associated with image catalog MYCLG.
Example 2: Changing the Directory Associated with an Image Catalog
CHGIMGCLG IMGCLG(MYCLG) DIR('/MyDir2')
This command changes the directory associated with image catalog MYCLG to /MyDir2.
Top |
*ESCAPE Messages
Top |