Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

use of PERFORM COMMIT Command

Former Member
0 Kudos

What is the use of PERFORM COMMIT COMMAND.

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

Hi,

PERFORM ON COMMIT is used for bundling database updates.

This statement will register the subrouting in the log table which will be processed once you have issued the COMMIT WORK Statement.

Regards,

Hakim

1 REPLY 1

abdul_hakim
Active Contributor
0 Kudos

Hi,

PERFORM ON COMMIT is used for bundling database updates.

This statement will register the subrouting in the log table which will be processed once you have issued the COMMIT WORK Statement.

Regards,

Hakim