Previous Topic: (MIM) MSG Statement-Define MessageNext Topic: SETOPTION MIM Command—Set Operating Values


(MIM) MSGR Statement-Provide Message With a Reply Definition

The MSGR statement provides a message with reply definition for CA MIM. It is used only in the Message Facility Tables found in the MIMMSGS file.

This statement has the following format:

MSGR 'text' [ROUTCDE=routinginfo][DESC=descriptor codes]
            [MSGNO=msgnumber][MCSFLAG=mcsoptions]
            [CONSID][RESPONSE]
text

Specifies the message prefix and text that you want CA MIM to use. This string must be enclosed in single quotes.

ROUTCDE

(Optional) Specifies WTO routing code information.

DESC

(Optional) Specifies WTO descriptor codes.

MSGNO

(Optional) Specifies the message number if the message number is not supplied in the message text.

MCSFLAG

(Optional) Specifies selected WTO MCS flag information for the message. Currently RESP and HRDCPY are the supported MCS options.

CONSID

(Optional) Specifies that the message is to be directed to a specific console.

RESPONSE

(Optional) Specifies that the message is a console directed command response.

Usage Note: MSGR Statement

You can specify this statement only in a Message Facility Table member of the MIMMSGS file. Specify this statement after the TABLE statement.

Example: MSGR Statement

To change the route codes on the MIM0100A control file lock out message, specify this statement in your message table:

MSGR 'MIM0100A File @1¦ ‑ possible lockout @2¦ @3¦  ', 
               ROUTCDE=(1,2,4,6,10)

MSGTABLE Command-Load Message Definitions

The MSGTABLE command lets you immediately load the message definitions contained in (or pointed to from) a Message Facility Table file found in the CA MIM parameter files. By doing this, you make those message definitions take effect immediately.

This command has the following format:

MSGTABLE filename
filename

Identifies the file that contains (or points to) the message definitions. Store this file on the MIMGR 191 disk.

Example: MSGTABLE Command

To load message definitions stored in the MIMMSGX file, issue the following command:

MSGTABLE MIMMSGX

(MIM) QUIESCE Command-Temporarily Inactivate CA MIM

The QUIESCE command lets you temporarily inactivate CA MIM (that is, put CA MIM in a wait state) without having to stop it.

Scope: Local

This command has the following format:

QUIESCE

Usage Notes: QUIESCE Command

Example: QUIESCE Command

To quiesce CA MIM, issue the following command:

QUIESCE

RESTART Command-Reactivate CA MIM After Quiesce

The RESTART command lets you reactivate CA MIM after issuing a QUIESCE command.

This command has the following format:

RESTART

Usage Notes: RESTART Command

Example: RESTART Command

To reactivate CA MIM after it was quiesced, issue the following command:

RESTART