TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
Appendix A 575
Error Messages
Library Procedure Error Messages
Library Procedure Exceptional Conditions
10 MESSAGE Beginning of file
MEANING DBGET has encountered beginning of file during a
backward serial read. (No entries exist before the one
previously accessed.)
ACTION Appropriate action depends on program design.
11 MESSAGE End of file
MEANING DBGET has encountered the end of file during a forward
serial read. (No entries exist beyond the most recently
accessed one.)
ACTION Appropriate action depends on program design.
12 MESSAGE Directed beginning of file
MEANING 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
MEANING 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
MEANING DBGET has encountered end of chain during a backward
chained read.
ACTION Appropriate action depends on program design.
15 MESSAGE End of chain
MEANING DBGET has encountered end of chain during a forward
chained read.
ACTION Appropriate action depends on program design.