DSNT260I   csect-name bind-type - THE SUBMITTED PARAMETERS RESULT IN AN INVALID COMBINATION OF bind-option1 AND bind-option2 FOR object-type = object-name

Explanation

The BIND or REBIND subcommand has been submitted with an invalid combination of bind option or parameter values.
bind-type
Type of bind subcommand: BIND or REBIND.
object-type
PLAN or PACKAGE
object_name
If object-type is PLAN, object-name is the name of the application plan. If object_type is PACKAGE, object_name is the name of the package in the format location-id.collection-id.package-id.
bind-option1 and bind-option2
The invalid combination of bind option values, where bind-option1 and bind-option2 are each an option name and value.
If object-type is PLAN, then one of the following applies:
  • bind-option1 was used on the REBIND subcommand and bind-option2 exists in the SYSIBM.SYSPLAN catalog table for PLAN object-name, or
  • bind-option2 was used on the REBIND subcommand and bind-option1 exists in the SYSIBM.SYSPLAN catalog table for PLAN object-name.
If object-type is PACKAGE, then one of the following applies:
  • bind-option1 was used on the BIND COPY or REBIND subcommand and bind-option2 exists in the SYSIBM.SYSPACKAGE catalog table for PACKAGE object-name, or
  • bind-option2 was used on the BIND COPY or REBIND subcommand and bind-option1 exists in the SYSIBM.SYSPACKAGE catalog table for PACKAGE object-name.

The combination of bind-option1 and bind-option2 is not supported by DB2®.

System action

The BIND or REBIND process is terminated for the indicated plan or package.

User response

Remove the invalid combination of bind options and reissue the BIND or REBIND command.