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 db2 look?
define clustering index.
What is explain in db2?
What is a db2 schema?
How do you find the maximum value in a column in db2?
How does db2 sample database connect?
is it compulsory commitment control in journal?
Explain the function of data manager.
What is the syntax for creating a table in the db2 database?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is db2 purescale?
i want to maintain uniqueness on pdf without make lf??????????
Is ibm db2 free?
Are view updateable?
What are types of indexes?