Error description 160-0073

Error message

SQL handles at program end not yet released

Cause of error

A program was ended although table access was still active.

Error correction

Before closing the program, end all SQL table access with SQL COMMIT or SQL ROLLBACK.