RMVALRD (Remove Alert Description)
RMVALRD Command syntax diagram
Purpose
The Remove Alert Description (RMVALRD) command allows you to remove an alert description that was added previously by the ADDALRD command. More information on alerts is in the Alerts Support book.
Required Parameters
- MSGID
- Specifies the message identifier for the alert description to be removed.
- ALRTBL
- Specifies the alert table from which this alert description is removed.
The name of the alert table 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.
alert-table-name: Specify the name of the alert table.
Example for RMVALRD
RMVALRD MSGID(USR1234) ALRTBL(USER/USRMSGS)This command removes the alert description for message identifier USR1234.
Error messages for RMVALRD
*ESCAPE Messages
- CPF1A04
- Alert code &1 not found in alert table &2.
- CPF1A05
- Alert table &1 in &2 damaged.
- CPF2499
- Message identifier &1 not allowed.
- CPF7BB1
- Alert description not found.
- CPF9801
- Object &2 in library &3 not found.
- CPF9802
- Not authorized to object &2 in &3.
- CPF9803
- Cannot allocate object &2 in library &3.
- CPF9807
- One or more libraries in library list deleted.
- CPF9808
- Cannot allocate one or more libraries on library list.
- CPF9810
- Library &1 not found.
- CPF9811
- Program &1 in library &2 not found.
- CPF9812
- File &1 in library &2 not found.
- CPF9814
- Device &1 not found.
- CPF9820
- Not authorized to use library &1.
- CPF9821
- Not authorized to program &1 in library &2.
- CPF9822
- Not authorized to file &1 in library &2.
- CPF9825
- Not authorized to device &1.
- CPF9830
- Cannot assign library &1.
- CPF9831
- Cannot assign device &1.