DLTCRQD (Delete Change Request Description)
DLTCRQD Command syntax diagram
Purpose
The Delete Change Request Description (DLTCRQD) command can be used to delete one or more change request descriptions.
Restriction: You must have object existence authority in order to delete the change request description.
Required Parameters
- CRQD
- Specifies the name and library of the change request description to delete.
change-request-description-name: Specify the name of the change request description to be deleted.
generic*-change-request-description-name: Specify a generic change request description name. A generic name is a character string containing one or more characters followed by an asterisk (*). All change request descriptions with names that match or that begin with the specified string are deleted.
The name of the cluster resource group can be qualified by one of the following library values:
*LIBL: All libraries in the job's library list are searched until the first match is found.
*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
*USRLIBL: Only the libraries in the user portion of the job's library list are searched.
*ALL: All libraries on the system are searched.
*ALLUSR: All user libraries are searched. All libraries with names that do not begin with the letter Q are searched except for the following:
#CGULIB #DFULIB #RPGLIB #SEULIB #COBLIB #DSULIB #SDALIBAlthough 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 QPFRDATA QUSRBRM QUSRSYS QGPL QRCL QUSRIJS QUSRVxRxMx QGPL38 QS36F QUSRINFSKR QMQMDATA QUSER38 QUSRNOTES QMQMPROC QUSRADSM QUSRPYMSVR
Note: A different library name, of the form QUSRVxRxMx, can be created by the user for each release that IBM supports. VxRxMx is the version, release, and modification level of the library. library-name: Specify the name of the library to be searched.
Examples for DLTCRQD
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.
Error messages for DLTCRQD