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 the maximum length of sqlca?
can we view the access paths created by dbrm ? how ? thx
How do you pull up a query which was previously saved in qmf?
What is blu acceleration in db2?
What is the usage of open cursor command?
How to create db2 table in mainframe?
What is sqlca?
What is consistency token in db2?
What is the difference between drop table and delete table?
How can record locking be achieved in those DB2 versions which do not support it?
What is rebind in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What do you mean by storage group (stogroup)?
Give a brief description of db2 isolation levels?
What are the benefits of using the db2 database?