|
What is the COBOL picture clause of the following DB2 data types?
DB2 ( IBM Database 2 ) Interview Questions
(Continued from previous question...)
What is the COBOL picture clause of the following DB2 data types?
Q: What is the COBOL picture clause of the following DB2 data types: DATE, TIME, TIMESTAMP?
AN:
DATE: PIC X(10)
TIME: PIC X(08)
TIMESTAMP: PIC X(26)
(Continued on next question...)
Other Interview Questions
|