Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Change Request Descriptions (WRKCRQD) command shows the Work with Change Request Descriptions display. You can create, change, and delete change request descriptions, and work with change request description activities using this command.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CRQD | Change request description | Qualified object name | Optional, Positional 1 |
Qualifier 1: Change request description | Generic name, name, *ALL | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB, *USRLIBL, *ALL, *ALLUSR |
Top |
Specifies the qualified name of the change request description object.
The possible change request description values are:
The possible library values are:
Top |
Example 1: Working with Change Request Descriptions
WRKCRQD
This command shows how to work with all change request descriptions in the library list of the job.
Example 2: Working with All Change Request Descriptions
WRKCRQD CRQD(MYLIB/*ALL)
This command shows how to work with all change request descriptions in MYLIB.
Example 3: Working with All Change Request Descriptions in a String
WRKCRQD CRQD(CHG*)
This command shows how to work with all change request descriptions that begin with the letters 'CHG' and are in the library list of the current job.
Top |
None
Top |