how can handle the s0c4 abend???
Answers were Sorted based on User's Feedback
Answer / kingmanish
SOC4 is data exception when you try to access undefined
memory location or exceed arrays etc.
It is a system abend to tell you that there is something
fundamentally wrong with your software.
So instead of handling it we should be looking into the
problem and try to fix it
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tf
practically speaking: it is usually an unhandled error
within the given program and will necessitate isolating the
error within the given program
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / ram
Soc 4 is a data exception error, If moving and reciving
varaiables are not compatable to handle the data, you will
get this error.
So depending on the requirement, this errro should correct
in the program
| Is This Answer Correct ? | 1 Yes | 9 No |
What is the exact difference between PRTY and DPRTY
How to execute step2,step1, step3 if step1,2,3 are in order
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
What is meant by S0C7 system abend code?
What is a procedure?
How many steps we can overide in the proc's?
how GDGs are concatinated?
Can we browse or edit the GDG dataset if it is a tape entry?
What is the error code SOC01 indicate ?
how would you create a temporary dataset? And where will you use them?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?