One way would be to write an assembler function to load the table and pass its loaded address back to the Rexx caller.
A little hard to guess your level set. Does "write a Rexx-callable assembler function and pass an address back" make sense to you? Rexx uses its own peculiar linkage conventions; fairly VM-like. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Davage, Marcus Sent: Wednesday, May 18, 2005 7:21 AM To: [email protected] Subject: Load Asm Table in Rexx Hi guys, How do you load an assembler table in Rexx and find out it's base address? I can load it manually and get the base address using DDLIST/ISRDDN, then parse the table using x=Storage(address+offset,length), but I want to do it within a program. Any ideas? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

