Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can handle the s0c4 abend???

Answers were Sorted based on User's Feedback



how can handle the s0c4 abend???..

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

how can handle the s0c4 abend???..

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

how can handle the s0c4 abend???..

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

Post New Answer

More JCL Interview Questions

How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

0 Answers   IBM,


A job has 90 steps i want to execute only step7 and step15

3 Answers   Cognizant,


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

0 Answers  


i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl

1 Answers  


What is GDG?

1 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


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

2 Answers   IBM, TetraSoft,


What is the improvement to COND= in the latest version of MVS?

3 Answers  


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


How to run cobol program using jcl?

0 Answers  


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


Categories