what is the process of precompiler?
Answers were Sorted based on User's Feedback
Answer / rahul nittala
The precompiler does a series of operations in the
following order:
1) Identifies all the INCLUDE statements and expands them.
2) Syntax check of sql variables against the DCLGEN table
definitions.
3) seperating the cobol and db2 lines and moving the db2
lines into the respective dbrm.
4) Attaching a consistency token for each set of db2 and
cobol components to be identified at a later stage.
| Is This Answer Correct ? | 27 Yes | 0 No |
Answer / guest
the process of precompiler is separate tha cobol,db2 staments.
| Is This Answer Correct ? | 8 Yes | 1 No |
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
when does the SQL statement gets executed when you use cursor in the application programming ?
what is SPUFI ?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
What is dpf in db2?
What is a DBRM, PLAN ?
What should be specified along with a cursor in order to continue updating process after commit?
How do I import data from excel to db2?
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
What is bufferpool in db2?
What is usage pointer in cobol?
What is the role of schema in the db2 database?