Progress OpenEdge
Member
Qn 14: Check the code below and mention if a progress transaction is started or not in each case!
| answer (Y/N) | |
| FOR EACH table: DISPLAY table. END. | No |
| FOR EACH table: UPDATE table. END | Yes |
| FIND FIRST table. REPEAT ON ENDKEY UNDO, LEAVE: ASSIGN table.field = aFunction(). FIND NEXT table. END | Yes |
| FOR EACH table EXCLUSIVE-LOCK: DISPLAY table. END. | Yes |