Can anyone help me recall all possible sql error codes which we need to capture while performing SQL operations like
[Simple SELECT,SELECT IN CURSOR, UPDATE,INSERT,DELETE] in a COBOL-DB2 program?
Some of the codes i remember are like 0, +100, -811,-803.
Please provide me the codes along with the nature of SQL operation.