DSNT268I csect-name bind-type FOR object-type = object-name FAILED. FOR bind-type OPTION option-name, THE VALUE OR NAME string IS TOO LONG. THE MAXIMUM ALLOWABLE LENGTH FOR THE VALUE OR NAME IS max-size.
Explanation
A BIND/REBIND command failed because Db2 parser SQLCODE -107 was received when Db2 attempted to
parse the bind option value.
- bind-type
- Type of bind subcommand: BIND or REBIND
- object-type
PLAN, PACKAGE, or SERVICE
- option-name
- Name of the bind option.
- string
- The string that has a syntax error or invalid characters.
- max-size
- The maximum length allowed.
System action
The package or service is not bound or
rebound.
User response
Check the string that is too long. Modify it and try the command again.