How do I import a csv file into db2?
No Answer is Posted For this Question
Be the First to Post Answer
What does the sqlcode of -818 pertain to?
What is a DBRM, PLAN ?
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
Name the various locking levels available?
What are the four lockable units for DB2?
How do I delete a column in db2?
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
What is a clustering index?
What are simple, segmented and partitioned table spaces ?
What else is there in the PLAN apart from the access path?
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
When is the skeleton cursor table created?