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 11318In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
2 8114There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
IBM,
10 17767insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
3 9750I 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 10772I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
8 21040A 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 19186
What is null indicator in db2?
What is dclgen in db2?
Is db2 free?
What is table space in db2?
What is access path in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is the syntax for creating a table in the db2 database?
How to retrieve rows from a db2 table in embedded sql?
what is the sqlcode -501
What is a buffer in memory?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is rebind in db2?
Explain the contention situations caused by locks?
What is the connection string to connect to the DB2 Database ?
What is runstats and reorg in db2?