HP NonStop SQL/MX Messages Manual page 376

Table of Contents

Advertisement

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
SQL 13064
13064 Identifier name1 is not a member of struct name2 - near
line number.
Cause. Identifier name1 is not a member of the structure name2 near line number.
Effect. The preprocessor ignores the identifier.
Recovery. Correct the syntax and resubmit.
SQL 13065
13065 End of file was found after syntax-item1 when syntax-
item2 was expected, near line number.
Cause. The compiler found end-of-file specified after syntax-item1 when it was
expecting syntax-item2 near line number.
For example, when the preprocessor parses host variables in an EXEC SQL/MX
statement, they must be preceded with a : (colon). If the colon is missing, the
preprocessor would probably find the name of the host variable next, but keeps looking
until it reaches the end of file or finds a colon. If it reaches end-of-file first and the very
next thing the preprocessor finds before reaching the end-of-file is the name of a host
variable, the message would look like this:
*** ERROR[13065] End of file was found after host variable
expression when : was expected, near line 54.
Effect. The preprocessor ignores the identifier.
Recovery. Correct the syntax and resubmit.
SQL 13066
13066 Identifier name was expected to be a structure type -
near line number.
Cause. The identifier name you specified was expected to be a structure type near
line number.
Effect. The preprocessor ignores the identifier.
Recovery. Correct the syntax and resubmit.
HP NonStop SQL/MX Messages Manual—640324-001
14 -16

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents