I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
6 9773In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
2 7241There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
IBM,
10 15746insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
3 8673I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
5 9221I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
8 18516A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
IBM,
7 17079
Why select is not preferred in embedded sql programs?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
What is the difference between using bind () and rebind () methods of naming class?
How to find the maximum value in a column in the db2 database?
How can you quickly find out the # of rows updated after an update statement?
What is the reason behind not using select * in embedded sql programs?
what is diffrence b/w file-aid tool and file-aid utility???
What happens in bind step in a db2 program?
If I have a view which is a join of two or more tables, can this view be updateable?
How to test SQL -911 error while developing COB-DB2 program
what is the responsibility of the construction superintendent
What do you mean by cursor?
What is a db2 package?
Explain what are the various isolation levels possible?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?