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

is step name is compulsory in jcl ?

2 Answers  


Name some of the JCL statements that are not allowed in procs.?

1 Answers  


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


how would you create a temporary dataset? And where will you use them?

0 Answers  


What is COND=ONLY ?

2 Answers  






Is automatic restart possible in jcl? If yes, how?

0 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?

1 Answers   IBM,


I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?

3 Answers   CTS, DELL,


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


How to Enter The Spool Area In Real Time?

7 Answers   IBM,


Categories