Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
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.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CRQD | Change request description | Qualified object name | Required, Positional 1 |
Qualifier 1: Change request description | Name | ||
Qualifier 2: Library | Name, *CURLIB | ||
USRPRF | User profile | *SBM, *OWNER | Optional |
PRBID | Problem identifier | Character value, *NONE | Optional |
PRBORG | Problem origin | Element list | Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point name | Communications name, *NETATR | ||
TEXT | Text 'description' | Character value, *BLANK | Optional |
AUT | Authority | Name, *EXCLUDE, *LIBCRTAUT, *CHANGE, *ALL, *USE | Optional |
Top |
Specifies the name and the library of the change request description being created.
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 whether the authority checking (done while this change request is running) is based on the user who submitted the change request description or on the owner of the change request description. The user profile is used to run the change request and control which objects can be used by the change request.
The possible values are:
Note: This is not like a program that runs under its owner's profile, for which both the program owner and the program user profiles are used. Only the owner's profile is used if this value is specified.
Top |
Specifies the ID of the problem to be associated with this change request description. Problems with different origin systems might 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 values are:
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 |
Specifies the authority given to users who do not have specific authority to the object, who are not on an authorization list, and whose user group has no specific authority to the object.
The possible values are:
Note: The user with *CHANGE authority cannot change the user profile value (USRPRF). To change the user profile value, the user must be the owner or must have *ALLOBJ and *SECADM authority.
Top |
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.
Top |
Top |