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
What is the maximum size of a char data type in db2?
List down the types of triggers in the db2 database?
What is difference between rollback and commit?
What is a dbrm in db2?
What is schema in db2?
How do I delete a table in db2?
How to fetch the last row from the table in SQL (db2)?
What is the purpose of using commit?
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 ibm db2 client?
What is the difference between cursor and select statement?
What kind of database is db2?
What is precompiler in db2?
What type of database is db2?
How to find the number of rows in db2 tables?