CHGCRQD (Change Change Request Description)

CHGCRQD Command syntax diagram

 

Purpose

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, be the owner of the object or must have *ALLOBJ and *SECADM authority.

 

Required Parameters

CRQD
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:

*LIBL: All libraries in the job's library list are searched until the first match is found.

*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.

library-name: Specify the name of the library to be searched.

change-request-description-name: Specify the name of the change request description being changed.

 

Optional Parameters

USRPRF
Specifies the profile to use when the change request is submitted.

*SAME: The value does not change.

*SBM: The user profile of the submitter is used when the change request is submitted.

*OWNER: The user profile that created the change request description is used when the change request is submitted.

PRBID
Specifies the ID of the problem to be associated with this change request description. Problems with different origin systems can have the same identifier.

*SAME: The value does not change.

*NONE: There is not a problem ID associated with this change request description.

problem-identifier: Specify the ID of the problem to be associated with the change request description.

PRBORG
Specifies the origin system of the problem ID.

Element 1: Network Identifier

*SAME: The value does not change.

*NETATR: The network ID is the same as the one defined in the network attributes for this system.

network-identifier: Specify a network ID.

Element 2: Control Point Name

*NETATR: The control point name is the same as the local control point name defined in the network attributes for this system.

control-point-name: Specify a control point name.

TEXT
Specifies the text that briefly describes the object. More information is in Commonly used parameters.

*SAME: The value does not change.

*BLANK: Text is not specified.

'description': Specify a maximum of 50 characters, enclosed in apostrophes.

Examples for CHGCRQD

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.

Error messages for CHGCRQD

*ESCAPE Messages

CPF969B
Change request description changed, but warnings exist.
CPF969C
Not authorized to change USRPRF.