Answer Posted / ram prajapati
select * from SYSIBM.SYCOLUMNS where tbname='tablename';
run this querry... or
go to dclgen .... option m.11.2 in the ispf command prompt n
see the structure directly in any mentioned ps file
| Is This Answer Correct ? | 11 Yes | 20 No |
Post New Answer View All Answers
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is a buffer in memory?
What is the purpose of using commit?
How will you return the number of records in table?
Is db2 relational database?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
What is package in cobol db2?
Discuss about db2 bind?
What is db2? Explain.
How do I import a csv file into db2?
How can you find out the # of rows updated after an update statement?
What is data manager?
Explain about rct.
Define buffer pool.
Can we insert update delete in view?