The code has I/O cann't do that in SRB mode I can though copy it Have the other ASID display it It being in task mode
Thanks for your help let me re-read Chap 9 in the authorized assembler guide Thanks for being so helpful Sent from my iPhone > On Jul 23, 2014, at 1:39 PM, Rob Scott <[email protected]> wrote: > > Why don't you just access the ACEE in the SRB ? > > Please note that you should NOT use ALESERV ADD CHKEAX=NO to add a foreign > address space to your current PASN or DU-AL and then access private storage > from that ASID using AR mode. This has been discussed many times on this > forum. > > On 23 Jul 2014 17:54, Micheal Butz <[email protected]> wrote: > I trying to display the ACEE of the > Target ASID and don't want it swapped out while I'm in > AR mode > > Sent from my iPhone > >> On Jul 23, 2014, at 12:02 PM, Rob Scott <[email protected]> wrote: >> >> Using an ECB for SYSEVENT TRANSWAP implies that the issuer will WAIT on the >> ECB that will be posted once the TRANSWAP is complete. You are in SRB mode >> and cannot issue the WAIT SVC - therefore your SRB code has most likely >> continued before SYSEVENT starts or even completes its processing. >> >> Also being in SRB mode and using the ECB form of SYSEVENT is probably >> 'surprising' for the SYSEVENT code, so it might do one of the following : >> >> (a) Fail gracefully >> (b) Abend >> (c) Attempt to POST the ECB anyway with LINKAGE=SYSTEM/BRANCH hoping that >> you know what you are doing..... >> >> In any case I am curious to see which "system address space" are you trying >> to make NONSWAP and for what purpose? >> >> >> Rob Scott >> Lead Developer >> Rocket Software >> 77 Fourth Avenue . Suite 100 . Waltham . MA 02451-1468 . USA >> Tel: +1.781.684.2305 >> Email: [email protected] >> Web: www.rocketsoftware.com<http://www.rocketsoftware.com> >> >> -----Original Message----- >> From: IBM Mainframe Discussion List [mailto:[email protected]] On >> Behalf Of MichealButz >> Sent: 23 July 2014 16:34 >> To: [email protected] >> Subject: return code from SYSEVENT TRANSWAP ENTRY=BRANCH >> >> Hi, >> >> >> >> I have a SRB which I schedule in a system address space I would like to make >> it NON SWAPABLE in the srb I use SYSEVENT TRANSWAP,ENTRY=BRANCH >> >> Before I prime R1 with a ECB >> >> >> >> The documentation says the return code is in the last byte of R1 when >> sysevent returns R1 doesn't point to the ECB but some piece of code later in >> my program >> >> >> >> e.g. LA R1,ECB >> >> SYSEVENT TRANSWAP,LINKAGE=BRANCH >> >> CLM R1,B'0001',=X'00' >> >> BE GOOD >> >> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
