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

What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


The maximum number of steps in a job?

4 Answers  


My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?

2 Answers   HCL,


How do you overcome this limitation ?

0 Answers  


How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.

10 Answers   Lehman Brothers,






Explain COND used in JCL?

1 Answers   Patni,


What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?

2 Answers  


What is the purpose of include statement in a JCL?

2 Answers  


Why we will create load module in PDS only, Why nt in PS?

2 Answers   TCS,


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


How can the attributes of one sms dataset be copied to another dataset?

0 Answers  


If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?

1 Answers   IBM,


Categories