Page 1 of 1

Interview question on COBOL DB2 program.

Posted: Tue Dec 22, 2015 2:56 pm
by Gaurav ABN
Hi,

This is an interview question which I faced: A COBOl-DB2 program executing successfully currently and does what it should. If we need to add or delete a column in one of the tables and that table is used in this application COBOL program. What steps I need to take care about to make the program working clean again? Or do you think the program will still run fine, without any changes? Can any one please help what I need to do?

Regards

Re: Interview question on COBOL DB2 program.

Posted: Wed Dec 30, 2015 2:49 pm
by Gaurav ABN
After search I understand that I need to see if there are variables from table which are impacted in the program or not. And program should be compiled again.

Are there more steps needs to be done or these should be good enough. Please let me know.