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 / sunil a

1 DBRM , 1 PACKAGE and 1 PLAN

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function done by data manager?

849


What is node in db2?

602


Explain what are the various isolation levels possible?

603


What is check constraint. Explain with example.

637


Explain package in db2 and its advantages?

588






What is copy pending and check pending in db2?

568


Is db2 a database?

565


What is dpf in db2?

656


What parameters are used to control the free space in DB2?

639


How would you find out the total number of rows in a db2 table?

570


What is db2 purescale?

537


run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...

3782


How to find primary key of a table in db2?

599


What is the purpose of rollback and commit?

588


I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.

1644