pls explain the precompilation process of cobol-db2 pgm
Answer Posted / yuvaevergreen
Precompiling does the following:
>> Replaces the SQL statements in your source programs with
calls to DB2 language interface modules.
>>Creates a database request module (DBRM), which
communicates your SQL requests to DB2 during the bind
process
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
When the like statement is used?
What is innodb buffer pool?
What is the use of reorg in db2?
Which isolation level provides maximum concurrency?
define clustering index.
What is an instance database?
Which component is used to execute the sql statements?
Define predicate?
What is data manager?
What is the difference between drop table and delete table?
Before you give the explain statement, what are the prerogatives?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is a db2 tablespace?
What is the maximum length of sqlca?
What is difference between rollback and commit?