Quote:
Originally Posted by mahesh_terdal
We cannot test this as we don't have ZOS.
|
As long as you are in the phase of developing & unittesting you do not need a mainframe. Just install db2-express-c and open-cobol on a linux machine and start coding your
COBOL with inline SQL source. You can db2-precompile/compile and bind like you are used to and test you modules by just calling them. (a cobol SP has exactly the same syntax as a "normal" cobol sub-program). This approach forces you to code in standard cobol-85 syntax... I would
not call that a disadvantage
When you reach the system-test phase you'll need the mainframe...But your work as a programmer is done.