/* * * Message/status codes for OTS RTL */ #ifndef _OTSDEF_H #define _OTSDEF_H /* Symbols are defined following the standard for global names: OTS$_ABCMNOXYZ In addition, the library standards specify that the letters "ABC", "MNO", and "XYZ" are the first three letters of the first three words of the error message, not counting articles and prepositions. */ #define OTS$_FACILITY 23 /* 0x0017 */ /* define OTS$ severe error messages */ #define OTS$_INVSTRDES 0x0017800C /* 1540108 */ #define OTS$_FATINTERR 0x00178014 /* 1540116 */ #define OTS$_INTDATCOR 0x0017801C /* 1540124 */ #define OTS$_IO_CONCLO 0x00178024 /* 1540132 */ #define OTS$_INPCONERR 0x0017802C /* 1540140 */ #define OTS$_OUTCONERR 0x00178034 /* 1540148 */ #define OTS$_STRIS_INT 0x0017803C /* 1540156 */ #define OTS$_INSVIRMEM 0x00178044 /* 1540164 */ #define OTS$_WRONUMARG 0x0017804C /* 1540172 */ /* define OTS$ warning messages */ #define OTS$_USEFLORES 0x00178400 /* 1541120 */ #endif /*_OTSDEF_H*/