what is the process of precompiler?

Answers were Sorted based on User's Feedback



what is the process of precompiler?..

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

what is the process of precompiler?..

Answer / guest

the process of precompiler is separate tha cobol,db2 staments.

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More DB2 Interview Questions

What are the disadvantages of PAGE level lock?

3 Answers  


Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2  how will we do this.  We can create a single program and a single load for this program. 

2 Answers   RBS,


What are the advantages of using a PACKAGE?

2 Answers  


What is a clustering index ?

3 Answers  


When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?

2 Answers  






what is consistency token

3 Answers  


What is EXPLAIN?

1 Answers  


In a DB2-CICS program which is acts as co-ordinator and which is participant?

1 Answers   IBM,


What is dbrm in db2 database?

0 Answers  


What is iseries database?

0 Answers  


Mention data types used in db2 ?

0 Answers  


what is the Foreign key? explain?

2 Answers  


Categories