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 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

Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


Where can program checkpoints be stored for use in a restart?

0 Answers  


How are datasets concatenated?

3 Answers   CitiGroup,


shall we concordinate two different length dataset in to a new date set.

6 Answers  


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


Is condition checking possible in jcl?

0 Answers  


hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


can we write a proc with in a proc

4 Answers   IBM,


What does a disposition of (NEW,CATLG,KEEP) mean?

1 Answers   Cap Gemini,


If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?

5 Answers   TCS,


What are three parameters you can specify on Job statement as well as on exec stmt ?

1 Answers  


Categories