A_SYB_UNLOCK_ON_EXECUTE configuration variable

Setting this variable to ON causes all invocations of I$IO using the EXECUTE opcode to unlock all records. Normally records are unlocked when a transaction finishes. But if users perform their own transaction management using sql.acu (which calls I$IO using the EXECUTE opcode), the interface never knows to unlock records, because it doesn’t check the text sent to the database to see if it associated with a transaction. While the default value is 0 (OFF, FALSE, NO), this configuration variable can also take the value of ON (TRUE, YES).