Ed Jaffe (from the PSI that is not being sued) demonstrated a good one
recently that I'm now using:

     Jxx   *+2

Which generates A7x4 0001.  No base register necessary, and PSW points
between the A7x4 and 0001.

Later,
Ray

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of McKown, John
Sent: Thursday December 14 2006 14:22
To: [email protected]
Subject: Re: S0C1 with ILC 6

> -----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.

----------------------------------------------------------------------
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

Reply via email to