====================================================== -----Original Message----- From: "Peter Relson" <[EMAIL PROTECTED]> Sent: 7/23/2006 1:12 PM To: "[email protected]" <[email protected]> Subject: Re: Program Call (PC) routine in AMODE(64)
>Will the ETDEAM bit support be retrofitted to earlier >z/OS levels? The earlier the better for me. As with almost everything considered for retrofitting, it would likely require a significant business case to make it happen, unless it was documented that it worked (i.e., documented to work, but did not work) in which case an APAR would be considered. Dare one ask what's the big deal? Can't you just place SAM64 as the first instruction of your PC routine and get the same affect (aside from the additional cycle(s) for the instruction)? Peter Relson z/OS Core Technology Design ====================================================== As I mentioned in another message, the extended addressability guide says z/OS V1R3 supports the ETDEAM bit. My PC routines must run on OS/390 2.10 (31-bit box), as well as z/OS, so they cant have SAM64 as the first instruction. Instead, when I create the entry table I check for HBB7708 (V1R5) and set the ETDEAM bit. The PC routines are written to tolerate either addressing mode, but if the caller is AM64 and calls my PC routine without the ETDEAM bit ON, then the caller gets a program check. Jeffrey D. Smith Farsight Systems Corporation 24 BURLINGTON DR LONGMONT, CO 80501 303-774-9381 direct 303-709-8153 cell 303-484-6170 fax ---------------------------------------------------------------------- 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

