-917   BIND PACKAGE FAILED

Explanation

An error has occurred which prevents the package from being created. This SQLCODE can be issued during bind or commit processing.

System action

The bind fails and the package is not created. If issued during commit processing, all changes to the database are rolled back. If issued during bind processing, only package creation fails. Other changes within the logical unit of work are committable.

Programmer response

Correct the cause of the problem and try again.

Problem determination

Inspect the SQLCODES issued for the SQL statements of the package.

SQLSTATE

42969