What is the COBOL picture clause of the following DB2 data
types: DATE, TIME, TIMESTAMP?
Answer Posted / kalyani
DATE PIC X(10)
TIME PIC X(8)
TIMESTAMP PIC X(26)
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What is innodb buffer pool?
What are types of indexes?
What is a buffer in memory?
How do you eliminate duplicate values in db2?
What is db2 command?
What is db2 stogroup?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is null in db2?
Mention data types used in db2 ?
What is bind and rebind in db2?
What is the use of predicate?
Can you tell me how can you find out the # of rows updated after an update statement?
Describe major components of db2?
What is isolation level in db2?
What is host variable in db2 cobol?