If I have 5 Queries in a DB2 Cobol program , while
precompiling how many DBRMs will get created and How many
Plans and Packages will get created while Bind Process?
Answer Posted / srinivas chennareddy
As the name indicates DBRM(Data Base Replacement Module) is
for one module...irrespective of the number of SQL's in a
module/program...one DBRM will be created and it will be
bound to one package,and collection of all calling/called
module packages forms an application PLAN,which will be
loaded into main memory and executed during run time.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Are views updateable?
What is access path in db2?
What are the bind parameters ibm db2?
List out the three types of page locks that can be held.
What are the benefits of using the db2 database?
List out the buffer pools in db2
What db2 400?
What do you mean by rollback?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is a dbrm in db2?
What is universal database?
What is dbrm library?
Explain correlated sub-queries.
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
List some fields from sqlca?