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.
No Answer is Posted For this Question
Be the First to Post Answer
What is drop table?
How can you find out the # of rows updated after an update statement?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.
What is db2 look?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
difference between group clause and order clause
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
What is blu acceleration in db2?
What is node in db2?
What is a bind card?