Remove Alert Description (RMVALRD)

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, SC41-5413.

Parameters

Keyword Description Choices Notes
MSGID Message identifier Name Required, Positional 1
ALRTBL Alert table Qualified object name Required, Positional 2
Qualifier 1: Alert table Name
Qualifier 2: Library Name, *LIBL, *CURLIB

Message identifier (MSGID)

Specifies the message ID for the alert description that is removed.

This is a required parameter.

name
Specify the message identifier.

Alert table (ALRTBL)

Specifies the alert table from which this alert description is removed.

This is a required parameter.

Qualifier 1: Alert table

name
Specify the name of the alert table that is used.

Qualifier 2: Library

*LIBL
All libraries in the job's library list are searched until the first match is found.
*CURLIB
The current library is searched for the alert table. If no library is specified as the current library for the job, the QGPL library is used.
name
Specify the name of the library where the alert table is located.

Examples

RMVALRD   MSGID(USR1234)  ALRTBL(USER/USRMSGS)

This command removes the alert description for message identifier USR1234.

Error messages

*ESCAPE Messages

CPF1A04
Alert code &1 not found in alert table &2.
CPF1A05
Alert table &1 in &2 damaged.
CPF2499
Message identifier &1 not valid.
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.