Start of change

DSNT330I csect-name SWITCH TO THE copy-indicator COPY OF PACKAGE package-name FAILED. THIS COPY IS NOT EXECUTABLE WITHOUT AN EXPLICIT REBIND OR AUTOBIND (REASON = reason-code).

Explanation

The subcommand failed because REBIND PACKAGE cannot switch to a previous or original copy that is either invalid or was bound in a release prior to DB2® 10.

csect-name
The name of the control section that issued the message.
package-name
The name of the invalid package in the format location-ID.collection-ID.(version-ID).
reason-code
A numeric value that indicates why the copy is not executable.
01
The copy is invalid.
02
The copy is from a prior release that is no longer executable without an explicit rebind or automatic bind.

System action

The package copies are not switched.

User response

Consider using the APREUSESOURCE bind option to specify reuse of the access path from an old package copy, and retry the bind operation

End of change