How to solve S0C7 abend with out using DISPlay in 10 mins?



How to solve S0C7 abend with out using DISPlay in 10 mins?..

Answer / vaneesh khurana

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.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More DB2 Interview Questions

What is the syntax required for the creation of a cursor?

1 Answers  


What is plan in cobol db2?

0 Answers  


When is the skeleton cursor table created?

1 Answers  


What is correlation names?

1 Answers  


What is Reorg Recovery? when will you run it?

2 Answers  






What is the physical storage length of time data type?

0 Answers  


What is UNION,UNION ALL?

2 Answers  


What is iseries database?

0 Answers  


db2 query I have one table with the following details. SNO SNAME DOJ ------ -------------------- ---------- 10 KRISH 2007-03-19 20 REDDY 2007-05-19 30 RRRRR 2007-05-19 40 BBBBB 2008-05-19 50 CCCCC 2009-05-19 60 JJJJJ 2009-05-19 70 JJJJJ 2004-05-19 i want the output in the following format:( no of students joined in each year(no nedd to consider about month and date) year count --------- ---------- 2004 1 2007 3 2008 1 2009 2

9 Answers   TCS,


What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?

1 Answers   CTS,


The only place of VSAM KSDS in DB2 is?

2 Answers   IBM,


How can you find out the # of rows updated after an update statement?

0 Answers  


Categories