How do I import a csv file into db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is dbrm?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is catalog database in db2?
What is a db2 tablespace?
What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?
Can I use LOCK TABLE on a view?
What is a storage group (stogroup)?
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 lockable units in DB2?
Explain what a plan is?
How to rename a table in DB2 ?
What is Call attach facility? How does it work?