HP Data Entry and Forms Management System (VPLUS) Reference Manual (32209-90024)

Appendix B 567
VPLUS Error Messages
Reformat Messages
102
Field separator causes output
record overflow. Data
truncated.
See error 101. See globals menu.
103
Literal causes output record
overflow. Data truncated.
A literal constant in output record makes
record longer than output record length
defined for file in GLOBALS menu.
104
Internal error: Bad code for
reformat sequence.
105
Output length greater than
largest possible output record.
Length of actual output record is longer than
largest variable length record as defined on
GLOBALS menu for file.
106
Field causes output record
overflow. Data truncated.
An output field causes the output record to be
longer than truncated. the record length
defined on the GLOBALS menu.
107
Field causes output record
overflow. Field data not
written.
In this case, the entire field is omitted from
the output record. (For error 106, the field is
written with data truncated.)
108
Field causes overwrite on
previous data. Field data not
written.
The beginning of this field overlaps a previous
field. data not written. Check OUTPUT
RECORD specification for reformat file.
109
System constant $Gs causes
record overflow. Data
truncated.
Group separator in output record makes
record longer than maximum record size
defined for output file.
110
System constant $RS causes
record overflow. Data
truncated.
Record separator in output record makes
record longer than Data truncated.
maximum record size defined for output file.
111
System constant $US causes
record overflow. Data
truncated.
Unit separator in output record makes record
longer than maximum truncated.
record size defined for output file.
112
System constant $LF causes
record overflow. Data
truncated.
Line feed specified in output record makes
record longer than maximum record size
defined for output file.
113
System constant $CR causes
record overflow. Data
truncated.
Carriage return specified in output record
makes record longer than maximum record
size defined for output file.
114
ASCII character causes output
record overflow.Data truncated.
The numeric equivalentof an ASCII character
in the output record makes record longer than
maximum record size defined for output file.
Error Message Cause/Action