Product Documentation

V11.5 Release Notes

Previous Topic

Next Topic

Fixed-length record update or delete in IICT failed with error 114 if the outer transaction added the record

An update or delete of a fixed-length record in IICT failed with error 114 if the record was added by the outer transaction. In this situation, the record update or delete should not be allowed, because a standard restriction of IICT is that it does not permit a file that was updated by the outer transaction to be updated in an IICT. In this case, the update or delete should fail with error 935 (IICT_FIL) instead of error 114. The RWTREC() and DELREC() logic has been changed to check if the file has been updated in the outer transaction before checking if the record is marked deleted.

TOCIndex