Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Image Catalog (DLTIMGCLG) command is used to delete an image catalog object (*IMGCLG) from library QUSRSYS and optionally delete the associated image files. The image files are located in the directory that was specified on the Create Image Catalog (CRTIMGCLG) command.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
IMGCLG | Image catalog | Name | Required, Positional 1 |
KEEP | Keep image files | *YES, *NO | Optional |
DEPIMGCLG | Dependent image catalogs | *NODELETE, *DELETE | Optional |
Top |
Top |
Specify whether the image files associated with the image catalog are to be kept.
Top |
Specify whether to delete all dependent image catalogs.
Top |
Example 1: Deleting an Image Catalog
DLTIMGCLG IMGCLG(MYCLG)
This command deletes image catalog MYCLG from library QUSRSYS and leaves the associated image files.
Example 2: Deleting an Image Catalog with all Dependent Catalogs
DLTIMGCLG IMGCLG(MYCLG) KEEP(*NO) DEPIMGCLG(*DELETE)
This command deletes image catalog MYCLG, all dependent catalogs, and all associated image files.
Example 3: Deleting an Image Catalog and the Associated Image Files
DLTIMGCLG IMGCLG(MYCLG) KEEP(*NO)
This command deletes image catalog MYCLG from library QUSRSYS and all associated image files.
Top |
*ESCAPE Messages
Top |