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
Can one database have multiple instances?
What is a Foreign Key?
What is buffer pool and list some of them?
If I have a view which is a join of two or more tables, can this view be updateable?
What is concurrency?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is check constraint in db2?
How can you do the explain of a dynamic sql statement?
What is the role of union all and union
Why cursor is used in db2?
Define sqlca.
Which command is used to connect to a database in DB2 ? Give the Syntax.
Explain about open switch business continuity software?
What is clone table?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?