UNSTRING statement

COBOL File Error Handling and Status Code

Any I-O operations on a file, there are chances that it may fail. We need to have COBOL FIle Error Handling. COBOL itself does not automatically take corrective action, we have to choose whether our program should continue running after an error or not. The severity of the error has to be defined in the […]

COBOL File Error Handling and Status Code Read More »