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!

Multi-Threading ILE COBOL on AS/400

Status
Not open for further replies.

OS2DUDE

Technical User
Mar 19, 2002
1
US
I want to run the same *MODULE in multiple threads on an AS/400. The manual states that the same *MODULE can not be in use by more than 1 thread at a time. I've tried creating multiple entry point *MODULEs that call the common logic as a procedure and as a program. Niether way gets me multiple threads running at the SAME TIME.

Does anyone know how to get a *MODULE to be used by multiple concurrent threads?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top