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
How to check table size in db2 sap?
Can there be more than one cursor open for any program?
Mention the location where the output received from explain statement is stored.
How to find the number of rows in db2 tables?
What is the role of schema in the db2 database?
What is cobol db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
Define data page.
What is phantom read in db2?
What is explain plan in db2?
Define buffer pool.
How can we retrieve the total number of records in RPG & CLLE?
How do I add a column in db2?
How do I add a column to a table in db2?
define clustering index.