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 [email protected] with the message: INFO IBM-MAIN
