Hi Phil, COBOL has the PERFORM USING statement, the equivalent is something like:
perform using uow as type UnitOfWork = new UnitOfWork
*> Create, update or delete objects
invoke uow::CommitChanges()
end-perform
Hi Phil, COBOL has the PERFORM USING statement, the equivalent is something like:
perform using uow as type UnitOfWork = new UnitOfWork
*> Create, update or delete objects
invoke uow::CommitChanges()
end-perform