Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Why PS file called Physical seqential file?How to sore data
in sequential file and ESDS file?

What is the use of DBRM,PLAN,package and Collection.



Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? W..

Answer / srini

What is the use of DBRM,PLAN,package and Collection.??

DBRM is just a SQL/DB2 part of a embeded COBOL and DB2
program,basically DB2 Precompiler creates this by just
commenting out all SQL/DB2 part.

PLAN is a collection of packages and its an executable for
DB2 system just like a loadmodule for Cobol.Plan stores all
the accee paths for table/database.

Package is a smaller version of package,we can say its a
bound DBRM or a plan for a single program,but its not
executable by itself,we can to bound it into plan,so that
plan can be executed.

We can directly have PLAN instead of going to package,but
we have many advantages of using package over the plan as
below.

1.We can have seperate versions(like same DBRM can be bound
into test package,model office package and production
package)

2.more granularity i.e when ever we change some sub
routine,we no need to bind all the calling/called chain and
block the entire transaction,we can just rebind the
perticular package so that the plan while executing
automatically picks it up the latest version of the package.

3.involves less cost,use the above said example.

4.easy maintanance.

COLLECTION

Collection is just a logical name given for a set of
packages that can be sed while creating the plan....there
is no physical existance of a collection...its a matter of
convenience to the user.

Hope this answers your query on DBRM,plan,package and
collection,if not let me know.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More DB2 Interview Questions

what is SMP/E? and what are the major steps of it? thanks...

1 Answers   IBM,


What is a dbrm in db2?

0 Answers  


What is the maximum number of columns in a db2 table?

0 Answers   IBM,


How many databases can be created inside an instance in db2 ?

0 Answers   MCN Solutions,


What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.

3 Answers   IBM,


What is the significance of DB2 free space and what parameters control it?

1 Answers  


what's the best lock size that you could use when you create a tablespace?

2 Answers   IBM,


What is Skeleton cursor table (SKCT)?

2 Answers  


Explain various types of locks in db2?

0 Answers  


What is DYNSLT keyword? How do you perform selection using DYNSLT

1 Answers  


What does db2 mean?

0 Answers  


can any body explain about plan and pakage in detail....

2 Answers   HSBC, IBM,


Categories