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


One program calling 5 subprograms, its a cobol db2 program,
after precompilation how many plans and packages will
created?

Answers were Sorted based on User's Feedback



One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and..

Answer / sarath

when u precompile a Db2 program you will get (n+1) DBRMs
where n indicates no. of subprograms. So in our case you
will get 6 DBRMs. Through Binding process you can get
minimum of 1 package and maximum of 6 packages. But finally
you will get only one plan.

Is This Answer Correct ?    27 Yes 2 No

One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and..

Answer / vat

Not trying to be cute, but, to the question "after
precompilation how many plans and packages will
created?" the answer would be zero.

You would have to do bind to even talk about packages/plans.

Is This Answer Correct ?    14 Yes 1 No

One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and..

Answer / snehasis

If it generate 6 DBRM, then there is no possibility to have
1 package. The reason is one package can contain only one
DBRM. But yes for all these DBRM and Packages it will be
only one plan.

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More DB2 Interview Questions

How to execute stored procedure in db2 command editor?

0 Answers  


How is deadlock resolved?

0 Answers  


How will you return the number of records in table?

0 Answers  


What is blu acceleration in db2?

0 Answers  


wht steps we need will coding cobol and db2 pgm ?

6 Answers   CGI,


What is a synonym ?

2 Answers  


Which command is used to remove all rows from a table?

0 Answers  


What is the difference between nvl and coalesce?

0 Answers  


Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference

0 Answers  


what is the difference between declaring the cursor in WS section and Procedure division?

1 Answers   HCL,


What does runstats do in db2?

0 Answers  


How can you display the current date & current time ?

1 Answers   Cap Gemini,


Categories