Answer Posted / a
its
10 HNAME.
49 HNAME-LEN PIC S9999 USAGE COMP.
49 HNAME-TXT PIC X(10).
that's it.
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
How do I import a csv file into db2?
How do you find the maximum value in a column in db2?
How to find schema of a table in db2?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
What is isolation level in db2?
What is precompiler in db2?
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 ?
What is db2 catalog database?
What is the syntax for creating a table in the db2 database?
How do I add a column to an existing table in db2?
what is the role of the cursor in db2?
How do I delete a column in db2?
What is the advantage in De-normalizing tables in DB2?
Name the lockable units in DB2?
How can the duplicate values be eliminated from db2 select?