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 primary key of a table in db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
How to check last update on table in db2?
What is the clustering index in the db2 database?
I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.
Are view updateable?
What is dbrm in db2 database?
Name the lockable units in DB2?
Explain about dbrm.
What is meant by explain?
What is deadlock in db2?
What is an instance database?
i want to maintain uniqueness on pdf without make lf??????????
How to run db2 command in windows?
Explain packages.