Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multithread with Oracle, Java and COBOL

Status
Not open for further replies.

chirpyform

Programmer
Jun 20, 2003
202
FR
We have put together a client-server communication with Java.
The server runs COBOL programs using micro focus (cobcall).
The problem being that the server can run the cobol programs in parrallel as it uses a system of threads.
This means that the variables in the COBOL programs are being used several times at once which is causing problems!!
I have seen that we can use thread-local-storage in stead of the working-storage however as we use SQL commands in the COBOL programs the compiler doesn't seem to like this.
Is it possible to have SQL in a multithreading system? If so how?

many thanks for any response. If there is anything else that you need to know or if it is not clear please say.

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top