Copyright Digital Equipment Corp. All rights reserved.

NOTEXPECTING

Message        Error parsing <what>.  Found "<found>" when expecting
               <expecting>.

Description    While parsing the program, the compiler has
               encountered something unexpected.  The message will
               detail what the compiler was trying to parse and the
               item that was invalid, and will also produce a list
               of those items it was expecting to find.

User Action    Correct the offending section of the program.