Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Change Request Description (DLTCRQD) command deletes one or more change request descriptions.
Restriction: You must have object existence authority in order to delete the change request description.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CRQD | Change request description | Qualified object name | Required, Positional 1 |
Qualifier 1: Change request description | Generic name, name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR |
Top |
Specifies the name and the library of the change request description to delete.
The possible values are:
Qualifier 2: Library
#CGULIB #DSULIB #SEULIB #COBLIB #RPGLIB #DFULIB #SDALIB
Although the following Qxxx libraries are provided by IBM, they typically contain user data that changes frequently. Therefore, these libraries are considered user libraries and are also searched:
QDSNX QRCLxxxxx QUSRIJS QUSRVxRxMx QGPL QSRVAGT QUSRINFSKR QGPL38 QSYS2 QUSRNOTES QMGTC QSYS2xxxxx QUSROND QMGTC2 QS36F QUSRPOSGS QMPGDATA QUSER38 QUSRPOSSA QMQMDATA QUSRADSM QUSRPYMSVR QMQMPROC QUSRBRM QUSRRDARS QPFRDATA QUSRDIRCL QUSRSYS QRCL QUSRDIRDB QUSRVI
Top |
Example 1: Deleting a Change Request Description from Your Own Library
DLTCRQD CRQD(MYLIB/CHG001)
This command deletes a change request description in MYLIB with the name CHG001.
Example 2: Deleting Change Request Descriptions Using a Generic Name
DLTCRQD CRQD(*LIBL/CHG*)
This command deletes all the change request descriptions in the library list whose names start with CHG.
Example 3: Deleting a Change Request Description from the Current Library
DLTCRQD CRQD(*CURLIB/CHG456)
This command deletes the change request description named CHG456 in the current library.
Top |
None
Top |