Answer»
- S0C1 (Operation Exception Error) - May be due to Missing or misspelled DD name ,Read/Write to UNOPENED dataset ,Reading a dataset opened output mode Writing into a dataset opened input mode ,Called subprogram not found.
- S0C4 may be due to Missing Select statement (during COMPILE) ,Bad Subscript/index ,Protection Exception Missing parameters on called subprogram ,Read/Write to unopened file ,MOVE data from/to unopened file;
- S0C5 May be due to Bad Subscript/index ,Close an unopened dataset ,Bad EXIT from a perform ,Access to I/O area (FD) before read;
- S0C7 may be due to Numeric operation on non-numeric data ,Un-initialized working storage ,Coding past the maximum allowed subscript
- S0CB might be due to 1.Division by Zero.
|