> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Kirk Talman > Sent: Thursday, December 14, 2006 4:20 PM > To: [email protected] > Subject: Re: S0C1 with ILC 6 > > > no wonder you are not naming them! An ugly way to catch a > bad return code > and an ugly way to abend a program. I have come to like EX > 0,*, though it > requires a base register. >
Or BASR 15,0 EX 0,0(,15) if you don't have a base register handy. And assuming that register 15 is junk. If not, then use some other register, other than 0 of course. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

