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

restart logic ?

2 Answers   TCS,


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


what is the purpose of SYSOUT parameter in the DD statement?

1 Answers  


which parameter is used to check the syntax of a jcl without executing it?

0 Answers   IBM,






can we bowse or edit the GDG dataset if it is a tape entry?

4 Answers  


What are the parameters that are used in creating a gdg?

0 Answers  


Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?

6 Answers   IBM,


what is a MODELDSCB?

1 Answers  


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


How does jcl act on code(if you take a cobol program)?

0 Answers  


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

0 Answers   HP,


Categories