what is the name of the default db2 catalog database?
Answer Posted / s
DSNDB06 is the DB2 Catalog DB
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is cobol db2?
What is explain in db2?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What are iseries servers?
Explain the contents that are a part of dclgen.
What is the use of db2 optimizer?
Where can you declare a cursor in a cobol-db2 program?
How do I delete a table in db2?
What is difference between rollback and commit?
How can you quickly find out the # of rows updated after an update statement?
What is reorg?
Why do we bind in db2?
What is load replace in db2?
What is isolation level in db2?
I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.