HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 9
CAUSE The record size of the HP Business BASIC data file is too small
for the numeric data item being output.
ACTION Re-create the file and increase the record size.
------------------------------------------------------------------------------------
62 MESSAGE File is protected, wrong lockword/password specified.
CAUSE The wrong lockword has been used in trying to open a protected
file.
ACTION Use the correct lockword.
------------------------------------------------------------------------------------
63 MESSAGE Invalid record size specification.
CAUSE The RECSIZE specification in a CREATE statement is invalid;
most probably too large.
ACTION The maximum record size allowed is installation defined. Check
your installation for RECSIZE limit and modify the CREATE
statement.
------------------------------------------------------------------------------------
65 MESSAGE Incorrect data type in BASIC data file.
CAUSE A numeric item from a BASIC data file was read into a string
variable or vice versa.
ACTION Use a different variable or redefine the current one.
------------------------------------------------------------------------------------
68 MESSAGE Syntax error at character N.
CAUSE All syntax errors are error number 68. N points to the
character in the statement that produced the error. This
message is usually followed by another more specific
description. For a list of the syntax error messages, see the
last section of this appendix.
ACTION Re-enter the statement.
------------------------------------------------------------------------------------
92 MESSAGE Cannot access file because file is being accessed or is
accessed exclusively.
CAUSE This error is most often caused when a file that is opened for
exclusive access in another statement is accessed or a file
that is still open (active) is purged.
ACTION Close the file before accessing it.
------------------------------------------------------------------------------------
93 MESSAGE Operation inconsistent with file open mode.
CAUSE A file is accessed in a way that is inconsistent with its file
open mode. For example, a file that is open for read only is
written to.
ACTION Close the file and re-open it in a different mode.
------------------------------------------------------------------------------------
100 MESSAGE IMAGE specification expects a numeric item.
CAUSE A string value has been assigned when the format specification
in the IMAGE statement specifies a numeric format.
ACTION Change the format specification.
------------------------------------------------------------------------------------
101 MESSAGE IMAGE specification expects a string item.