One program calling 5 subprograms, its a cobol db2 program,
after precompilation how many plans and packages will
created?
Answer Posted / 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 |
Post New Answer View All Answers
What is dbrm in db2 database?
What is runstats and reorg in db2?
is it compulsory commitment control in journal?
Why do chiropractors use drop table?
How do I add a column to an existing table in db2?
Explain about cursor stability?
What is the purpose of using commit?
What is db2 instance?
What are types of indexes?
What is dpf in db2?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What is the difference between nvl and coalesce?
What is the clustering index in the db2 database?
How would you find out the total number of rows in a db2 table?