Itshalk, How is your need with respect to examining this "table" using REXX? Could you do something like a DUMPT and then read the output and process it that way? Does it have ADCONs in it that need to be resolved? (For instance, chained entries?) I have done similar things like this in both REXX and CLIST (I wouldn't recommend CLIST as a solution.)
Do this in REXX and then examine the generated output: //AMASPZAP EXEC PGM=AMASPZAP,REGION=4M //SYSPRINT DD SYSOUT=* //SYSLIB DD DISP=SHR,DSN=some.load.lib //SYSIN DD * DUMPT somemod ALL I don't have the REXX code handy or I would include that as well. Chuck Charles (Chuck) Hardee Senior Systems Engineer Database Administration Information Technology Services Thermo Fisher Scientific [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Itschak Mugzach Sent: Sunday, April 01, 2012 9:52 AM To: [email protected] Subject: Rexx: load a module to storage Is this possible to load (not link) a module into storage using Rexx? We have a compiled table I need to examine using rexx and want to avoid assembler coding in order to make the application simple. Thanks for your ideas. ITschak ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

