Interview Questions

What is the COBOL picture clause of the following DB2 data types:

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

What is the COBOL picture clause of the following DB2 data types:

DATE, TIME, TIMESTAMP?
DATE: PIC X(10)
TIME : PIC X(08)
TIMESTAMP: PIC X(26)

(Continued on next question...)

Other Interview Questions