Thanks but that would never here at the IRS this place is highly sensitive to 
anything from the outside

-----Original Message-----
From: IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU> On Behalf 
Of Dave Clark
Sent: Wednesday, January 26, 2022 10:04 AM
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
Subject: Re: Debugging Assembler Rexx programs

"IBM Mainframe Assembler List" <ASSEMBLER-LIST@LISTSERV.UGA.EDU> wrote on
01/26/2022 09:46:16 AM:
> Don’t know if this is the right forum But I’m posting in regards to 
> ASMIDF I need to debug a program called as such Call 
> ‘myloadlib.lib(MYPROG)’ PASSENVB I tried running under TSO TEST using 
> CP and from there getting the ECT then the ECTENVBK but had problems I 
> saw a section in the IDF users guide Programs invoked by Rexx (TSO) 
> But it was only 7 lines with no examples More so if ASMIDF can be 
> invoked from a program then after the STM
> 14 - 12 and saving R0 I.e LR R10,R0 I could invoke IDF thdtveoukd be
helpful


        I can't exactly help you.  But, I did have much the same problem
-- i.e., finding an interactive debugger that would intercept an assembler 
program invoked under the covers of REXX.  But I am executing REXX in the z/VSE 
environment, which makes it even harder since z/VSE can't get no respect.  ;-)

        At any rate...  I found TRAPPER by Martin Trübner which he wrote as a 
personal project.  It communicates cross-address-space between the z/VSE batch 
partition where REXX runs and the partition where CICS/TS runs.  Meaning, the 
interface is provided in CICS/TS but your program and REXX are running in a 
different (batch) address space.  I don't know if he has a version that you 
could use in z/OS or TSO.


Sincerely,

Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300

Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio  45439  USA
(937) 294-5331




*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or proprietary 
information. If you have received this message in error, please immediately 
notify the sender and delete and destroy the message and all copies. All 
unauthorized direct or indirect use or disclosure of this message is strictly 
prohibited. No right to confidentiality or privilege is waived or lost by any 
error in transmission. 
*********************************************************************************************

Reply via email to