how do you resolve for soc7 error

Answers were Sorted based on User's Feedback



how do you resolve for soc7 error..

Answer / santy

SOC7 abend occure due to the data exception or mostly due
to moving of non-numric data into numric data field.

we can resolve this correcting the data format.

Is This Answer Correct ?    34 Yes 4 No

how do you resolve for soc7 error..

Answer / munish

SOC7 is data exception and can occur when packed
instructions are used. For its resolution , we have to
correct the data or conversion formatin the program.

Is This Answer Correct ?    26 Yes 7 No

how do you resolve for soc7 error..

Answer / vidhya

Q31) Basically you need to correcting the offending
data. Many times the reason for SOC7 is an un-initialized
numeric item.
Examine that possibility first. Many installations provide
you a dump for run time abend’s ( it can be generated also
by calling some subroutines or OS services thru assembly
language). These dumps provide the offset of the last
instruction at which the abend occurred. Examine the
compilation output XREF listing to get the verb and the
line
number of the source code at this offset. Then you can
look at the source code to find the bug. To get capture
the
runtime dumps, you will have to define some datasets
(SYSABOUT etc ) in the JCL. If none of these are helpful,
use
judgement and DISPLAY to localize the source of error.
Some installation might have batch program debugging
tools. Use them.

Is This Answer Correct ?    12 Yes 1 No

how do you resolve for soc7 error..

Answer / srinivas yadav

SOC7: NON-NUMERIC FILEDS ON NUMERIC FIELDS
TO RESOLVE: GO TO SPOOL AND COPY THE OFFSET VALUE AND TYPE
IN THE COMMAND LINE F OFFSETVALUE, IT GOES TO THE
PARTICULAR PLACE SO THAT WE NEED TO CHANGE IT.

Is This Answer Correct ?    8 Yes 0 No

how do you resolve for soc7 error..

Answer / soumya

Actualy S0C7 abends normaly happens due to wrong data/ non-
numeric data in numeric field.By wrong data i mean to say
like if key is duplicated or some garbage data.

The resolution can be done in two ways :
1)code fix by which you can fix the cobol program code and
stage it
2)By deleting the bad records from the file

But be carefull about the file deletion if its a batch
process and some other jobs depend on the p[articular
job,so it can effect to other if any wron fixation done.

Is This Answer Correct ?    9 Yes 2 No

how do you resolve for soc7 error..

Answer / mohi

go to spool and check what data is moved to the variable
present in the code. and definitely u will come to know
what to do..

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More JCL Interview Questions

I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...

2 Answers   Satyam,


Explain the function of dd disp parameter?

0 Answers  


What is the difference between BLKSIZE and LRECL?

3 Answers  


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


How to concatenate different LRECL of files?

2 Answers   IBM,






Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?

1 Answers   IBM,


what are the various stages of job processing?

0 Answers   IBM,


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


How to Enter The Spool Area In Real Time?

7 Answers   IBM,


What is the difference between joblib and jcllib statements

7 Answers   IBM, Maples,


Min no of member?s (PDS) in one directory block?

10 Answers  


what is alternate index?

1 Answers  


Categories