DSNT327I -DB2A csect-name bind-type FOR PACKAGE = package-name FAILED. FOR bind-option OPTION, THE VALUE value SPECIFIED IS INVALID.
Explanation
The value that was specified for the indicated bind option is invalid. The BIND or REBIND command failed.
- csect-name
- The name of the Db2 control section that issued the message.
- bind-type
- The type of bind subcommand: BIND or REBIND.
- package-name
- The fully qualified name of the package in the
following format:
location-name.collection-id.package-id.(version-id) - bind-option
- The name of the bind option.
- value
- The value that was specified for the bind option.
System action
The BIND or REBIND command fails. The new package is not created or the existing package is not replaced.
Programmer response
Review the Db2 documentation for the values allowed for the bind option and issue the BIND or REBIND again with a valid bind option value.