Re: Is FESTAE still used?

2023-05-04 Thread Gord Tomlin

It fails when I do the FESTAE.

Code is

  FESTAE EXITADR=(R9),RBADDR=(R5),TCBADDR=(R4),PARAM=(R13), +
RECORD=YES,SDWALOC31=YES

Original R4 & R5 from SVC entry.


So if I understand you correctly, you are failing here in the FESTAE 
macro code:


+ L 15,RBSEXIT-RBSECT+RBPRFXLN(0,R5) OBTAIN CURRENT
+ RB SCBEXIT VALUE
+ LTR   15,15 IF ZERO - SCB AVAILABLE
+ BZIHB10036  CONTINUE PROCESSING
+ LA15,8(0,0) *You get RC=8 here* INDICATE PREVIOUS EXIT
+ IN THIS RB

RBSEXIT is where your FESTAE routine's address would have been saved. 
But the field is not empty, which suggests that there is already a 
FESTAE in place, and you can't have multiple FESTAEs for the RB.


It might be a good idea to investigate what the pre-existing FESTAE 
routine is.


--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507
Support: https://actionsoftware.com/support/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is FESTAE still used?

2023-05-04 Thread Binyamin Dissen
It fails when I do the FESTAE.

Code is 

 FESTAE EXITADR=(R9),RBADDR=(R5),TCBADDR=(R4),PARAM=(R13), +
   RECORD=YES,SDWALOC31=YES 

Original R4 & R5 from SVC entry.

On Thu, 4 May 2023 12:57:34 -0400 Gord Tomlin
 wrote:

:>On 2023-05-04 04:20 AM, Binyamin Dissen wrote:
:>> As part of my Type 4 SVC I thought - why not use FESTAE for recovery? But I 
am
:>> finding that it always fails because the SVRB(prefix)+D4 (entry R5) has 
data.
:>> 
:>> Am I missing something obvious?
:>
:>FESTAE works.
:>
:>Where is your failure: when the FESTAE macro executes or when the 
:>recovery routine is entered?

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Is FESTAE still used?

2023-05-04 Thread Gord Tomlin

On 2023-05-04 04:20 AM, Binyamin Dissen wrote:

As part of my Type 4 SVC I thought - why not use FESTAE for recovery? But I am
finding that it always fails because the SVRB(prefix)+D4 (entry R5) has data.

Am I missing something obvious?


FESTAE works.

Where is your failure: when the FESTAE macro executes or when the 
recovery routine is entered?


--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507
Support: https://actionsoftware.com/support/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Is FESTAE still used?

2023-05-04 Thread Binyamin Dissen
As part of my Type 4 SVC I thought - why not use FESTAE for recovery? But I am
finding that it always fails because the SVRB(prefix)+D4 (entry R5) has data.

Am I missing something obvious?

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN