Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove Message Description (RMVMSGD) command removes a message description from the specified message file.
Note: A description of how to print a single message description or a group of message descriptions is in the section entitled Handling Messages in the Basic System Operation information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
Restrictions: You must have use (*USE) and delete (*DLT) authorities for the message file.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
MSGID | Message identifier | Name | Required, Positional 1 |
MSGF | Message file | Qualified object name | Required, Positional 2 |
Qualifier 1: Message file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB |
Top |
Specifies the message identifier of the message to be removed from the message file.
This is a required parameter.
Top |
Specifies the message file containing the message to be removed. Any message file overrides in effect for the job are ignored by this command; the file specified here is the one from which the message is removed.
This is a required parameter.
Qualifier 1: Message file
Qualifier 2: Library
Top |
RMVMSGD MSGID(UIN0115) MSGF(INV)
This command removes the message description with the identifier UIN0115 from the message file named INV. The library list is used to find the INV file. Note that if more than one INV message file exists in the libraries being searched, the message description will only be removed from the first INV message file found in the library list.
Top |
*ESCAPE Messages
Top |