Answer Posted / kavya
DCLGEN is a DB2 utility.If we provide table details,it will
generate DB2 structure and host variable structure of the
table.It can also generate NULL indicators for the NULL
columns.This output is stored in a PDS member.These members
are included in the program using the INCLUDE<pds member>.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
what is the role of the cursor in db2?
Define sqlca.
What is the use of db2 optimizer?
Is ibm db2 free?
Name the various locking levels available?
What parameters are used to control the free space in DB2?
Explain what are the various isolation levels possible?
How do you concatenate the firstname and lastname from emp table to give a complete name?
How do I copy a table in db2?
What are the 2 sqlcodes that are returned?
How to create db2 table in mainframe?
What is difference between isnull and coalesce?
How will you return the number of records in table?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
Is schema the same as database?