What is the use of DELGEN in DB2? Can we Write the program
with out using it?
Answer Posted / g.kalyani
DELGEN is a declaration generator to generate the DB2
equivilant COBOL variables . It will improve the
performance of the program. Here only we can give the
NULLIND as 'YES' the automatically when ever null values
are specified in DB2 then it will move SPACES or ZEROS to
the COBOL variables
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Explain how can you do the explain of a dynamic sql statement?
Is schema the same as database?
What is the difference between dbm cfg and db cfg file in db2 ?
How do I copy a table in db2?
When do you specify the isolation level?
what is the responsibility of the construction superintendent
Define buffer pool.
Mention the location where the output received from explain statement is stored.
When the like statement is used?
What is db2 catalog database?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is the use of commit in db2?
Which components manage deadlocks in db2?
What is runstats and reorg in db2?