What is a precompiler?
Answers were Sorted based on User's Feedback
Answer / s
DB2 Precomplier comments out the SQL statments and replaces
with CALL statements to DB2. It places the consistency
token in both the DBRM and modified source program.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?
What are the advantages of using a PACKAGE?
What are the various isolation levels possible?
What is the use of commit in db2?
What is check constraint. Explain with example.
Where can you declare a cursor in a cobol-db2 program?
What is auditing?
If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation
What is load utility in db2?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
What is bind plan?
What is db2 catalog database?