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 |
Request to database but database is not available so what is was abend is raised?
What is the function of logging in the db2 database?
How would one remove old reorg information from the DB2 catalog?
What does reorg do in db2?
How to define the data items to receive the fetch items for the SQL?
What is meant by repeatable read?
What is DCLGEN ?
Is db2 a database?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
where will u check for sqlcode ?