SQL7913 - ODP deleted

SQL7913
Message Text: ODP deleted.
Cause Text: The Open Data Path (ODP) for this statement or cursor has been deleted. The ODP was not reusable. This could be caused by using a host variable in a LIKE clause, ordering on a host variable, or because the query optimizer chose to accomplish the query with an ODP that was not reusable.
Recovery Text: See previous query optimizer messages to determine how the cursor was opened.

For a program that is run only once per job, this message could be normal. However, if this message appears on every run of the statement or open of the cursor, then the tips recommended in Retaining cursor positions for non-ILE program calls should be applied to this application.