HPlogo HP Data Entry and Forms Management System (VPLUS) Reference Manual: HP 3000 MPE/iX Computer Systems > Appendix B VPLUS Error Messages

Reformat Messages

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Reformat Messages

ErrorMessageCause/Action
2
Error opening reformat file. (FSERR !!!!)
Check file system error number.
4
Batch file could not be opened. (FSERR !!!!)
Check file system error number.
5
No reformatting was done.
No sequence of forms in batch matched with any Reformat sequence.
6
Batch file: !
Not an error. Listing message.
8
Error closing batch file. (FSERR !!!!)
Check file system error number.
9
Error closing output file. (FSERR !!!!) 

10
Error closing reformat file. (FSERR !!!!)

11
Error opening output file. (FSERR !!!!)

13
Cannot append to a file with variable length records. 
If you specify an existing output file in the :FILE command, and expect to write/append to that file, it must have fixed-length records.
14
Reformat file not compiled or not a legal reformat file. 
Check the reformat file name in your :FILE command; you may have to run REFSPEC to compile the reformat file.
15
Form file versions from batch and reformat file don't match. 
A warning that forms file was recompiled since batch file was created.
16
Batch data must be from forms file !. 
Reformat file expects batch file written from forms in specified forms file. Check that batch and reformat names are correct.
17
 Not a legal batch file.
Check batch file name in :FILE command.
18
REFORMAT TERMINATED ABNORMALLY. 
FGETINFO failed. See error message given in your output above this message.
19
Internal error getting info from reformat file. 
(FSERR !!!!)

20
Reformat file: ! 
Not an error.
22
Output file: ! 
Not an error.
23
Internal error getting information from batch file. (FSERR !!!!) 
FGETINFO failed.
24
File specified was not a reformat file.
Check reformat file name in :FILE command.

Allocation Messages

ErrorMessageCause/Action
30
Internal error: Batch data space too small. Allocation failed.

31
Internal error allocating batch information buffer.

32
Internal error allocating batch data buffer.

33
Internal error allocating batch temporary buffer.

34
Internal error allocating reformat code buffer.

35
Internal error allocating output buffer.

36
Internal error allocating temporary output buffer.

37
Internal error allocating data buffer.

I/O Messages

ErrorMessageCause/Action
50
Error reading batch record # !!!. (FSERR !) 

51
Error reading from reformat file. (FSERR !!!!)

52
Error reading from reformat file. (FSERR !!!!)

54
End of file reached on output file. Record not written. 

55
Error writing to output file. (FSERR !!!!)

56
Error reading from reformat file. (FSERR !!!!)

Intrinsic Messages

ErrorMessageCause/Action
73
Internal error: Translation to EBCDIC failed.

Intrinsic failed.

Access Method Messages

ErrorMessageCause/Action
086
Access method: file code error.

087
Access method: Attempt to add a duplicate key.

088
Access method: Internal error. Key insertion location error.

089
Access method: Internal error. Block not present.

090
Access method: Attempt to open an old file as new.

091
Access method: Internal error. Key block buffer error.

092
Access method: Internal error. Invalid key block number.

093
Access method: Internal error. Block not verified. 

094
Access method: Record not found. 

095
Access method: Not enough space in extension for the directory. 
Fast form files require 500 words of space in the COMAREA extension. If you are coding in BASIC, list the forms file to find how many words are needed for the extension, and increase the COMAREA field USERBUFLEN to this number.
096
Access method: Internal error. Parent block not found.

097
Access method: Internal error. Illegal entry number.

098
Access method: The file is not a KSAMless forms/ref file. 

099
Access method: The file is at EOF.

Code Interpretation Messages

ErrorMessageCause/Action
101
Record terminator causes output record overflow. Data truncated. 
End-of-record marker makes record longer than output record length defined on GLOBALS menu for reformat file.
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 equivalent of an ASCII character in the output record makes record longer than maximum record size defined for output file.

Statistics Messages

ErrorMessageCause/Action
200
Reformatting completed successfully with no errors.
Hurrah!
201
!!!! reformats attempted.
Message reports how many times reformat identifiers were matched with records in the reformat file.
202
 !!! records written to output file. 
