What is the use of DELGEN in DB2? Can we Write the program
with out using it?
Answer Posted / yuvaevergreen
DCLGEN command is used to create
1.HOST VARIABLES.
2.TABLE DECLARATION.
INFO IS GOT FROM THE CATALOG TBLES.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How can you classify the locks in db2?
Explain in brief how does db2 determine what lock-size to use?
Is db2 relational database?
Are view updateable?
What is the maximum length of sqlca?
What is an instance in db2?
List out the buffer pools in db2
What is universal database?
Explain in detail about buffer manager and its functionalities?
What is isolation level in db2?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
Why do we use cursor?
What is dbrm? When it will be created?
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 ?