ERROR MESSAGES (continued) [ HP Data Entry and Forms Management System (VPLUS/V) ] MPE/iX 5.0 Documentation
HP Data Entry and Forms Management System (VPLUS/V)
ERROR MESSAGES (continued)
VOPENBATCH and VCLOSEBATCH Messages
Error Message Cause/Action
070 Forms file was re-compiled You may want to specify a different
since last using this batch file name since the forms
batch. file has been changed since the
specified batch file was last used
with the forms file.
071 A forms file must be opened Call VOPENFORMF before calling
before opening a batch file. VOPENBATCH.
072 The file does not appear Check the batch file name you
to be an existing batch specified; if this is a new file,
file. it will be created automatically
and then opened.
073 A different forms file You opened a forms file that is
created this batch. not the forms file associated with
the batch file specified. See 070.
074 Batch file not yet opened.
080 Batch file open failed. Refer to the file system error
(FSERR !) to determine the cause of the
open failure. Check file name.
081 Can't read the batch FREADLABEL intrinsic failed.
file's user label.
(FSERR !)
082 Internal error: Batch FGETINFO intrinsic failed.
file FGETINFO failed.
(FSERR !)
084 Can't write user label FWRITELABEL intrinsic failed.
to batch file. (FSERR !)
085 Internal error: Batch FCLOSEBATCH intrinsic failed.
file close failed. Refer to the file system error
(FSERR !) to determine the cause of the
close failure.
Access Method Errors
Error Message Cause/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 Fast form files require 500 words
enough space in extension words of space in the COMAREA
for the directory. 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. If the application
is not written in BASIC, increase
the MAXDATA parameter on the PREP
or RUN command.
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.
VGETNEXTFORM Messages
Error Message Cause/Action
100 Can't find the next form. Check form name in application
(FSERR !) program.
101 Form $HEAD does not apply, NFNAME in COMAREA is $HEAD, but
since no forms have been this specification only applies
displayed. when forms have been displayed.
102 An invalid COM'REPEAT REPEATAPP in COMAREA should be
value was supplied set to one of the codes:
programmatically. 0 - no repeat/append
1 - repeat current form
2 - repeat & append current form
103 An invalid COM'NFOPT The next form option in FREEZAPP
value was supplied of COMAREA can be:
programmatically. 0 - clear current form, display
next form
1 - append next form to current
form
2 - freeze current form, append
next form
104 Formsfile not compiled The type of terminal is being
for this run-time terminal. used has not been selected for
use with the forms file. Specify
the terminal type in the FORMSPEC
Terminal Selection menu, then
recompile the forms file.
105 HP3075/6 terminal with VPLUS does not run on the
numeric only display is numeric display HP3075/6
not supported. terminals.
106 HP3077 terminal is not VPLUS only opens and closes
supported except for the HP3077 terminal; no other
opening and closing. functions can be performed.
VSHOWFORM Messages
Error Message Cause/Action
130 Internal Error: Terminal FWRITE intrinsic failed.
write failed.
(FSERR !)
131 Internal error:
Color conversion failed.
VREADFIELDS Messages
Error Message Cause/Action
150 The supplied read buffer The data buffer in memory is
(dbuf) is too small. too small for the data on the
form. Check application program
DBUF array size and DBUFLEN.
151 Internal error: An Block mode or data comm problem.
expected DC2 from the Press REFRESH.
terminal was missing.
152 Internal error: A read Press ENTER again. Also try
terminator (an RS or a REFRESH. If problem recurs,
GS) was expected. check DBUFLEN in application
program. Possible block mode
or data comm problem.
153 A status request was Application program requested
pending, so the terminal terminal status, then called
read was invalid. VREADFIELDS.
154 An unrecognized escape Possible softkey problem.
sequence was read. Press REFRESH or perhaps RESET
to correct.
155 Read length error. Length of data actually read
is less than expected for
current form.
160 Internal error: Terminal FREAD intrinsic failed.
Read Failed (FSERR!) If user timeouts were enabled
in the user application, a time
out has occurred.
161 Field too long for The maximum length of a field
HP3075/6 terminals. on the HP 3075/6 terminals is
200 characters.
162 Terminal Power Failure A power failure has been
detected. detected on an HP 3075/6 terminal.
163 Invalid error light. Valid error lights are letters
of the alphabet or the @
character.
164 HP3075/6 Terminal Load the printer with a roll of
printer is out of paper. paper.
165 Device is not supported The terminal must be an HP 3075A
by VPRINTLOCAL. or HP 3076A.
166 HP3075/6 Terminal does Your terminal is not equipped
not have a printer. with a printer.
VPRINTFORM Messages
Error Message Cause/Action
190 Can't open the print FOPEN intrinsic failed. Refer
file. (FSERR !) to file system error to determine
the cause.
191 Can't write to the FWRITE intrinsic failed.
print file. (FSERR !)
VINITFORM, VFIELDEDITS, and VFINISH Messages
Error Message Cause/Action
202 The required field is A required field in current form
empty. is blank.
203 Invalid field type. Valid field types are:
0(optional), R(required),
D(display only), P(Process
even if blank)
204 The field can only The field is specified as type
contain digits. DIG, but it contains characters
other than 0-9.
205 The field can only The field is specified as type
contain a number. NUM, but it contains characters
other than 0-9, decimal point,
comma, or plus or minus sign.
206 The field can only Reduce the number of digits to
contain a number, the right of the decimal point
with max ! decimal to n.
places.
207 The field can only The field is specified as type
contain a number IMPn, but it contains
(! decimal places characters other than 0-9,
implied). decimal point, comma, or plus
or minus sign. Also, there
could be more than n digits
to the right of the decimal
point.
208 The field must be a The data in a DMY field is not
valid date, in DMY order. a valid date, or is not in
order: day, month, year.
209 The field must be a The data in an MDY field is not
valid date, in MDY order. a valid date, or is not in
order: month, day, year.
210 The field must be a The data in a YMD field is not
valid date, in YMD order. a valid date, or is not in
order: year, month, day.
211 Internal error: Invalid Field table problem.
field data type.
212 Error during data A data conversion error has been
conversion between family detected by VINITFORM when
members. converting between family
members. Check for field type
compatibility problems in the
form family in the forms file.
220 Internal error: Invalid Code execution problem.
destination.
222 An edit test failed. The default field edit error
message had been provided.
Check the data you entered
in the field against the
processing specifications.
321 Attempted a SET into The destination of a SET
a numeric field that is statement has fewer characters
too short. than the number being moved to it.
323 Internal error: Invalid Code execution problem.
op code.
325 Attempted a SET into a The destination of a SET
date field that is too statement has fewer characters
short. than the value being moved to it.
326 Internal error in field.
327 User-defined error for A FORMSPEC custom error message
this field. is associated with this field,
but could not be correctly
retrieved from forms file.
328 The field cannot contain A minus sign is in a field
a negative number whose data type is DIG, only
(Dtype DIG). digits (0-9) allowed.
330 Internal error: Invalid Code execution problem.
op in logical eval.
331 Range error. Low value The first value is in an IN/NIN
is greater than high range is greater than the
value. second value (for a:b, a>b)
332 Check digit requested on CDIGIT is specified for a
empty field. field that contains no data.
There must be a value in order
to test the check digit.
333 Check digit requested on CDIGIT is specified for a field
field containing only + that has no value except a sign;
or - sign. there must be a value in order
to test the check digit.
334 Check digit requested on CDIGIT only operates on numeric
field containing special (0-9) or alphabetic (A-Z) values.
characters.
335 Check digit 10 is invalid Since value has remainder greater
for modulus 11 calculation. than 9, it has no possible
modulus 10 check digit. Use
CDIGIT 11.
336 Internal error: Check
digit modulus must be 10
or 11.
337 Check digit validation A field whose value is to be
string contains only one checked by a modulus calculation
character. must contain at least two
characters.
340 Division by zero was Expression in field processing
attempted. statement evaluated to division
by zero.
341 Attempted a SET from a A numeric value is expected as
field containing an the source of a SET statement,
invalid number. but the source is not a valid
number.
344 Internal error: Invalid
op in long eval.
345 Overflow in an add Value is outside 4-word REAL
operation. range. Range of 4-word REAL
is from approximately 8.636
times 10^(-78) to 1.158 times
10^77.
346 Overflow in a subtract See error 345.
operation.
347 Overflow in a multiply See error 345.
operation.
348 Overflow in a divide See error 345.
operation.
349 Overflow in a percent See error 345.
operation.
350 Index expression out In an index retrieve operand
of range in an "index (index OF element, element...)
of" numeric statement. the index evaluates to a
digit greater than the
number of elements in the list.
(Numeric operands).
351 Overflow in a negate See error 345.
operation.
360 Attempted a SET from a A date is expected as the
field containing an source of a SET statement,
invalid date. but the date is not valid.
363 Internal error: Invalid
op in double eval.
364 Index expression out of See error 350.
range in an "index of" (Date operands)
date statement.
370 Internal error: Invalid
op in text eval.
371 Index expression out of See error 350.
range in an "index of" (CHAR operands)
text statement.
380 The index expression An arithmetic expression used
evaluates to "empty." as the index in an index OF
element, element.. operand is
blank or zero.
VREADBATCH Messages
Error Message Cause/Action
400 Can't read the batch FREADDIR intrinsic failed.
file record. (FSERR !)
401 Warning: Can't browse Browse mode is illegal for batch
a batch file with records which are not fixed
variable length records. length.
VWRITEBATCH Messages
Error Message Cause/Action
450 Can't write the batch FWRITEDIR intrinsic failed.
record. (FSERR !)
VSETERROR, VGETFIELD, VPUTFIELD, VPUTtype, and VGETtype Messages
Error Message Cause/Action
500 A field with the field The fieldnum parameter contains
number supplied does not a value that is not a field
exist. number in the current form.
501 The field number supplied The fieldnum parameter contains
is out of range. a value greater than any field
number associated with the
current form.
502 The field requested is in The field specified by the
error. fieldnum parameter contains
invalid data.
503 The field requested is The field specified by the
empty. fieldnum parameter contains
no data.
504 Error converting field to VGETtype tried to convert value
numeric type. to a numeric type, and failed.
Check conversion rules.
(For VGETINT, message, indicates
attempt to convert number > 32767;
receiving field is unchanged.)
505 Error converting numeric VPUTtype tried to convert a
type to ASCII. numeric value to a character string
and failed. Check conversion
rules.
506 A DIGIT field cannot A value in a DIG type field has
contain a negative number. a minus sign; DIG values may only
be digits (0-9).
507 Function key labels option The COMAREA item LABEL'OPTION must
is disabled. be set to one before opening the
forms file.
508 Error reading function An error occurred while trying
key values from forms to read the function key label
file (FSERR !!!!) definitions from the forms file.
509 Invalid input parameter An invalid value has been passed
to function key intrinsics. as the FORM-OR-GLOB or KEY-NUM
parameter to VGETKEYLABELS,
VSETKEYLABEL, or VSETKEYLABELS
intrinsics.
510 A field with the screen
order supplied does not
exist.
VGET/PUTBUFFER ARB Messages
Error Message Cause/Action
519 ARB flag is set but no ARB Application-specified
record is found. conversion but the forms file
does not contain an ARB
record.
* Initialize ARB conversion flag to 0 if conversion is not desired.
* Use FORMSPEC to add the necessary ARB record.
* Check for possible corruption of the formsfile.
520 ARB conversion type specified Check for possible corruption
is not supported. of the formsfile.
521 ARB record length exceeded Check for possible corruption
maximum limit. of the formsfile.
522 IEEE conversion is not Application-specified IEEE
supported in this version. conversion which is not yet
supported. Check the IEEE
conversion flag in the
Comarea.
523 ARB record does not contain Check for possible corruption
the minimum amount of of the formsfile.
information required.
VGETLANG and VSETLANG Message
Error Message Cause/Action
9002 Language specified is not Select another language or check
configured on this system. with System Manager to configure
the desired language.
9014 Attempted setting a language VSETLANG can only be used with
dependent forms file to international forms files.
another language.
VCHANGEFIELD
Error Message Cause/Action
850 Invalid field type Field type incorrect; use one
specification. of the listed codes.
851 Invalid data type Data type incorrect; use one
specification. of the listed codes - n indicates
number of decimal positions.
852 Invalid enhance type Enhancement code is incorrect;
specification. check and correct.
853 Internal error: invalid Internal.
field type.
854 Internal error: invalid Internal.
data type.
855 Internal error: invalid Internal.
enhance type.
856 Invalid VCHANGEFIELD Value must be 1-6.
specification type.
INFO Intrinsic Messages
Error Message Cause/Action
601 Invalid input parameters
to INFO intrinsic.
602 Form specified to
FORMINFO does not exist.
603 INFO intrinsic: Form
field list read error
(FSERR !!!!).
604 INFO intrinsic: Form
record read error
(FSERR !!!!).
605 FF version is old. Must
recompile to use FORMINFO
intrinsic.
606 Invalid field specified Make sure that the field name is
to FIELDINFO intrinsic. correctly spelled if the field
name is the key; make sure that
the field name parameter is 16
bytes long, and padded with ASCII
blanks. If the field number is
used as the key, be certain that
this number is the actual field
number.
607 Invalid form # specified
to FORMINFO intrinsic.
Forms Loading Errors
Error Message Cause/Action
700 No such form in The specified form is not purged
terminal form storage because it does not exist in the
memory. form storage directory.
701 Terminal form storage The specified form is not loaded
memory is full. because the form storage memory
is full.
702 Requested loan of blank
form name.
Reformat Messages
Error Message Cause/Action
2 Error opening reformat Check file system error number.
file. (FSERR !!!!)
4 Batch file could not be Check file system error number.
opened. (FSERR !!!!)
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 Check file system error number.
file. (FSERR !!!!)
9 Error closing output
file. (FSERR !!!!)
10 Error closing reformat
file. (FSERR !!!!)
11 Error opening output
file. (FSERR !!!!)
13 Cannot append to a file If you specify an existing output
with variable length file in the :FILE command, and
records. expect to write/append to that
file, it must have fixed-length
records.
14 Reformat file not Check the reformat file name in
compiled or not a legal your :FILE command; you may have
reformat file. to run REFSPEC to compile the
reformat file.
15 Form file versions from A warning that forms file was
batch and reformat file recompiled since batch file
don't match. was created.
16 Batch data must be from Reformat file expects batch file
forms 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 FGETINFO failed. See error
ABNORMALLY. 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 FGETINFO failed.
information from batch
file. (FSERR !!!!)
24 File specified was not a Check reformat file name in
reformat file. :FILE command.
Allocation Errors
Error Message Cause/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 Errors
Error Message Cause/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 Errors
Error Message Cause/Action
73 Internal error: Intrinsic failed.
Translation to EBCDIC
failed.
Access Method Errors
Error Message Cause/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 Fast form files require 500 words
space in extension for the of space in the COMAREA extension.
directory. 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 Errors
Error Message Cause/Action
101 Record terminator causes End-of-record marker makes
output record overflow. record longer than output
Data truncated. record length defined on
GLOBALS menu for reformat
file.
102 Field separator causes See error 101. See globals
output record overflow. menu.
Data truncated.
103 Literal causes output A literal constant in output
record overflow. Data record makes record longer
truncated. than output record length
defined for file in GLOBALS
menu.
104 Internal error: Bad code
for reformat sequence.
105 Output length greater Length of actual output record
than largest possible is longer than largest variable
output record. length record as defined on
GLOBALS menu for file.
106 Field causes output An output field causes the
record overflow. Data output record to be longer than
truncated. the record length defined on
the GLOBALS menu.
107 Field causes output In this case, the entire field
record overflow. Field is omitted from the output
data not written. record. (For error 106, the
field is written with data
truncated.)
108 Field causes overwrite The beginning of this field
on previous data. Field overlaps a previous field.
data not written. Check OUTPUT RECORD specification
for reformat file.
109 System constant $Gs causes Group separator in output
record overflow. Data record makes record longer than
truncated. maximum record size defined
for output file.
110 System constant $RS causes Record separator in output
record overflow. record makes record longer than
Data truncated. maximum record size defined for
output file.
111 System constant $US causes Unit separator in output record
record overflow. Data makes record longer than maximum
truncated. record size defined for output
file.
112 System constant $LF causes Line feed specified in output
record overflow. Data record makes record longer than
truncated. maximum record size defined for
for output file.
113 System constant $CR causes Carriage return specified in
record overflow. Data output record makes record longer
truncated. than maximum record size defined
for output file.
114 ASCII character causes The numeric equivalent of an
output record overflow. ASCII character in the output
Data truncated. record makes record longer
than maximum record size defined
for output file.
Statistics Messages
Error Message Cause/Action
200 Reformatting completed Hurrah!
successfully with no
errors.
201 !!!! reformats attempted. Message reports how many times
reformat identifiers were matched
with records in the reformat file.
202 !!! records written to This message tells you the total
output file. number of reformatted records
written by REFORMAT. Message is
always issued.
203 !!! batch records This message tells you the
processed. 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, This message is issued after
see above. REFORMAT message 204 when REFORMAT
terminated normally. completes despite errors.
Reformat Errors
Error Message Cause/Action
300 Invalid numeric data. Numeric data expected for output
field, but data in batch field
not numeric.
301 Numeric data conversion Conversion of numeric data from
failed. 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 Output field defined in reformat
failed. Output field file not large enough for numeric
too small. data in batch field.
303 Invalid data for digit Output field defined as type
data type. DIG, but data in batch field is
not solely digits.
304 Numeric data conversion See error 301.
failed.
305 Numeric data conversion See error 302.
failed. Output field
too small.
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. The output field is not large
Output field too small. enough to contain the date in the
batch field. Check field size
in OUTPUT RECORD menu, check
batch field.
308 Invalid data in date Output field expects a date, but
input field. batch field does not contain a
date.
309 No data movement. The numeric data is not written
Truncation of significant to the output field because it
data would occur. would be truncated.
315 Non-numeric characters Output field defined as SIGN = Z,
cannot be converted to but batch field does not contain
zone decimals. numeric data.
316 No sign inserted. Output field defined as SIGN = F,
Truncation of significant L, P, or Z, but inserting sign
data would occur. would cause value in batch field
to be truncated.
317 Data truncated for Data written to the specified
output record # !!!. output record has been truncated.
Presumably, the data is not
significant.
318 No reformatting done The listed (fields/records) in
for the following: the batch file have not written
to the output file.
319 Insertion of checkdigit The output field into which a
would cause loss of checkdigit is to be inserted is
significant data. not large enough to contain the
extra digit. The checkdigit
is not added.
320 Illegal character in In performing the checkdigit
field. Checkdigit not calculations, a character other
generated. than a letter (A-Z) or a
digit (0-9) was found.
321 Internal error: More Batch data. Involves NUM(n)
than 9 decimal places field where n is valued
expected. internally to be greater than 9.
322 All blank numeric field A batch field containing blanks
cannot be reformatted. cannot be converted to a
numeric output field.
323 Commas in numeric data Any commas in a numeric batch
field are not correctly field must be correct; otherwise
positioned. value cannot be converted to
numeric output field.
324 Numeric data has more Numeric batch field has more
than the expected number decimal digits than defined for
of decimal places. the output field. Output
field is replaced with blanks.
325 Invalid character in Batch field to be converted
numeric data field. to numeric output field contains
characters other than digits,
sign, decimal point, or commas.
326 Invalid character in Batch field to be converted to
digit data field. digit type output field contains
characters other than digits.
Output field replaced with
blanks.
327 Only a plus or minus Batch field to be converted to
sign was found in numeric output field contains
numeric field. only a sign. REFORMAT replaces
the output field with blanks.
328 Internal error: More than See error 321.
9 decimal places expected.
329 An all blank field is not A batch field to be converted to
a legal implied value. an IMPn type output field must
contain values other than blanks.
330 Commas in implied data In an IMPn type field, commas
field are not correctly should be positioned counting
positioned. back from the implied decimal
point.
331 Implied data has more IMPn type batch field has more
than the expected number than n digits to the right of
of decimal places. an actual decimal point. Output
field replaced with blanks.
332 Illegal character found IMPn type batch field contains
in implied data field. character other than a digit,
decimal point, sign, or commas.
333 Only a plus or minus sign IMPn type batch field contains
was found in implied field. only a sign; cannot convert to
numeric output field.
334 IMPn field must have at IMPn type batch field has fewer
least !!!! digits. than n digits.
335 Illegal implied field IMPn type batch field has data
data. other than digits, decimal point,
sign, or commas.
336 Check digit requested Cannot generate check digit from
on empty field. blank batch field.
337 Check digit requested Cannot generate check digit from
on field containing only sign only.
+ or - sign.
338 Check digit requested on Can only generate check digit from
field containing special digits (0-9) or letters (A-Z).
characters.
339 Check digit 10 is invalid This number or string is
for modulus 11 calculation. 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 Check OUTPUT FIELD in reformat
be 10 or 11. file; only modulus 10 or 11 check
digits can be generated.
341 Check digit generation See appendix D. Check digits
failed. cannot be calculated for some
fields.
Message Info
Error Message Cause/Action
400 Reformat
identifier: !
401 Reformat field
name: !
402 Batch record form
name: !
403 Batch record #: !!!
404 Output record #: !!!
405 Output record col #: !!!!
Header Messages
Number Message Cause/Action
500 ******************************************************************
501 * *
502 * REFORMAT HP32209! *
503 * ! *
504 PAGE !!!!
505 !
506
507 REFORMAT/3000 HP32209!
Testlist Errors
Error Message Cause/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 Language Support
Error Message Cause/Action
8000 This edit statement is not
valid for international
forms files.
8001 Edit contains data
inconsistent with language
of this forms file.
8002 Edit contains language
dependent data.
8003 Edit contains data
not compatible with the
language of this forms file.
8004 Invalid initial value for
international forms file.
9001 Native Language Support Check with System Manager to
Software not installed install NLS software.
9002 Language specified is not Select another language or check
configured on this system. with System Manager to configure
the desired language.
9003 Character set specified is
not configured on this
system.
9004 Internal error: National Internal error from NLS.
table is not present.
9005 Internal error: Bad NLT Internal error from NLS.
extra data segment.
9006 Internal error: Bad LDST Internal error from NLS.
extra data segment.
9007 Error calling native Internal error from NLS.
language support intrinsic.
9008 Error calling native Internal error from NLS.
language support intrinsic.
9009 Error calling native Internal error from NLS.
language support intrinsic.
9010 Internal error: NLINFO item Internal error from NLS.
out of range.
9011 WARNING: Language not Language specified is not
configured, change or configured on the system, forms
hit ENTER to proceed. file produced will only run on
a system configured with that
language.
9012 This edit requires a
configured language.
9013 Encountered invalid
Asian (2-byte)
character.
9014 Attempted setting a VSETLANG can only be used with
language dependent international forms files.
forms file to another
language.
9015 NATIVE-3000 is currently FORMSPEC language can only be 0
the only selection in this version.
available.
9016 Invalid date value for
international forms file.
9017 Internal error: Error
updating language ID - try
again.
9070 Internal error: writing
terminal selection source
record failed.
9500 Language of forms file is
not configured on this
system.
9998 Language ID must be 0 to Forms file language ID must be
999 or -1 for international between -1 and 999.
forms file.
9999 Call to native language
support intrinsic failed.
VPLACECURSOR intrinsic
800 Cannot place cursor to Field number must be for an input
display only fields. field.
Native Mode Access Error Messages
Error Messages Cause/Action
998 Negative argument passed to See Appendix J.
VPLUS intrinsic.
999 Attempt to access Compati- See Appendix J.
bility Mode VPLUS services
failed.
MPE/iX 5.0 Documentation