Hi!
In our company we have a huge amount of COBOL sub-routines that are
called from other COBOL-programs.
Now we are looking for a method to call them from Windows/Web
applications.
One idea is to wrap the sub-routine call in a DB2 stored procedure and
call the procedure from our Web application.
Anyone who like to comments on this approach?
Anyone who can give me a hint of where to look for examples and more
information?
Cheers!