HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 25
the minimum length required for the call to the TurboIMAGE
library routine.
ACTION Rewrite the program, increasing the size of the string variable
used with the RETURN clause of the DBERROR statement.
------------------------------------------------------------------------------------
800 MESSAGE Data Base Management System error "error_number".
CAUSE A TurboIMAGE database error with the error number,
"error_number", has occurred.
ACTION Look up "error_number" in the
TurboIMAGE/XL Database Management
System
and take the appropriate action. Additional information
can be made available in the program by use of the ON DBERROR
statement in conjunction with the DBINFO statement.
------------------------------------------------------------------------------------
900 MESSAGE Error 2: Memory overflow.
Error 2: Not enough data space available for the local
variables.
Error 51: The file is not currently open.
Error 52: Improper group.account specifier.
Error 53: Improper file name.
Error 54: Duplicate file name.
Error 55: Permanent directory overflow.
Error 56: File does not exist.
Error 58: Operation inconsistent with file type or device
type.
Error 59: End of file found.
Error 62: File is protected, wrong lockword/password
specified.
Error 92: Cannot access file because file is being accessed
or is accessed exclusively.
Error 93: Operation inconsistent with file open mode.
Error 131: Device unavailable.
Error 134: Unit not ready or online.
CAUSE See the description corresponding to the respective error
number.
ACTION See the description corresponding to the respective error
number.
------------------------------------------------------------------------------------
905 MESSAGE Improper fileset specified.
CAUSE An illegal file_set argument has been passed to the CAT
command.
ACTION Check the
Accessing Files Programmer's Guide
for a description
of file set specifications. Or, enter the MPE XL help system
and ask for help on the PARMS of the LISTF command.
------------------------------------------------------------------------------------
906 MESSAGE Improper filetype specified in CATALOG.
CAUSE The argument to the TYPE parameter of the CAT command is not
legal. It is longer than five characters.
ACTION In CAT File_set$;TYPE=Type$ the Type$ string must not be longer
than five characters.
------------------------------------------------------------------------------------
910 MESSAGE Improper operating system filename.
CAUSE The filename specified is not a legal MPE filename.
ACTION Consult the
Accessing Files Programmer's Guide
for information
on forming filenames.