Answer Posted / ganesh
A db2 plan contains collections which in turn contains
packages.
A package contains the exectauble format of the sql
statements placed in the DBRM which was created during the
pre-comlie step.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is the difference between dbm cfg and db cfg file in db2 ?
How to find primary key of a table in db2?
What is the difference between oracle and db2?
What does db2 stand for?
How to execute stored procedure in db2 command editor?
List down the data types in the db2 database.
Explain the benefits you can get from mainframe connect?
How and when does the db2 enforces the unique key?
What is table space in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
Is schema the same as database?
What is dpf in db2?
What is page size in db2?
What is deadlock in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?