ANL1076W SQL PA ATTEMPTED TO ALTER THE STMT TO AVOID THE SQLCODE -418. THE ALTERATIONS MADE DID NOT ELIMINATE THE PROBLEM. SQLCODE: ',SQLCODE,' IS NOW BEING REPORTED. ALTERED STMT:

Explanation

SQL PA altered the SQL statement as written in an attempt to avoid a SQLCODE -418 during the dynamic explain. However, it was not successful in its attempt.

User response

Recode the SQL to use the allowed predicate structure. Or replace the "?" with your estimate of the proper values and run again.