DSNT263I   csect-name bind-type FOR object-type = object-name FAILED BECAUSE THE bind-type DEPENDS ON FUNCTIONS IN A LATER DB2 RELEASE WITH MARK release-dependency-mark OR HIGHER

Explanation

The current DB2® does not support a bind option or feature specified in the indicated bind subcommand. The bind option or feature depends on functions in a later DB2 release.
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 plan.

If object-type is PACKAGE, object-name is the name of the package in the format location-id.collection-id.package-id.

release-dependency-mark
A one-character mark indicating the oldest DB2 release that can support the bind subcommand.
This message can be issued in one of the following situations:
  • When the DSN command explicitly or implicitly uses the name of a DB2 subsystem that does not support a bind option or feature used in the DSN bind subcommand bind-type.
  • When the DSN command uses a group attachment name for a DB2 data sharing group and the receiving DB2 data sharing member does not support a bind option or feature used in the DSN bind subcommand bind-type.
  • When attempting to use new function before new function mode has been enabled.

System action

The bind-type operation is not performed.

System programmer response

See the 'User Response' section of this message.

User response

In the DSN command, specify the name of a DB2 subsystem having release dependency mark release-dependency-mark or higher that supports all of the bind options or features used in the bind-type subcommand.

The IBMREQD columns in the SYSIBM.SYSPLAN or SYSIBM.SYSPACKAGE catalog tables contains the release dependency marks.