! SDLMSG.MSG ! ! COPYRIGHT (c) 1978-1992 BY ! DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. ! ALL RIGHTS RESERVED. ! ! THIS SOFTWARE IS FURNISHED UNDER A LICENSE AND MAY BE USED AND COPIED ! ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE ! INCLUSION OF THE ABOVE COPYRIGHT NOTICE. THIS SOFTWARE OR ANY OTHER ! COPIES THEREOF MAY NOT BE PROVIDED OR OTHERWISE MADE AVAILABLE TO ANY ! OTHER PERSON. NO TITLE TO AND OWNERSHIP OF THE SOFTWARE IS HEREBY ! TRANSFERRED. ! ! THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT NOTICE ! AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL EQUIPMENT ! CORPORATION. ! ! DIGITAL ASSUMES NO RESPONSIBILITY FOR THE USE OR RELIABILITY OF ITS ! SOFTWARE ON EQUIPMENT WHICH IS NOT SUPPLIED BY DIGITAL. ! ! ! FACILITY: VAX-11 SDL (Structure Definition Language) ! ! ABSTRACT: ! ! This file defines the error messages used by SDL. ! It is processed by the VMS MESSAGE utility to produce ! an object file defining global values for all the message ! numbers and an SDL text file (SDLMSG.SDL). The SDL file is ! processed to produce a PL/I include file (.in) and a MACRO ! library file (.src) defining the message numbers. ! Currently, the PL/I include file is not used, but rather a ! manually maintained file, SDLMSGDEF.IN, defines the message ! numbers as GLOBALREF VALUE's. The global values are defined ! by the object file, SDLMSG.OBJ, produced by the MESSAGE utility ! from this file. ! Someday a TPU procedure ought to be written so that the SDLMSG.IN ! file can be automatically transformed into the format of the ! SDLMSGDEF.IN file. ! ! ENVIRONMENT: VAX/VMS user mode ! ! AUTHOR: ? CREATION DATE: ? ! ! C H A N G E L O G ! ! Date | Name | Description !_______________|_______|______________________________________________________ ! 01-Apr-1992 | jak | EV1-3 ! | | Copyright, abstract, etc. above and change log added. ! | | Added .ident, OFFSETEXPR, and INVEXPR. !_______________|_______|______________________________________________________ ! 20-May-1992 | jak | EV1-10 ! | | Added REVCHECK. !_______________|_______|______________________________________________________ ! 8-Dec-1992 | jak | EV1-20 ! | | Added INVLISTOPT. ! 7-Jan-1993 | | Added UNDEFORG, UNDEFCON, UNDEFFIL, UNDEFUSER. !_______________|_______|______________________________________________________ ! 28-Jan-1993 | jak | EV1-21 ! | | Added BASEALIGN. ! 12-Feb-1993 | | Changed SYMNOTDEF to warning and reworded. ! | | Added LANGDUP and LANGMISS. Reworded LANGMATCH. ! 18-Feb-93 | | Changed wording of OFFSETEXPR. !_______________|_______|______________________________________________________ ! 12-Mar-1993 | rs | EV-22 ! | | Added NEGORIGIN message !_______________|_______|______________________________________________________ ! 12-Dec-1996 | aem | EV-56 ! | | Added INVDECL message !_______________|_______|______________________________________________________ .title sdlmsg .ident 'EV1-56' .facility /system sdl,186 !*************************************************************************** ! NOTE: ! Every new message requires an entry to be added manually to ! the PL/I include file SDLMSGDEF.IN. ! !*************************************************************************** .severity fatal symtabovr abort infilopn /fao_count=1 bugcheck - /fao_count=1 revcheck errexit .severity error invshrimg - /fao_count=1 nullstruc - /fao_count=2 dupconatt - /fao_count=2 invfldsiz - /fao_count=2 undefsym /fao_count=2 undefcon /fao_count=2 undefuser /fao_count=2 invdecl /fao_count=2 undeffil /fao_count=2 undeforg /fao_count=2 invout /fao_count=2 tokovf /fao_count=2 outfilopn /fao_count=1 syntaxerr /fao_count=1 intovf /fao_count=1 zerodiv /fao_count=1 bytsiz - /fao_count=2 toomanyfields /fao_count=2 invunklen /fao_count=1 sizeredef - /fao_count=2 sizequal - /fao_count=2 sizenest - /fao_count=2 stringconst - /fao_count=2 invname illforwref - /fao_count=2 invsymdef - /fao_count=1 symalrdef - /fao_count=1 invalign infilsdi /fao_count=1 invbitfld - /fao_count=2 adrobjbas
- /fao_count=2 incdefstruc - /fao_count=2 multdefsym - /fao_count=2 invparmtyp - /fao_count=2 invexpr - /fao_count=2 invlistopt - /fao_count=2 basealign - /fao_count=2 .severity warning lisfilopn /fao_count=1 nooutput zerolen - /fao_count=2 matchend - /fao_count=2 warnexit typnam /fao_count=1 invreqparm /fao_count=1 namtrunc /fao_count = 1 typnotsup - /fao_count=2 immgtr32 - /fao_count=1 identgtr31 - /fao_count=2 langdup - /fao_count=2 langmatch - /fao_count=2 langmiss - /fao_count=2 unaligned - /fao_count=2 fillneglen - /fao_count=2 offsetexpr - /fao_count=2 symnotdef - /fao_count=2 .severity informational negorigin - /fao_count=2 fillzerolen /fao_count=2 .end