View previous topic :: View next topic |
Author |
Message |
mprabhha Beginner
Joined: 29 Jun 2006 Posts: 1 Topics: 1 Location: Chennai
|
Posted: Wed Nov 28, 2007 4:17 pm Post subject: Question on Db2 subsystem |
|
|
Hi
Please help me in the following question. I faced this question in an interview.
. We need to generate a report using cobol Db2 program, but we are having two different subsystems of Db2, the question is do we need to write a 2 different programs for generating this report?
Thanks in advance
Prabha |
|
Back to top |
|
 |
vivek1983 Intermediate

Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Thu Nov 29, 2007 1:37 am Post subject: |
|
|
mprabhha,
Quote: |
Please help me in the following question. I faced this question in an interview.
|
You should post such questions in "interview questions" forum.
But then...
You dont require to write 2 different programs for generating reports for 2 different sub systems. The reason is you will not refer the subsystem directly in the cobol program.
Binding the program to the 2 different sub systems and running the programs separately will solve the problem. _________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay) |
|
Back to top |
|
 |
|
|