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
Explain what are the various isolation levels possible?
What does db2 plan contain?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
Explain the function done by data manager?
What is a plan and package in db2?
What is drop table?
What is database alias db2?
What is explain in db2?
Mention the definition of cobol in varchar field.
How to run db2 command in windows?
How do we specify index to include or not during bind process.
what is the sqlcode -501
What is a page in db2?
How do I optimize a query in db2?
Explain packages.