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
How to find the number of rows in db2 tables?
How can you count the number of rows from a table tab?
How can you quickly find out the # of rows updated after an update statement?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is drop table?
How to find primary key of a table in db2?
How do I create a view in db2?
What do you mean by cursor?
What is difference between isnull and coalesce?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is the use of runstats in db2?
Is ibm db2 open source?
What does db2 stand for?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is a db2 collection?