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 |
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
Which is the most widely used batch performance monitor for DB2?
when we use sysprint and sysout statements
common jcl abends??
How to concatenate different LRECL of files?
mainframe questions like basic&depth
Max. No of DD statements in a job ?
i need some shortcuts and tso commands can any on ehelp me in these ?
What parameter directs the output of the job log dataset?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
When will we need to specify Space parameter ?