SYSPARM

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Paul Gilmartin [0000000433f07816-dmarc-requ...@listserv.ua.edu]
Sent: Monday, March 21, 2022 1:53 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: looking for 'how to' developing Rexx host command

On Mon, 21 Mar 2022 13:31:44 -0400, Tony Harminc wrote:
>    ...
>A good many years ago I wrote a REXX interface to HLASM, which is a
>fairly constrained environment. So you can invoke a REXX program
>during assembly/macro processing, interact with REXX variables in your
>macro, and so on. This is the kind of environment where you can't just
>assume that e.g. TSO or ISPF or UNIX HCEs are available. I was able to
>do it using only the REXX Reference book and the HLASM book.
>
I'm curious.  Did you do this using the HLASM I/O exits or other (specify)?

IRXEXCOM provides external access to Rexx variables.  Is there any
similar access to HLASM SETC or EQUated symbols?  I suspect not
-- macros are read too early.  Perhaps AINSERT/COPY to invoke Rexx
at a useful time.  Or code evaluated symbols as arguments.

--
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to