Remove CRQD Activity (RMVCRQDA)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove Change Request Description Activity (RMVCRQDA) command removes an activity from a change request description.

Restriction: You must have *CHANGE authority to the change request description object to remove an activity from it.

Top

Parameters

Keyword Description Choices Notes
CRQD Change request description Qualified object name Required, Positional 1
Qualifier 1: Change request description Name
Qualifier 2: Library Name, *LIBL, *CURLIB
ACTIVITY Activity name Name, *LAST Required, Positional 2
Top

Change request description (CRQD)

Specifies the name and library of the change request description where the activity is removed.

The possible library values are:

*LIBL
Locates the change request description in the library list. The first matching change request description is used.
*CURLIB
Locates the change request description in the current library. If no library is specified as the job's current library, the QGPL library is used.
library-name
Specify that only the library specified is searched.

The possible change request description name values are:

change-request-description-name
Specify the names of the change requests description from which an activity is removed.
Top

Activity name (ACTIVITY)

Specifies the activity to remove.

The possible values are:

*LAST
The activity named *LAST is removed.
activity-name
Specify the name of the activity to be removed.
Top

Examples

RMVCRQDA   CRQD(*LIBL/CHG001)  ACTIVITY(ACT01)

This command removes the ACT01 activity from the first change request description found in the library list of the current interactive job with the name CHG001.

Top

Error messages

None

Top