If I have a cobol program containg insert,delete and update queries for a particular table,
How can i know the no. of modified rows after complete execution of the program?
An update statement can alter multiple rows as well in a single shot, so simply putting a counter each time I get SQLCODE as 0 shall not work.