Thanks
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John Sent: 08 November 2007 04:12 nm To: [email protected] Subject: Re: CSA 'above the bar' > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Van Dalsen, Herbie > Sent: Thursday, November 08, 2007 4:24 AM > To: [email protected] > Subject: Re: CSA 'above the bar' > > > Last one... > > I have not checked this for myself yet, and probably won't > have the time > in the next few weeks... In theory... If I allocate 200 bytes > of storage > at x'7fffff00', and my program, the way some Cobol programs > are, writes > 1600 bytes there, what would the addresses be, would it jump > across the > 'hole' or try and write over the hole? > > Herbie Assuming Amode(31), then standard address wrapping from 0x7FFFFFFF to 0x00000000, followed by a S0C4-4 abend. In amode(64), you'd get a S0C4-11? Some sort of S0C4 abend. -- 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 Elavon Financial Services Limited Registered in Ireland: Number 418442 Registered Office: Block E, 1st Floor, Cherrywood Business Park, Loughlinstown, Co. Dublin, Ireland Directors: Robert Abele (USA), John Collins, Terrance Dolan (USA), Pamela Joseph (USA), Declan Lynch, John McNally, Malcolm Towlson Elavon Financial Services Limited, trading as Elavon, is regulated by the Financial Regulator ---------------------------------------------------------------------- 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

