pls explain the precompilation process of cobol-db2 pgm
Answer Posted / tej
Precompilation separates the SQL statements and non-SQL
statements of an application program.
From the precompilation step onwards the original source
code will be contained in two separate physical components.
The non-sql part of the program will have all the
sql-statements commented out by the precompiler and and
replaced with cobol call statements.
The colection of SQL that was extracted will be placed in a
DBRM(Database Request Module).Precompiler also places a
consitency token in both of its outputs.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What is declare cursor?
Explain what are the various isolation levels possible?
Comment whether the cursor is closed during commit or not.
What is drop table?
What's The Error Code For Unique Index Voilation?
What is lock escalation in db2?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is the purpose of rollback and commit?
What is runstats and reorg in db2?
How does cobol compile db2 program?
what is diffrence b/w file-aid tool and file-aid utility???
what is db2 restart?
What is cobol db2?
What is the difference between db2 and oracle?
What is the use of reorg in db2?