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, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
How many parameters are there to a DISP statement and what are their uses ?
what is inrec fields and outrec fields in sorting
What is a PROC? What is the difference between an instream and a catalogued PROC?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
What is JCL LIB ?
what do you mean by include statement in jcl?
whats SOC7?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
how can you check if a file is empty using jcl?