On Tue, 17 Mar 2020 13:17:13 +0000, Lennie Dymoke-Bradshaw wrote: >I have a need to make use of IGGCSI00. >It would make my life a lot easier if I could work in REXX rather than >assembler. I see that IBM have supplied a sample routine called IGGCSIRX >showing how it can be used from REXX, though it looks a little cludgy; not as >elegant as the RACF interface to REXX, IRRXUTIL. > >Has anyone done any work in this area that they can share? >For example a more general REXX interface either written in assembler, or even >in REXX? > There's an ICSF Rexx example in SAMPLIB. A trick it taught me is that ADDRESS LINKPGM closely emulates HLASM CALL. Halfword length is optional; you must craft it yourself. It both issues requests and receives replies in the HLASM parameter list.
-- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
