ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 257
ALLBASE/SQL Error Messages: 8221-10999
10921 MESSAGE Input source file not found. (DBERR 10921)
CAUSE The preprocessor could not locate a file name SQLIN.
ACTION Issue a FILE command to identify the file containing the
source program to be preprocessed before invoking the
preprocessor again:
:FILE SQLIN = MySource.MyGroup.MyAcct
10922 MESSAGE System error in opening input source file.
(DBERR 10922)
CAUSE The file equated to SQLIN is currently being accessed
or
MPE/iX file system security requirements are not
satisfied.
ACTION Use the FILE command to identify SQLIN for the
preprocessor
or
satisfy the MPE/iX file system security requirements.
Refer to the
MPE/iX General User's Reference Manual
for information on file system security.
10923 MESSAGE Processing terminated prematurely. (DBERR
10923)
CAUSE An error occurred which caused preprocessing to be
terminated. An additional error message will be returned.
ACTION Refer to the cause and action of the additional error
message.
10925 MESSAGE Integer value too large. (DBERR 10925)
CAUSE You specified an integer value in the source program that
exceeds the largest legal integer on the system.
ACTION Correct the integer value and re-preprocess your program.
10926 MESSAGE Comment not ended before end of file. (DBERR
10926)
CAUSE A comment line was not closed before the end of the file.
ACTION Close the comment line with " *) " and re-preprocess your
program.
10927 MESSAGE Illegal character. (DBERR 10927)
CAUSE The preprocessor detected a control character before the
end of the file. The character was skipped and no module
was stored.
ACTION Delete the control character and re-preprocess your
program.