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 we solve soc 7 and soc4 ?

Answers were Sorted based on User's Feedback



how do we solve soc 7 and soc4 ?..

Answer / pradeep

SOC7 is a data exceptional error, means we load any junk
data into one field of a record.
we can resolve by these steps,
1.compile and run the program,in the spool we can find the
offset value for the job. note that offset value and run the
same job again with compiler option as LIST.
2.see the spool for the offset value where it is
located,means exactly in which numerical operation that
abbend occured.EG: total = salary + commision.
3.after the example statement we found the SOC7 error.
so, we knew that we found SOC7 there.
4.finally place the DISPLAY statement in the respective
paragraph we can found exactly where the updation is
failed.Means on stopped record there may be a junk value in
the record.

Is This Answer Correct ?    5 Yes 0 No

how do we solve soc 7 and soc4 ?..

Answer / sujith

Hi,
There can be many methods to solve SOC7
1)by using XPEDITER
2)Going behind the reasons causing Soc7 in working -
storage. (we can offset the wrong data and compile and
later correct it)
3)the most preferable one is to get the value of offset in
compile list,getting this offset then find this offset's
corresponding value in your pgm.It will take you straight
to the line causing SOC7.


SOC 4 may be due to less space than what is needed by the
program. This is also called Storage violation error - can
be due to various
reasons. e.g.: READING a file that is not open, invalid
address referenced due to subscript error.

Using Display statements points or after lines you suspect
can show where the error occurs.

Is This Answer Correct ?    2 Yes 0 No

how do we solve soc 7 and soc4 ?..

Answer / praveen

soc 7
compile with list option.
soc 4
nossrange

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More DB2 Interview Questions

What is difference between *omit and *nopass?

1 Answers   IBM, TCS,


Comment whether dclgen is mandatorily used. If not, then what is the point of using it?

0 Answers  


I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?

3 Answers   CTS,


What is an instance in db2?

0 Answers  


Is db2 a programming language?

0 Answers  


What is the format (internal layout) of ?TIMESTAMP??

1 Answers  


how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE

10 Answers   IBM,


How to create db2 table in mainframe?

0 Answers  


what types of copies can be made with the COPY Utility ?

1 Answers  


What is the syntax for FETCH in DB2 ?

0 Answers   MCN Solutions,


if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)

3 Answers  


Q4. How will you get the count of record without using COUNT verb in query?

2 Answers   IBM,


Categories