Well, it's an extention of my general case:

..DO SOME TEST
..BRC ??,*+2 **ABEND IF THIS OCCURS!

So if I want an "unconditional" S0C1, I do a BRC 15,*+2 aka J *+2. I plan, 
someday perhaps, to use this as my "debug entry". I'll have an ESTAEX active. 
If I get an S0C1, check for x'0001' at the PSW interrupt address. If so, back 
up 2 bytes and see if I have an X'A7' (BRC opcode). __do something__. Just a 
vague plan at present.

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets®

9151 Boulevard 26 . N. Richland Hills . TX 76010
(817) 255-3225 phone .
john.mck...@healthmarkets.com . www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets® is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company®, Mid-West National Life Insurance Company of TennesseeSM and The MEGA 
Life and Health Insurance Company.SM



> -----Original Message-----
> From: IBM Mainframe Assembler List
> [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Thomas Berg
> Sent: Monday, February 13, 2012 4:49 AM
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Subject: SV: VarIabLe DD names in VSAM
>
> Why not code: DC X'00'  ?
>
> (Just a curious amateur in asm)
>
>
>
> Regards,
> Thomas Berg
> _________________________________________
> Thomas Berg   Specialist   A M   SWEDBANK
>
>
>
>
> > -----Ursprungligt meddelande-----
> > Från: IBM Mainframe Assembler List [mailto:ASSEMBLER-
> > l...@listserv.uga.edu] För McKown, John
> > Skickat: den 10 februari 2012 14:10
> > Till: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> > Ämne: Re: VarIabLe DD names in VSAM
> >
> > I used to do EX *,0 to get an S0C3. I now do " j *+2 " to
> get a S0C1.
> >
> > --
> > John McKown
> > Systems Engineer IV
> > IT
> >
> > Administrative Services Group
> >
> > HealthMarkets(r)
> >
> > 9151 Boulevard 26 * N. Richland Hills * TX 76010
> > (817) 255-3225 phone *
> > john.mck...@healthmarkets.com * www.HealthMarkets.com
> >
> > Confidentiality Notice: This e-mail message may contain
> confidential or
> > proprietary information. If you are not the intended
> recipient, please
> > contact the sender by reply e-mail and destroy all copies
> of the original
> > message. HealthMarkets(r) is the brand name for products
> underwritten and
> > issued by the insurance subsidiaries of HealthMarkets, Inc. -The
> > Chesapeake Life Insurance Company(r), Mid-West National
> Life Insurance
> > Company of TennesseeSM and The MEGA Life and Health
> Insurance Company.SM
> >
> >
> >
> > > -----Original Message-----
> > > From: IBM Mainframe Assembler List
> > > [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of
> Binyamin Dissen
> > > Sent: Friday, February 10, 2012 6:31 AM
> > > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> > > Subject: Re: VarIabLe DD names in VSAM
> > >
> > > On Fri, 10 Feb 2012 22:06:12 +1100 Shane G
> > > <ibm-m...@tpg.com.au> wrote:
> > >
> > > :>On Fri, Feb 10th, 2012 at 9:37 PM, Sharuff Morsa3 wrote:
> > >
> > > :>> Would anyone want to share good/bad comments they've seen ?
> > >
> > > :>"This code is never entered"
> > > :>Usually in recovery/error processing code.
> > >
> > > What I do is force an 0C6 in such cases. Leaves
> everything intact for
> > > debugging.
> > >
> > > --
> > > Binyamin Dissen <bdis...@dissensoftware.com>
> > > http://www.dissensoftware.com
> > >
> > > Director, Dissen Software, Bar & Grill - Israel
> > >
> > >
> > > Should you use the mailblocks package and expect a
> response from me,
> > > you should preauthorize the dissensoftware.com domain.
> > >
> > > I very rarely bother responding to challenge/response systems,
> > > especially those from irresponsible companies.
> > >
> > >
>
>

Reply via email to