Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-28 Thread Joseph Reichman
Thanks I am going to run it under TESTAUTH ( obviously I cannt run the SRB under TEST ) But I can display the values of X.SRBCCOMCODE before IEAMSCHED and after > On Dec 28, 2018, at 1:20 PM, Peter Relson wrote: > > When I wrote that you ought to invest in a debugger, perhaps what I meant

Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-28 Thread Peter Relson
When I wrote that you ought to invest in a debugger, perhaps what I meant was that you need to use a debugger for debugging. Capture data so that you can see what is going on and what is going wrong. Share that data if you are going to ask for help. You showed some of the code, but you did not

Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-27 Thread Joseph Reichman
Subject: Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR Right away I can tell you that the *addr fields are pointers to the real fields, i.e., indirect pointers. On Thu, 27 Dec 2018 13:12:51 -0500 Joseph Reichman wrote: :>Sorry :> :> Here is the IEAMSCHED and below is the SRB

Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-27 Thread Binyamin Dissen
:> L R4,DBGRPC2 :> USING ESTPARAM,R2 :> OIESTFLAG,@ESTXMEM :> DROP R2 :>PC0(R4) :>SETRP RC=0 :>LAR15,4 :>BR R14

Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-27 Thread Joseph Reichman
GRGETJ -- -Original Message- From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen Sent: Thursday, December 27, 2018 12:48 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR As alway

Re: Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-27 Thread Binyamin Dissen
As always, why not show your code? In the past your descriptions have left out critical details. On Thu, 27 Dec 2018 08:35:32 -0500 Joseph Reichman wrote: :>Hi :> :> :> :>I am trying to figure out under what circumstances SYNCHCOMPADDR returns a :>non-zero return code from IEAMSCHED having

Explanation of IEAMSCHD parameter SYNCHCOMPADDR

2018-12-27 Thread Joseph Reichman
Hi I am trying to figure out under what circumstances SYNCHCOMPADDR returns a non-zero return code from IEAMSCHED having synch=yes (I inserted a s0c1 abend in SRB routine) I set R15 with 4 before I return to RTM from the FRR I tried it with a FRR and a retry routine I tried with a FRR