Re: Sv: Execute Rexx from Cobol

2024-05-07 Thread Glenn Knickerbocker
On Tue, 7 May 2024 18:27:08 +, Lars Höglund wrote: >We had a program called JOBINFO (in allocated STEPLIB) >Didn't realize that jobinfo = jobinfo() in a Rexx will trying to start, and >maybe executing the cobolmodule >We also have a Rexx called jobinfo, and that the one I want to execute. Oh

Re: Sv: Execute Rexx from Cobol

2024-05-07 Thread Willy Jensen
You found the solution, fine. Fyi, I recently wrote a assembler subroutine, it can be called from COBOL, C, PL/I and probably other, to access REXX variables and the TSO stack, and it can also start a REXX. It is available on request. -

Sv: Execute Rexx from Cobol

2024-05-07 Thread Lars Höglund
Seems that problem solved. We had a program called JOBINFO (in allocated STEPLIB) Didn't realize that jobinfo = jobinfo() in a Rexx will trying to start, and maybe executing the cobolmodule We also have a Rexx called jobinfo, and that the one I want to execute. //Lasse -Ursprungligt meddelan

Sv: Execute Rexx from Cobol

2024-05-07 Thread Lars Höglund
I'll try that, but the problem for me is that my rexx is executing but stops (with error) when that rexx is trying to execute another rexx -Ursprungligt meddelande- Från: IBM Mainframe Discussion List För Sri Hari Kolusu Skickat: den 7 maj 2024 14:49 Till: IBM-MAIN@LISTSERV.UA.EDU Ämne: