Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-21 Thread Peter Relson
This does not seem to be documented. It would of course be good to do so. Also, are you implying that the schedule SRB service(be it IEAMSCHD or SCHEDULE) initializes the FRRPARM with these two values (after establishing the FRR) and then zeroes them before passing control to the client SRB?

Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-21 Thread Richard Pinion
R2 contains the techincal readout of the Deathstar. --- rel...@us.ibm.com wrote: From: Peter Relson rel...@us.ibm.com To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: What does R2 contain on entry to an FRR created using IEAMSCHD Date: Tue, 21 Aug 2012 08:26:52 -0400

Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-21 Thread Binyamin Dissen
On Tue, 21 Aug 2012 08:26:52 -0400 Peter Relson rel...@us.ibm.com wrote: :This does not seem to be documented. :It would of course be good to do so. :Also, are you implying that the schedule SRB service(be it IEAMSCHD or :SCHEDULE) initializes the FRRPARM with these two values (after

Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-20 Thread Binyamin Dissen
On Sun, 19 Aug 2012 20:43:29 -0400 Peter Relson rel...@us.ibm.com wrote: :The answer to is anything initialized is: :if and only if the SRB is being ABENDed before it is given control then :-- the first word of the FRR parameter area contains the SRBPARM value :-- the second contains the SRB

Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-19 Thread Rob Scott
Sent: 18 August 2012 18:41 To: IBM-MAIN@LISTSERV.UA.EDU Subject: What does R2 contain on entry to an FRR created using IEAMSCHD The auth assembler services guide has the following: GPR 2 Contains the address of the 24-byte parameter area returned by the SETFRR macro when you specified PARMAD

Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-19 Thread Dave Day
Rob, Thank you. I have to say I am embarrassed. I should have had enough sense to go back and re-read the section on scheduling SRB's in the manual. --Dave On 8/19/2012 4:13 AM, Rob Scott wrote: If you have used IEAMSCHD using FRRADDR, you can pass parameters to the FRR using the

Re: What does R2 contain on entry to an FRR created using IEAMSCHD

2012-08-18 Thread Binyamin Dissen
On Sat, 18 Aug 2012 12:40:37 -0500 Dave Day david...@consolidated.net wrote: : The auth assembler services guide has the following: :GPR 2 Contains the address of the 24-byte parameter area returned by the :SETFRR macro when you specified PARMAD. : The IEAMSCHD macro has a keyword to