6. SOC7 Abend
The most frequent abend and famous one is SOC7 Abend while submitting a Jcl.
This occurs for so many reasons. See below for how to fix it.
Fix
----
1. Check your decimal data being used in program. Try to pass valid decimal data.
2. Data being passed is not initialized correctly.
3. Array index is not valid. It is a kind of subscript error.
4. Value being passed is not available in table.
5. COBOL working storage section is not initialized with given variable.
6. 'Parm' used in subroutine or program is not in correct order or missing.
Check for all the above fix. Now re run your job, your SOC7 will be fixed.
The most frequent abend and famous one is SOC7 Abend while submitting a Jcl.
This occurs for so many reasons. See below for how to fix it.
Fix
----
1. Check your decimal data being used in program. Try to pass valid decimal data.
2. Data being passed is not initialized correctly.
3. Array index is not valid. It is a kind of subscript error.
4. Value being passed is not available in table.
5. COBOL working storage section is not initialized with given variable.
6. 'Parm' used in subroutine or program is not in correct order or missing.
Check for all the above fix. Now re run your job, your SOC7 will be fixed.