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...


what is the input to PLAN?
what is the input to DBRM?

Answers were Sorted based on User's Feedback



what is the input to PLAN? what is the input to DBRM?..

Answer / harish

dbrm or package is input to plan....talking abt
dbrm.......the cobol+db2 prgrm is input to precompiler which
separtes cobol souce code and dbrm

Is This Answer Correct ?    8 Yes 2 No

what is the input to PLAN? what is the input to DBRM?..

Answer / mani

DBRMs and Packages are the input to the plan as said above.
The input to DBRM is the sql statements in the cobol db2
program
i.e all the sql statements in the cobol db2 program will be
replaced by the host language statements in this case it is
cobol and the sql statements are bound into DBRMs.

Is This Answer Correct ?    2 Yes 2 No

what is the input to PLAN? what is the input to DBRM?..

Answer / guest

The input to a plan is a DBRM or package. The DBRM is a
copy of the SQL statements of the program that is being
prepared.

Is This Answer Correct ?    1 Yes 1 No

what is the input to PLAN? what is the input to DBRM?..

Answer / anil reddy

DBRM-Caontains SQL statments seperated from your host
laguae bt Precompiler.

PLAN-Is the generated by BIND process , which will contain
Excutale cde for SQL statements in the DBRM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB2 Interview Questions

What is dbrm in db2 database?

0 Answers  


What do the initials DDL and DML stand for and what is their meaning?

2 Answers  


why we create view.

5 Answers  


What are types of indexes?

0 Answers  


Can SQL statements/queries be included in a copybook?

2 Answers  


What are the contents of dclgen?

0 Answers  


What is a page in db2?

0 Answers  


Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.

5 Answers  


Can we use select * statement in cobol program without giving field names ???

3 Answers   Zensar,


How can you do the explain of a dynamic sql statement?

0 Answers  


Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?

0 Answers  


What is a NULL value? What are the pros and cons of using NULLS?

2 Answers  


Categories