=================================================== -----Original Message----- From: "Peter Relson" <[EMAIL PROTECTED]> Sent: 7/16/2006 4:45 PM To: "[email protected]" <[email protected]> Subject: Re: z/OS level for SETFRR for AMODE(64)?
It is (properly) documented that SETFRR supports only invocation in AMODE 24 and AMODE 31. This might change in a future release, but there is very slim benefit to do that. In that release, invocation in AMODE 64 would result in your FRR being given control in AMODE 64. There are many branch-entry services that do not support AMODE 64 invocation. SETFRR is one. You need to switch to AMODE 31 before invoking it. Regarding ESTAEX, it is documented that ESTAEX may be issued in AMODE 64. If that is done, your ESTAEX routine will get control in AMODE 64. Peter Relson z/OS Core Technology Design =================================================== It just seems inconsistent that a PC routine can be defined as AMODE(64), but it must switch to AMODE(31) to use SETFRR. Then the retry routine must handle AMODE issues.... Since ESTAEX can support AMODE(64), I would assume that an ARR could also support AMODE(64). However, my PC routines are used by SRB which cannot use ESTAEX or ARR. sigh.... time to look up BSM/BASSM again after all these years. 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

