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
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is cloudant database?
What is plan in cobol db2?
What is bind plan?
Which component is responsible for processing sql statements and selecting access paths?
Highlight all the advantages that are attached to a package.
What does db2 mean?
What is data manager?
Which isolation level provides highest data integrity?
What is reorg?
What are the two types of logging in the db2 database? Explain them.
Explain package in db2 and its advantages?
What is a db2 cursor?
On which levels locks can be applied?
Explain in detail about buffer manager and its functionalities?