calling cobol prg from java im making a projekt, where i want to make a call, to a program in cobol from java. i have read that this is not te smartest thing to do, because cobol is not thread safe. What does that mean ?. The way i want to do it, is to make the call in a thread, from a method that doesnt return until it gets the parameter back. What is the best way to call? (if it isnt a stupid idea) using ProgramCall , call it on Runtime exec or CommandCall

Reply With Quote