CL Command Reference - CHGCRQD
CL Command List > CHGCRQD Reference
Description:
The Change Change Request Description (CHGCRQD) command is used to change a change request description. A change request description contains a list of activities that are performed to complete the specified change. A prompt override is called to provide the current values.
Restrictions:
1. You must have *CHANGE authority to the change request description object.
2. To change the user profile, you must be the owner of the object or must have *ALLOBJ and *SECADM authority.
Examples:
Example 1: Changing the Text Description in Your Own Library
CHGCRQD CRQD(MYLIB/CHG001) TEXT(¡¯This is the change¡¯)
This command changes the text description for the change request description in MYLIB with the name CHG001.
Example 2: Changing the Associated Problem ID
CHGCRQD CRQD(*LIBL/CHG002) PRBID(1234567890)
This command changes the associated problem ID to the change request description in the library list named CHG002.