Cobol error codes
Cobol error codes
00 → successful
10 → end of file
37 → open mode was specified which was not supported by the file
47 → read / start operation performed on file not opened in input or i-o mode
48 -> write operation performed on file not opened in output or i-o mode
49 → delete / rewrite operation performed on file not opened in i-o mode or file not opened
93 → file already under exculsive control (or) resource NA (or) insufficient storage no more
extents