CL Command Reference - CRTCRQD
CL Command List > CRTCRQD Reference
Description:
The Create Change Request Description (CRTCRQD) command can be used to create a change request description. A change request description contains a list of activities that are performed to complete the specified change.
Examples:
Example 1: Creating a Change Request Description in Your Own Library
CRTCRQD CRQD(MYLIB/CHG001)
This command creates a change request description in MYLIB with the name CHG001 and a text description.
Example 2: Creating a Change Request Description That Runs Under Another Person¡¯s Profile
CRTCRQD CRQD(CHG222) USRPRF(*SBM)
This command creates a change request description called CHG222 that runs under the user profile that submits it.
Example 3: Creating a Change Request Description and Associating a Problem With It
CRTCRQD CRQD(CHG999) PRBID(1234567890) PRBORG(*NETATR STORE101)
This command creates a change request description in *CURLIB called CHG999 that is associated with problem ID 1234567890. The problem origin network ID is the same as the local system. The control point name is STORE101.