Remove Reply List Entry (RMVRPYLE)

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

The Remove Reply List Entry (RMVRPYLE) command removes an entry from the system reply list. The reply list is used as a source for automatic responses to predefined inquiry messages.

The reply list is only used when an inquiry message is sent by a job that has the inquiry message reply attribute of the system reply list specified; in other words, INQMSGRPY(*SYSRPLY) was specified. INQMSGRPY(*SYSRPLY) can be changed with the Change Job (CHGJOB) command.

New entries may be added to the reply list with the Add Reply List Entry (ADDRPYLE) command. Existing entries can be changed with the Change Reply List Entry (CHGRPYLE) command. The entire list of entries can be shown with the Work with System Reply List Entries (WRKRPYLE) display. From the display that is shown by WRKRPYLE, you can add, change, and remove individual entries.

Restrictions:

  1. This command is shipped with public *EXCLUDE authority and the QPGMR user profile has private authority to use the command.
  2. To use this command, you must be signed on as QPGMR, or have all object (*ALLOBJ) special authority.
Top

Parameters

Keyword Description Choices Notes
SEQNBR Sequence number 1-9999, *ALL Required, Positional 1
Top

Sequence number (SEQNBR)

Specifies the sequence number of the reply list entry being removed from the system reply list.

This is a required parameter.

*ALL
Specifies that all reply list entries are removed from the system reply list.
sequence-number
Specify the 4-digit sequence number that specifies the entry that is being removed from the system reply list. Valid values range from 1 through 9999.
Top

Examples

Example 1: Removing All Entries

RMVRPYLE   SEQNBR(*ALL)

This command removes all entries from the system reply list.

Example 2: Removing One Entry

RMVRPYLE   SEQNBR(0001)

This command removes from the system reply list the entry that has sequence number 0001.

Top

Error messages

*ESCAPE Messages

CPF2435
System reply list not found.
CPF2556
Sequence number &1 not defined in system reply list.
CPF2557
System reply list damaged.
CPF2558
System reply list currently in use.
Top