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 |
how will i display the duplicate record's from a table... i don't want to eliminate ...i want to display the duplicate record...for example in my table i have 10 record's like record no(1,2,3,4,2,9,6,1) in this ...so i want to receive duplicates...
what are the bind parameters?
How Plan is created while executing the query using SPUFI?
How to fetch the uncommited data from table ?
If I have a view which is a join of two or more tables, can this view be updatable?
Explain about cursor stability?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
Define check constraint.
When can an insert of a new primary key value threaten referential integrity?
what is difference between Plan and Package
What is DYNSLT keyword? How do you perform selection using DYNSLT
How does db2 sample database connect?