PDA

View Full Version : ILE Conditional handlers in COBOL



Guest.Visitor
07-03-2003, 07:12 AM
Hi, I have a requirement that in my ILE cobol program if there is any error I should be able to write a record to a particular database. I used the conditional handlers and was able to write the record to the file but in the procedure that I called to handle the exception I am not sure what messages should I monitor and how is it possible to end the program in error after the record has been written to database.