| Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Image Catalogs (WRKIMGCLG) command is used to work with the image catalogs that exist on the system. This command allows the user to specify a specific catalog name, a generic name, or *ALL. The WRKIMGCLG command allows the user to perform the following functions on the image catalogs:
Restrictions:
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| IMGCLG | Image catalog | Generic name, name, *ALL | Optional, Positional 1 |
| TYPE | Image catalog type | *ALL, *OPT, *TAP | Optional, Positional 2 |
| Top |
Specifies the image catalogs to be shown.
This is a required parameter.
| Top |
Specifies the type of image catalog to work with.
| Top |
Example 1: Working with Image Catalogs by Generic Name
WRKIMGCLG IMGCLG(UPGRADE*)
This command displays the Work with Image Catalog panel showing all image catalogs whose names begin with UPGRADE.
Example 2: Working with All Image Catalogs
WRKIMGCLG IMGCLG(*ALL)
This command displays the Work with Image Catalog panel showing all image catalogs that exist.
Example 3: Working with All Tape Image Catalogs
WRKIMGCLG IMGCLG(*ALL) TYPE(*TAP)
This command displays the Work with Image Catalog panel showing all tape image catalogs that exist.
| Top |
| Top |