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
Start of changePLAN, PACKAGE, or SERVICEEnd of change
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

Start of changeThe package or service is not bound or rebound.End of change

User response

Check the string that is too long. Modify it and try the command again.