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 |
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Name some of the JCL statements that are not allowed in procs.?
do we need to mention the location of catalogued procedure for each it's call in a single job?
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
What you mean by skeleton JCl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to pass the parameter in parm using linkage section ? (syntax)?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
How is a dataset passed from one step to another?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K