Friday, March 30, 2012

Tips on Common Abends

Tips on Common Abends
1. s322 : timed out, try changing job class
2. s806 : load module not found. Check library specified in joblib
3. s913 : Insufficient authority. Check if you have required access to dataset
4. s878 : region size is not enough. Increase the value you have specified in REGION parameter of JOB statement or in EXEC step.
5. s522: job cancelled by either user or operator.
6. s0c4: storage related problem. Check your linkage section, table definition, and FD section.
7. JCL error: file attributes doesn’t match; I have given RECFM=VB, RECLEN is same as that specified in FD section. Why do I get this error? For variable record format files you should add 4 bytes to record length in DCB.
8. s0c7 : Invalid character in COMP/COMP-3 numeric field – check all COMP/COM-3 numeric fields and arithmetic operations.
9. s013 – A file open error.
10. S722 – The Sysout or spool is full. You program is writing too many things to Sysout. Increase job’s sysout limit by specifying ‘LINES=(150,WARNING)’ option in job statement and then retry. This will increase your sysout limit to ‘150’ thousand lines.

No comments:

Post a Comment