B37 abend during spufi?
No Answer is Posted For this Question
Be the First to Post Answer
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
Define buffer pool.
What do you do to keep the cursor from closing after a commit?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
What are column-name qualifiers used?
How is deadlock resolved?
What is IMAGECOPY ?
What is the result of open cursor statement?
which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit
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
Can a Db2 table data be retrived through JCL?
What is sqlca?