In our production system,we encountered below error for a job :
CEE3204S The system detected a protection exception (System Completion Code=0C4).
We ran this JCL multiple times to see what exactly went wrong as the code hasn't been changed from past many years.
Although the number of records, that the program processed successfully, were written in output file and rest were rejected.So we tried running the input file in parts as Part 1 and part 2 where we took half of the records in both.
This time the job ran successfully without any abends.
Could anybody please let me know,what exactly would be the possible cause of such abend.
Thanks a lot.