> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of David Eisenberg > Sent: Tuesday, March 18, 2008 9:42 AM > To: [email protected] > Subject: Can I know programmatically if a load module has been zapped? > > > Anyone, > > Might there be a way, from within an assembler module, to > know whether or > not a given load module has been modified via SPZAP? I'm > perfectly happy to > LOAD the load module, if that's any help. > > I know that AMBLIST can tell me if something has been zapped, > but that > didn't seem like an easy interface to use from within an > assembler module. > > Thanks so much! > > David
Actually, doing a LINK to AMBLIST and parsing the output might be the easiest thing! But if you want to try it yourself, read and understand the following manual in its entirety! It is all about using IEWBIND. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B271/CCON TENTS -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

