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?
Does anyone know how to get a *MODULE to be used by multiple concurrent threads?