DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

Give the COBOL definition of a VARCHAR field.

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Give the COBOL definition of a VARCHAR field.

A VARCHAR column REMARKS would be defined as follows:
...
10 REMARKS
49 REMARKS-LEN PIC S9(4) USAGE COMP.
49 REMARKS-TEXT PIC X(1920)

(Continued on next question...)

Other Job Interview Questions