The MIMMSGS file contains message facility statements that are processed as part of the initialization. The MIMMSGS file is the primary message table and points to all other message tables used by CA MIM. The following example shows the statements that are contained in the MIMMSGS file, and the general structure of this file.
NOLOG
TABLE MIMMSGS,LANGUAGE=ENGLISH
*==============================================================*
* MIM0001 - MIM0999 DEFINE MIM DRIVER MESSAGES
*==============================================================*
* The CA MIM Message Facility reads the statements
* in this file during initialization. This file is the
* primary message table and calls all the facility-specific
* MESSAGE TABLES.
*
*==============================================================*
MSG 'MIM0001W Too many continuations - excess discarded',
ROUTCDE=(1,2,10),DESC=(4)
MSG 'MIM0002E @1¦ terminating in initialization',
ROUTCDE=(1,2,10),DESC=(1)
MSG 'MIM0003E No usable CONTROL files specified',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0004W File @1¦ - JFCB access or OPEN failed',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0005E @1¦ - already active in this system',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0006E File @1¦ - invalid device',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0007E File @1¦ - inadequate space',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0014E File @1¦ - system with ident @2¦ already ACTIVE',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0015E File @1¦ full - system @2¦ cannot be added',
ROUTCDE=(1,2,10),DESC=(2)
MSG 'MIM0016W WARNING - File @1¦ on non-shared device',
ROUTCDE=(1,2,10),DESC=(3,7)
MSG 'MIM0017I @1¦',
MCSFLAG=(HRDCPY)
MSG 'MIM0018I Following statements accepted from member @1',
MCSFLAG=(HRDCPY)
MSG 'MIM0020I MIM @1¦ ready - system @2',
ROUTCDE=(2,11),DESC=(4)
The TABLE statement defines the MIMMSGS file as the primary message table from which all other message tables are called. All subsequent MSG statements belong to the defined table. The MSG statement in MIMMSGS defines CA MIM driver messages, which can be customized. The CA MIM facility-specific message tables contain TABLE and the MSG statements unique to that facility. For example, MICMSGS is used for CA MIC.
The INCLUDE statement directs the message facility to locate the indicated message table and insert the statements that are found in the file at the point specified.
|
Copyright © 2014 CA.
All rights reserved.
|
|