MPE/iX Error Messages Manual Vol 3 (32650-90880)

Chapter 6 267
TurboIMAGE/XL V iii C 5
Library Procedure Error Messages
CAUSE Internal error. This error is returned when DBOPEN calls
HPLOADCMPROCEDURE for CM CX'PCBXIMAGE and
fails.
ACTION Notify HP Support Representative.
-1003 MESSAGE Switch to NM failed on DB
xxx
, INFO
nn
SUBSYS
nn
CAUSE The switch to Native Mode failed. DB
xxx
is the
TurboIMAGE/XL intrinsic. SUBSYS
nn
is the subsystem
that failed. INFO
nn
is the error number returned from
that subsystem.
ACTION Notify HP Support Representative.
Library Procedure Exceptional Conditions
10 MESSAGE Beginning of file
CAUSE DBGET has encountered beginning of file during a
backward serial read. (There are no entries before the one
previously accessed.)
ACTION Appropriate action depends on program design.
11 MESSAGE End of file
CAUSE DBGET has encountered the end of file during a forward
serial read. (There are no entries beyond the most recently
accessed one.)
ACTION Appropriate action depends on program design.
12 MESSAGE Directed beginning of file
CAUSE DBGET has been called for a directed read with a record
number less than 1.
ACTION Appropriate action depends on program design.
13 MESSAGE Directed end of file
CAUSE DBGET has been called for a directed read with a record
number greater than the capacity of data set.
ACTION Appropriate action depends on program design.
14 MESSAGE Beginning of chain
CAUSE DBGET has encountered end of chain during a backward
chained read.
ACTION Appropriate action depends on program design.
15 MESSAGE End of chain
CAUSE DBGET has encountered end of chain during a forward
chained read.
ACTION Appropriate action depends on program design.