if one db2 pgm calls another db2 pgm.
how many plans do we need.
what r the steps involved..
Answer Posted / guest
Only one plan is bound for this program with 2 DBRMS : one
for the main program and one for the called program. The
steps involved in preparing the program is 1. Precompile
produces modified source code and DBRM 2. compile the
modified source code 3.Link-edit the resulting module to
create the load module 4.Binding the plan
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What does db2 stand for?
what is diffrence b/w file-aid tool and file-aid utility???
What is the connection string to connect to the DB2 Database ?
What is cursor in dbms?
Define predicate?
What is load replace in db2?
When reorg is used?
What is db2 connect?
What is schema in db2?
Give the name of some fields form sqlca.
What is multi row fetch in db2?
Is db2 relational database?
What are types of indexes?
Which components manage deadlocks in db2?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?