how do u update the faltfile into db2 table ?
Answer Posted / sachin borase
Mass insert is possible using the load utility.
but need to write the program for update operation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is schema in db2?
What does a deadlock mean in DB2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is plan in cobol db2?
What is data manager?
What are the 2 sqlcodes that are returned?
What is the usage of open cursor command?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is a Foreign Key?
What language is db2 written in?
What is a db2 package?
Which is faster delete or truncate?
Give a brief description of db2 isolation levels?
What is the use of with ur in db2?