Start of change

DSNT285I   csect-name  bind-type FOR PACKAGE  = package-name USE OF APCOMPARE RESULTS IN count-1 STATEMENTS WHERE COMPARISON IS SUCCESSFUL count-2 STATEMENTS WHERE COMPARISON IS NOT SUCCESSFUL count-3 STATEMENTS WHERE COMPARISON COULD NOT BE PERFORMED.

Explanation

csect-name
The name of the control section that issued the message.
bind-type
The type of bind subcommand: BIND or REBIND
package-name
The name of the package in the format: location-id.collection-id.package-id
count-1
The number of statements where previous access path was identical to the incoming access path.
count-2
The number of statements where previous access path was not identical to the incoming access path.
count-3
The number of statements where the comparison could not be performed. This could happen either because the previous access path was not found, or because the no new access path was generated.

System action

If APCOMPARE(WARN) was specified, the command proceeds normally. If APCOMPARE(ERROR) was specified, the command aborts. If APREUSE(ERROR) was specified, and count-2 is a non-zero value, the command aborts.

User response

Determine whether the APCOMPARE usage reported in the message matches the expected result. If EXPLAIN(YES) or EXPLAIN(ONLY) was used, refer to the PLAN_TABLE.REMARKS column for more information about individual statements that failed the access path comparison.

End of change