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:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SEQNBR | Sequence number | 1-9999, *ALL | Required, Positional 1 |
Top |
Specifies the sequence number of the reply list entry being removed from the system reply list.
This is a required parameter.
Top |
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 |
*ESCAPE Messages
Top |