My COBOL program which receives input records from a file and creates an output file by fetching the related data from tables. It is abending with following information:
ABENDED S000 U0922
In sysout I can see the following info:
CEE3201S The system detected an operation exception (System Completion Code=0C1)
Thanks for the replies. This abend was caused due to space issue as the output file created had huge records in it. I override the space parameters with high values and able to resolve it.