| |
- Causa
- THE SQL STATEMENT CANNOT BE EXECUTED BECAUSE IT WAS IN ERROR AT BIND TIME FOR SECTION = sectno PACKAGE = pkgname CONSISTENCY
TOKEN = X' contoken '
One of the following:
- The statement was in error when the package was bound, but the error was ignored then because the option SQLERROR (CONTINUE) was used.
Since the statement contains an error, it cannot be executed.
- The statement might not be an executable statement at this location, or might only be executable by a DB2 application requester (for example,
DECLARE TABLE in an application running on OS/2 causes this message).
The variables are:
- sectno Section number
- pkgname locid.collid.pkgid
- contoken Consistency token in hexadecimal
- Ação do sistema
- The statement cannot be executed.
- Resposta ao Desenvolvedor
© Copyright IBM Corp.
|
| |