/* * * Symbiont message/status codes */ #ifndef _SMBMSGDEF_H #define _SMBMSGDEF_H /* See also module $PSMMSGDEF. (note: they're both screwed when generated automatically for SDL data) These are the messages common to VAX/VMS symbionts. Message types for messages sent from the symbionts to the job controller are defined by the $MSGDEF module. [1984] Removed these definitions for SMB and placed in a separate file SMBMSG.MSG. This accomplishes the renaming of messages with a separate facility code. Now two types of messages SMB$... and PSM$... depending on the context of the error. */ #define SMB$_FACILITY 272 /* 0x0110 */ #define SMB$_NOMOREITEMS 0x01108002 /* 17858562 */ #define SMB$_INVSTMNBR 0x0110800C /* 17858572 */ #define SMB$_INVSTRLEV 0x01108014 /* 17858580 */ #endif /*_SMBMSGDEF_H*/