Issue Number: 700349a
| Issue | When the Object type is used as a bind variable and the type is recompiled, a dd search failed error occurs. |
| Cause | When the Object type is used as a bind variable, related object information was not recorded, so even if the object was invalidated, it could not be detected. |
| Solutions | It has been modified so that the invalidate status can be properly checked even when the Object type is used as a bind variable. |