how do u update the faltfile into db2 table ?

Answers were Sorted based on User's Feedback



how do u update the faltfile into db2 table ?..

Answer / ankitha

flat file is loaded to table by LOAD utility. BUT
UPDATE with RRN value ,please any body elaborate

Is This Answer Correct ?    3 Yes 2 No

how do u update the faltfile into db2 table ?..

Answer / vaneesh khurana

Also there is a option in FADB2 to load to table from flat
file using control card.
go to option 3.7

Is This Answer Correct ?    1 Yes 0 No

how do u update the faltfile into db2 table ?..

Answer / 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

how do u update the faltfile into db2 table ?..

Answer / selva ganesh s

Flat file can be updated by using RRN value.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More DB2 Interview Questions

What is the SQL Communications Area and what are some of its key fields?

1 Answers  


How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?

3 Answers   CTS, IBM,


What is a cursor?

2 Answers  


how do you resolve -805?

3 Answers   HCL,


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

1 Answers  


Mention the location where the output received from explain statement is stored.

1 Answers  


What are the 4 environments which can access DB2 ?

2 Answers  


How do I import data from excel to db2?

1 Answers  


How do you do the EXPLAIN of a dynamic SQL statement?

2 Answers  


What is temporal table in db2?

1 Answers  


my project is insurance management system,how to explain my work environment in interview?

2 Answers   CGI, Value Labs,


How to design maps

1 Answers   Virtusa,


Categories