Copyright Digital Equipment Corp. All rights reserved.

UNDECLARED

Message        <Context> "<name>" is not declared.

Description    An identifier used in an expression has not been
               declared.  The only time an identifier can be used
               and not previously declared is when the identifier
               specifies the function name in a function call.

User Action    Either declare the identifier or remove its use.