Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CRQD | Change request description | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Change request description | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
USRPRF | User profile | *SAME, *SBM, *OWNER | Optional |
PRBID | Problem identifier | Character value, *SAME, *NONE | Optional |
PRBORG | Problem origin | Single values: *SAME Other values: Element list |
Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point name | Communications name, *NETATR | ||
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional |
Top |
Specifies the name and the library of the change request description being changed.
The name of the change request description can be qualified by one of the following library values:
The possible values are:
This is a required parameter.
Top |
Specifies the profile to use when the change request is submitted.
The possible values are:
Top |
Specifies the ID of the problem to be associated with this change request description. Problems with different origin systems can have the same identifier.
The possible values are:
Top |
Specifies the origin system of the problem ID.
The possible network identifier values are:
The possible control point name value is:
Top |
Specifies text that briefly describes the object. More information on this parameter is in the CL Reference book, Appendix A.
The possible values are:
Top |
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.
Top |
*ESCAPE Messages
Top |