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 11502In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
2 8225There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
IBM,
10 18071insert into tablename a column1, column2 select column1, column2 from tablename b i am getting abend -104..can any one help?
3 9868I 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 10905I am getting a error multiple row fetched while executing a Cobol-DB2 program.How can I solve it without using a cursor.
8 21263A 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 19457
what is a corelated subquerry?
Define predicate?
How will you return the number of records in table?
How do I start db2 in windows?
How connect db2 database to datastage?
What is page size in db2?
What is db2 bind?
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
What is reorg and runstats in db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Are view updateable?
What is the purpose of rollback and commit?
How to get the ddl of a table in db2?
What is a Foreign Key?
How to take backup of table in db2?