ENFORM User's Guide

!!! Error and *** Warning Type Messages
Error Messages
058058 Tandem Computers Incorporated B–17
!!! ERROR [172] Item on left side of assign operator must be a field in the
FIND record
The output-field-name in a FIND statement cannot be a field from an input record or the
name of the FIND record itself.
!!! ERROR [173] Value must be a single ASCII character, not "^" or "-"
This is a restriction on the value for the Option Variable @NEWLINE.
!!! ERROR [174] Value is being truncated to 15 characters
The value for this Option Variable must be a string literal containing 15 characters or
less.
!!! ERROR [175] A subscript range cannot be used in a field in a FIND
statement
Specify each item in the range individually.
!!! 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 the ENFORM Reference Manual for more details.