This message tells you the total number of reformatted records written by REFORMAT. Message is always issued.
203
 !!! batch records processed. 
This message tells you the total number of records in the batch file that were processed by REFORMAT.
204
!!!! errors. 
The total number of errors detected by REFORMAT.
205
Some errors were found see above. REFORMAT terminated normally.
This message is issued after message 204 when REFORMAT completes despite errors.

Reformat Errors

ErrorMessageCause/Action
300
Invalid numeric data.
Numeric data expected for output field, but data in batch field not numeric.
301
Numeric data conversion failed. 
Conversion of numeric data from batch field to output field not successful. Check that OUTPUT FIELD is a numeric type, that batch field contains numeric data.
302
Numeric data conversion failed. Output field too small.
Output field defined in reformat file not large enough for numeric data in batch field.
303
Invalid data for digit data type. 
Output field defined as type DIG, but data in batch field is not solely digits.
304
Numeric data conversion failed. 

See error 301.

305
Numeric data conversion failed. Output field too small.

See error 302.

306
Date conversion failed.
Conversion of a date from batch field to output field not successful. Check that OUTPUT FIELD is a date type, that batch field contains a date.
307
Date conversion failed. Output field too small.
The output field is not large enough to contain the date in the batch field. Check field size in OUTPUT RECORD menu, check batch field.
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.
328
Internal error: More than 9 decimal places expected. 
See error 321.
329
An all blank field is not a legal implied value.
A batch field to be converted to an IMPn type output field must contain values other than blanks.
330
Commas in implied data field are not correctly positioned. 
In an IMPn type field, commas should be positioned counting back from the implied decimal point.
331
Implied data has more than the expected number of decimal places. 
IMPn type batch field has more than n digits to the right of an actual decimal point. Output field replaced with blanks.
332
Illegal character found in implied data field. 
IMPn type batch field contains character other than a digit, decimal point, sign, or commas.
333
Only a plus or minus sign was found in implied field. 
IMPn type batch field contains only a sign; cannot convert to numeric output field.
334
IMPn field must have at least !!!! digits. 
IMPn type batch field has fewer than n digits.
335
Illegal implied field data. 
IMPn type batch field has data other than digits, decimal point, sign, or commas.
336
Check digit requested on empty field. 
Cannot generate check digit from blank batch field.
337
Check digit requested on field containing only + or - sign.
Cannot generate check digit from sign only.
338
Check digit requested on field containing special characters. 

Can only generate check digit from digits (0-9) or letters (A-Z).

339
Check digit 10 is invalid for modulus 11 calculation.
This number or string is inappropriate for modulus 11 check digit calculation because that process yields a value of 10 when only single digit results can be used.
340
Check digit modulus must be 10 or 11. 
Check OUTPUT FIELD in reformat file; only modulus 10 or 11 check digits can be generated.
341
Check digit generation failed. 
See appendix D. Check digits cannot be calculated for some fields

Message Info

ErrorMessageCause/Action
400
Reformat identifier: !

401
Reformat field name: !

402
Batch record form name: ! 

403
Batch record #: !!! 

404
Output record #: !!!

405
Output record col #: !!!!

Header Messaages

ErrorMessageCause/Action
500
*******************************
**********************************
501
* 
*
502
* 
REFORMAT HP32209! *
503
* 
! *
504
PAGE !!!! 

505
!

506

507
REFORMAT/3000 HP32209! 

Testlist Errors

ErrorMessageCause/Action
640
Error writing to testlist file. (FSERR !!!) 

641
EOF reached on testlist file. 

642
Error opening testlist file. (FSERR !!!)

643
Error allocating testlist buffer. 

Native Mode Access Error Messages

ErrorMessageCause/Action
996
Forms file must be adjusted   with FORMSPEC before it can be used.
 
997
Forms file is corrupt.

998
Negative argument passed to VPLUS intrinsics
See Appendix J.
999
Attempt to access CompatibilityMode VPLUS services failed.
See Appendix J.

Feedback to webmaster