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

Appendix B 569
VPLUS Error Messages
Reformat Messages
308
Invalid data in date input
field.
Output field expects a date, but batch field
does not contain a date.
309
No data movement. Truncation of
significant data would occur.
The numeric data is not written to the output
field because it would be truncated.
315
Non-numeric characters cannot
be converted to zone decimals.
Output field defined as SIGN = Z, but batch
field does not contain zone decimals.
numeric data.
316
No sign inserted. Truncation of
significant data would occur.
Output field defined as SIGN = F, L, P, or Z,
but inserting sign would cause value in batch
field to be truncated.
317
Data truncated for output
record # !!!.
Data written to the specified output record
has been truncated. Presumably, the data is
not significant.
318
No reformatting done for the
following:
The listed (fields/records) in the batch file
have not written to the output file.
319
Insertion of checkdigit would
cause loss of significant data.
The output field into which a checkdigit is to
be inserted is not large enough to contain the
extra digit. The checkdigit is not added.
320
Illegal character infield.
Checkdigit not generated.
In performing the checkdigit calculations, a
character other than a letter (A-Z) or a digit
(0-9) was found.
321
Internal error: More than 9
decimal places expected.
Batch data. Involves NUM(n) field where n is
valued internally to be greater than 9.
322
All blank numeric field cannot
be reformatted.
A batch field containing blanks cannot be
converted to a numeric output field.
323
Commas in numeric data field
are not correctly positioned.
Any commas in a numeric batch field must be
correct; otherwise value cannot be converted
to numeric output field.
324
Numeric data has more than the
expected number of decimal
places.
Numeric batch field has more decimal digits
than defined for the output field. Output field
is replaced with blanks.
325
Invalid character in numeric
data field.
Batch field to be converted to numeric output
field contains characters other than digits,
sign, decimal point, or commas.
326
Invalid character in digit data
field.
Batch field to be converted to digit type output
field contains characters other than digits.
Output field replaced with blanks.
327
Only a plus or minus sign was
found in numeric field.
Batch field to be converted to numeric output
field contains only a sign. REFORMAT
replaces the output field with blanks.
Error Message Cause/Action