>COBOL run time. You can run your COBOL programs in he initial process thread
>(IPT) or in one non-IPT that you create  from a C or PL/I routine."
>

But that's what I'm doing: From my main-thread ("IPT") I create a
"COBOL-CALL Thread" that waits for work from other started threads. The
other threads are signaling the "COBOL-CALL Thread" that a COBOL-Prog is to
be started - so the "COBOL-CALL Thraed" fetches the Module, jumps into it
and returns the return-code to the "calling thread"...

So I'm doing exactly what is supposed to be working because the COBOL-Prog
is always called from the same thread.

Michael

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to