Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Messages and Codes Manual

SQL Preprocessor Messages (7000-7999)

IBM7021I E
No PROCEDURE or PACKAGE statements were found.
Explanation:

The SQL preprocessor expects to find either a PROCEDURE statement or a PACKAGE statement in the program.

IBM7022I W
No SQL statements were found in the program.
Explanation:

The source program contains no SQL statements.

IBM7028I W
Reference var-name is ambiguous.
Explanation:

All references must be unambiguous.

IBM7029I E
Host structure var-name contains a non-scalar member.
Explanation:

A host structure must contain only scalar members.

IBM7030I E
The indicator variable var-name is not declared as a scalar.
Explanation:

An indicator variable must be declared as FIXED BIN(15).

IBM7031I E
Some members of the indicator variable array var-name are out of sequence.
Explanation:

Indicator variables specified in an array must be sequential beginning with 1.

IBM7032I I
SQL comment is used.
Explanation:

The characters after the two hyphens (--) toward the end of the line are treated as comments.

IBM7034I W
Host variables can not be arrays.
Explanation:

Arrays as host variables are not allowed.

IBM7035I E
Host variable var-name does not have a valid host data type.
Explanation:

Invalid host data type used for host variable.

IBM7036I E
Host structure member var-name does not have a valid host data type.
Explanation:

Invalid host data type used for host structure member.

IBM7037I I
DECLARE TABLE statement is ignored.
Explanation:

The DECLARE TABLE statement is treated as a documentation only statement. It is ignored and does not have any effect on the program.

IBM7038I I
DECLARE STATEMENT statement is ignored.
Explanation:

The DECLARE STATEMENT statement is treated as a documentation only statement. It is ignored and does not have any effect on the program.

IBM7040I I
sql-message
Explanation:

An SQL informational message has been returned.

IBM7041I W
sql-message
Explanation:

An SQL warning message has been returned.

IBM7042I E
sql-message
Explanation:

An SQL error message has been returned.

IBM7043I S
sql-message
Explanation:

An SQL severe error message has been returned.

IBM7044I U
sql-message
Explanation:

IBM7045I U
Fatal SQL Error var-name was returned from the Database.
Explanation:

A fatal database error occurred. Check to see that the database is installed correctly.

IBM7046I U
Fatal Error - PL/I User DB2 Logon Exit failed to load.
Explanation:

A fatal SQL Preprocessor occurred. Check that the file IBMSUDB2.DLL is present.

IBM7047I U
Fatal Error - PL/I User DB2 Logon Exit caused an error.
Explanation:

A fatal SQL Preprocessor occurred. Contact the provider of IBMSUDB2.DLL.

IBM7050I U
SQL Preprocessor Internal Error error_number occurred.
Explanation:

The SQL Preprocessor detects an error in its own code.

IBM7053I E
The string beginning with var-name does not have an ending string delimiter.
Explanation:

Examine the statement for missing end delimiters for the indicated string. The statement cannot be processed.

IBM7054I E
The comment is not terminated.
Explanation:

The comment is not terminated properly. The statement cannot be processed.

IBM7055I E
File . var-name could not be opened.
Explanation:

The file "<filename>" was requested but could not be opened. The source program could not be processed.

IBM7056I E
A memory allocation error has occurred.
Explanation:

During processing, there was not enough memory to continue processing.

IBM7057I W
Precompilation has completed with var-name errors and var-name warnings.
Explanation:

The precompilation has completed with the stated number of errors and warnings.

IBM7058I E
The statement is too long or too complex.
Explanation:

The statement could not be processed because it exceeds a system limit for either length or complexity. The statement cannot be processed.

IBM7059I E
An unexpected token var-name was found following var-name . Expected tokens may include: var-name .
Explanation:

The syntax error in the SQL statement was detected at the specified token following the text "<text>". The "<text>" field indicates the characters of the SQL statement that preceded the token that is not valid. The statement cannot be processed.

IBM7060I E
The name var-name is too long. The maximum length is var-name .
Explanation:

The name returned as "<name>" is too long. The maximum length permitted for names of that type is indicated by "<length>". The statement cannot be processed.

IBM7061I E
The host variable var-name is undefined.
Explanation:

The host variable "<name>" is not declared any DECLARE SECTION. The statement cannot be processed.

IBM7062I W
The host variable var-name is already defined.
Explanation:

The host variable "<name>" has already been declared in a DECLARE SECTION. The statement cannot be processed.

IBM7063I E
The limit on the number of host variables has been reached.
Explanation:

The limit on the number of host variables is dependent on how many will fit in the HOST_VARS column of SYSPLAN. This limit has been reached. The source program could not be processed.

IBM7064I E
The host variable var-name is incorrectly declared.
Explanation:

The host variable "<name>" is not declared correctly. Some possible reasons may be that the type specified is not one that is supported, that the length specification is 0, negative, or too large, that an initializer is used, or that an incorrect syntax is specified. The variable remains undefined. The source program could not be processed.

IBM7065I E
No END DECLARE SECTION was found after a BEGIN DECLARE SECTION.
Explanation:

The end of input was reached during processing of a DECLARE SECTION. The source program could not be processed.

IBM7066I E
The "SQLAINIT" function has not been called.
Explanation:

Precompiler Services must be initialized before the requested function call can be processed. The source program could not be processed.

IBM7067I E
Unable to use file var-name .
Explanation:

While reading or writing file "<name>", an error was encountered. The source program could not be processed.

IBM7068I E
The load of the DB2 Precompiler Services module (DSNHPSRV) failed.
Explanation:

An error was encountered while trying to load the DB2 Precompiler Services module (DSNHPSRV). Check that the dataset concatenation in your job is correct. The source program could not be processed.

IBM7069I E
The DBRM Library was not found.
Explanation:

An error was encountered while trying to locate the DBRM library. Check that there is a DBRMLIB DD card included in your job. The source program could not be processed.

IBM7070I E
The FLOAT option is inconsistent.
Explanation:

The PL/I Compiler option DEFAULT(IEEE|HEXADEC) does not match the PL/I SQL Preprocessor option FLOAT(IEEE|S390). Make sure they are consistent and resubmit your job. The source program could not be processed.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)