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 |
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
A job has 90 steps i want to execute only step7 and step15
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What is GDG?
what's the significance of freespace(0 0) and freespace(100 100)
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
What is the improvement to COND= in the latest version of MVS?
How to rename a VSAM file as well as it's index file?
What is the function of the dd avgrec keyword in sms datasets?
How to run cobol program using jcl?
How can the submitting users racf authority be overridden in a job stream?