How to solve S0C7 abend with out using DISPlay in 10 mins?
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 |
What is the syntax required for the creation of a cursor?
What is plan in cobol db2?
When is the skeleton cursor table created?
What is correlation names?
What is Reorg Recovery? when will you run it?
What is the physical storage length of time data type?
What is UNION,UNION ALL?
What is iseries database?
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
What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?
The only place of VSAM KSDS in DB2 is?
How can you find out the # of rows updated after an update statement?