ENFORM Reference Manual

!!! Error and *** Warning Type Messages
Error Messages
B–18 058057 Tandem Computers Incorporated
!!! ERROR [176] Help item phrase must be less than 32 characters long.
The phrase following the ?HELP keyword must be less than 32 characters long,
including embedded blanks and the initial question mark (if present).
!!! ERROR [177] Parameter is treated like a literal here. Its value cannot be
changed.
In certain cases, ENFORM treats a parameter exactly like a numeric literal. This means
that you cannot change the value of the parameter at execution time, either with a
Command Interpreter PARAM command or an ENFORM SET statement. Refer to the
PARAM statement in Section 4 for more details.
!!! ERROR [178] Record on right side of link optional is linked back to record
on left
Within your query specifications, a link exists that illegally links the record description
specified on the right side of a LINK OPTIONAL statement back to the record
description specified on the left side of the LINK OPTIONAL statement. Refer to
Section 4 and Appendix C for more information about links and the LINK OPTIONAL
statement.
!!! ERROR [179] Record appears on the right side of more than one link
optional
Your query specifications contain one or more illegal links that violate rule 2 for the
LINK OPTIONAL statement. (Rule 2 states that a record description can only appear
once on the right side of a LINK OPTIONAL statement.) Refer to Section 4 and
Appendix C for more information about illegal links with the LINK OPTIONAL
statement.
!!! ERROR (Attempt to divide by zero)
An error occurred because an attempt was made to divide by a field containing a data
value of zero.