/* * * Print symbiont message/status codes */ #ifndef _PSMMSGDEF_H #define _PSMMSGDEF_H /* See also module $SMBMSGDEF. (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. */ #define PSM$_FACILITY 262 /* 0x0106 */ #define PSM$_FUNNOTSUP 0x01068001 /* 17203201 */ #define PSM$_PENDING 0x01068009 /* 17203209 */ #define PSM$_FLUSH 0x01068011 /* 17203217 */ #define PSM$_BUFFEROVF 0x01068018 /* 17203224 */ #define PSM$_NEWPAGE 0x01068020 /* 17203232 */ #define PSM$_SUSPEND 0x01068028 /* 17203240 */ #define PSM$_ESCAPE 0x01068030 /* 17203248 */ #define PSM$_EOF 0x0106803A /* 17203258 */ #define PSM$_INVVMSOSC 0x01068042 /* 17203266 */ #define PSM$_MODNOTFND 0x0106804A /* 17203274 */ #define PSM$_NOFILEID 0x01068052 /* 17203282 */ #define PSM$_OSCTOOLON 0x0106805A /* 17203290 */ #define PSM$_TOOMANYLEV 0x01068062 /* 17203298 */ #define PSM$_INVITMCOD 0x0106806C /* 17203308 */ #define PSM$_LATSYM 0x01068072 /* 17203314 */ #endif /*_PSMMSGDEF_H*/