Answers

Question and Answer:

  Home  IBM DB2

⟩ 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?

when u bind , 5 queries has 5 sql statements in 1 DBRM, its

regroup into 1 package, 1 plan...Plan is a collection of

packages..

correct me if i'm wrong..

 218 views

More Questions for you: