DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

How will you send data from a cobol file to DB2

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

(Continued from previous question...)

How will you send data from a cobol file to DB2 table?

USING HOST VARIABLE we can pass data from COBOL to DB2
Both the above ways can be selected.
If you want to load the table with some data you can use load utility.
If you want to move some value in the prog then you can go for the host variables.

(Continued on next question...)

Other Job Interview Questions