Re: Subject: Subject: Re: Where, oh where, is the IRB?

2020-07-12 Thread Binyamin Dissen
Thanks. Used a different TCB and all is well.

On Sun, 12 Jul 2020 17:05:27 + Jim Mulder
<030bfaf36c30-dmarc-requ...@listserv.ua.edu> wrote:

:>Yes, that will defer the dispatching of IRBs.

:>Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. Poughkeepsie 
NY 

:>| TCB has a saved EUT FRR, saved by|| WAIT 
,LINKAGE=SYSTEM,EUT=SAVE|| That means that an IRB cannot run on the TCB?

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

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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


Re: Subject: Subject: Re: Where, oh where, is the IRB?

2020-07-12 Thread Jim Mulder
Yes, that will defer the dispatching of IRBs.

Jim Mulder z/OS Diagnosis, Design, Development, Test IBM Corp. Poughkeepsie NY 



| TCB has a saved EUT FRR, saved by|| WAIT 
,LINKAGE=SYSTEM,EUT=SAVE|| That means that an IRB cannot run on the TCB?

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


Re: Subject: Subject: Re: Where, oh where, is the IRB?

2020-07-12 Thread Binyamin Dissen
TCB has a saved EUT FRR, saved by

 WAIT   ,LINKAGE=SYSTEM,EUT=SAVE

That means that an IRB cannot run on the TCB?

On Sun, 12 Jul 2020 16:23:19 + Jim Mulder
<030bfaf36c30-dmarc-requ...@listserv.ua.edu> wrote:

:> Various things can prevent dispatching an IRB.For example: TCBFX, TCBNOIRB, 
TCB has an EUT FRR, TCBPMC. Jim Mulder z/OS Diagnosis, Design, Development, 
Test IBM Corp. Poughkeepsie NY


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

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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


Re: Subject: Subject: Re: Where, oh where, is the IRB?

2020-07-12 Thread Seymour J Metz
Is the TCB address in the IQE the nominal address or the address of the TCB 
prefix? The reason that I'm asking is that it looks like IQE+C points to a word 
of zeros, which would seem to mean no RB chain unless it's the prefix.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Jim 
Mulder [030bfaf36c30-dmarc-requ...@listserv.ua.edu]
Sent: Sunday, July 12, 2020 12:23 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Subject: Subject: Re: Where, oh where, is the IRB?

 Various things can prevent dispatching an IRB.For example: TCBFX, TCBNOIRB, 
TCB has an EUT FRR, TCBPMC. Jim Mulder z/OS Diagnosis, Design, Development, 
Test IBM Corp. Poughkeepsie NY


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

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


Subject: Subject: Re: Where, oh where, is the IRB?

2020-07-12 Thread Jim Mulder
 Various things can prevent dispatching an IRB.For example: TCBFX, TCBNOIRB, 
TCB has an EUT FRR, TCBPMC. Jim Mulder z/OS Diagnosis, Design, Development, 
Test IBM Corp. Poughkeepsie NY
 

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


Re: Where, oh where, is the IRB?

2020-07-12 Thread Seymour J Metz
Are you running in Primary, 31 bit? Is 007AAF88 the correct TCB address? Offset 
8 should point to the DEB table, but 0013400E is only halfword aligned.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Binyamin Dissen [bdis...@dissensoftware.com]
Sent: Sunday, July 12, 2020 8:36 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Where, oh where, is the IRB?

No CIRB.

SCHEDIRB EPPTR=@IRBRTN,TCBPTR=CURRTCB,MODE=SUPR,KEY=SUPR,
  PARAMPTR=@#HWORK,MF=(E,OSCHEDIRB,COMPLETE)

When I took a trap after the SCHEDIRB, I saw that

ASXBFIQE/ASXBLIQE were set:

IQE is

 007AAFE8    7F4B5D10   | ".). |
007AAFF0   007AAF88   007B2528         | .:.h.#.. |
IRB is

 007AAF88.:7AAF8F.--All bytes contain X'00'
 007AAF90   0013400E   FF4B5EE1   070C      | .. ...;. |
 007AAFA0.:7AAFDF.--All bytes contain X'00'
 007AAFE0            7F4B5D10   | ".). |
 007AAFF0   007AAF88   007B2528         | .:.h.#.. |

No idea what the 0013400E means.

EPA is 7F4B5EE0 - do not know when the leading/trailing bit means.

And, after the SRB ends the IQE is still hanging in the ASXB and has not been
dispatched.

The only non-dispatchability indicator is top RB in wait.

What else may explain non-dispatchability?



On Sun, 12 Jul 2020 00:24:18 + Seymour J Metz  wrote:

:>Post the code. Set a SLIP in the SRB routine where you issue the SCHEDIRB.
:>
:>Are you allocating your own IQE/IRB? If so, post the CIRB code.
:>
:>
:>--
:>Shmuel (Seymour J.) Metz
:>http://mason.gmu.edu/~smetz3
:>
:>
:>From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Binyamin Dissen [bdis...@dissensoftware.com]
:>Sent: Saturday, July 11, 2020 7:44 PM
:>To: IBM-MAIN@LISTSERV.UA.EDU
:>Subject: Where, oh where, is the IRB?
:>
:>I issue an IEAMSCHD to and address space which then issues a SCHEDIRB.
:>
:>The SRB completes, the SCHEDIRB receives R15=0, but the IRB seems to have
:>vanished without a trace.
:>
:>Considering the possibility of an abend, I issued a
:>
:> SLIP,C=XXX,ML=10,J=targetjob,A=SVCD,END
:>
:>but nothing hits (it did hit when clearing up bugs in the SRB).
:>
:>Looking in memory at the shared data are between the SRB and IRB I see that
:>the IRB has not placed its footprint.
:>
:>I searched in the jobs memory for the EP of the IRB routine (maybe it is
:>queued somewhere) and do not find it.
:>
:>The TCB address to which it should be queued is dispatchable (top RB in a
:>wait).
:>
:>What might I have done wrong?

--
Binyamin Dissen 
http://secure-web.cisco.com/1rW1lreyTt0ivo-jMFFzI-_oicOLl3sMIem7zW3CIBFhwabprFR5oXZfvM5MHEEyZSAVnOkIYNdWG0NB2VMSd6OPATg-8Acm0mJ2jkwgd2T1EBHl4ENlhTJEJz297aNOWBmiROWj20G47JQO-BWLInoqMVwybrZPF93bC0Iai1ZdFteachSjpeZDjH_yj7yv3dpbityg7Dmn3DYVsznnn6aVaZx15BUH9FCFEgRsvwhnPaGesUtxNlbBa6rRVoJMDD4jpCT6hPC870E1IhbUhvxLFqaQodCrlxKUD7VJpN9oRpq4EC2DnEpdM4cGfITNAUvW0ftY3-IJod5s5nkWnaY1E10PffPNMlb2mkZUVehLSTKTWS9Y1hsXZJf-GFBD2NLqO4zLkPdJoTB1-OiA6QxyKNdbRikC9VSYpHJKwkQRTdIZbpH9c7oMgaLNzrfl5/http%3A%2F%2Fwww.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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

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


Re: Where, oh where, is the IRB?

2020-07-12 Thread Binyamin Dissen
No CIRB.

SCHEDIRB EPPTR=@IRBRTN,TCBPTR=CURRTCB,MODE=SUPR,KEY=SUPR, 
  PARAMPTR=@#HWORK,MF=(E,OSCHEDIRB,COMPLETE)  

When I took a trap after the SCHEDIRB, I saw that 

ASXBFIQE/ASXBLIQE were set:

IQE is 

 007AAFE8    7F4B5D10   | ".). |
007AAFF0   007AAF88   007B2528         | .:.h.#.. | 
IRB is 

 007AAF88.:7AAF8F.--All bytes contain X'00'   
 007AAF90   0013400E   FF4B5EE1   070C      | .. ...;. |  
 007AAFA0.:7AAFDF.--All bytes contain X'00'   
 007AAFE0            7F4B5D10   | ".). |  
 007AAFF0   007AAF88   007B2528         | .:.h.#.. |  

No idea what the 0013400E means.

EPA is 7F4B5EE0 - do not know when the leading/trailing bit means.

And, after the SRB ends the IQE is still hanging in the ASXB and has not been
dispatched. 

The only non-dispatchability indicator is top RB in wait.

What else may explain non-dispatchability?



On Sun, 12 Jul 2020 00:24:18 + Seymour J Metz  wrote:

:>Post the code. Set a SLIP in the SRB routine where you issue the SCHEDIRB.
:>
:>Are you allocating your own IQE/IRB? If so, post the CIRB code.
:>
:>
:>--
:>Shmuel (Seymour J.) Metz
:>http://mason.gmu.edu/~smetz3
:>
:>
:>From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Binyamin Dissen [bdis...@dissensoftware.com]
:>Sent: Saturday, July 11, 2020 7:44 PM
:>To: IBM-MAIN@LISTSERV.UA.EDU
:>Subject: Where, oh where, is the IRB?
:>
:>I issue an IEAMSCHD to and address space which then issues a SCHEDIRB.
:>
:>The SRB completes, the SCHEDIRB receives R15=0, but the IRB seems to have
:>vanished without a trace.
:>
:>Considering the possibility of an abend, I issued a
:>
:> SLIP,C=XXX,ML=10,J=targetjob,A=SVCD,END
:>
:>but nothing hits (it did hit when clearing up bugs in the SRB).
:>
:>Looking in memory at the shared data are between the SRB and IRB I see that
:>the IRB has not placed its footprint.
:>
:>I searched in the jobs memory for the EP of the IRB routine (maybe it is
:>queued somewhere) and do not find it.
:>
:>The TCB address to which it should be queued is dispatchable (top RB in a
:>wait).
:>
:>What might I have done wrong?

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

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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


Re: Where, oh where, is the IRB?

2020-07-11 Thread Seymour J Metz
Post the code. Set a SLIP in the SRB routine where you issue the SCHEDIRB.

Are you allocating your own IQE/IRB? If so, post the CIRB code.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
Binyamin Dissen [bdis...@dissensoftware.com]
Sent: Saturday, July 11, 2020 7:44 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Where, oh where, is the IRB?

I issue an IEAMSCHD to and address space which then issues a SCHEDIRB.

The SRB completes, the SCHEDIRB receives R15=0, but the IRB seems to have
vanished without a trace.

Considering the possibility of an abend, I issued a

 SLIP,C=XXX,ML=10,J=targetjob,A=SVCD,END

but nothing hits (it did hit when clearing up bugs in the SRB).

Looking in memory at the shared data are between the SRB and IRB I see that
the IRB has not placed its footprint.

I searched in the jobs memory for the EP of the IRB routine (maybe it is
queued somewhere) and do not find it.

The TCB address to which it should be queued is dispatchable (top RB in a
wait).

What might I have done wrong?

--
Binyamin Dissen 
http://secure-web.cisco.com/1ITr8I87f--HolD2-NGV3HOL_NqDx_YHVn_WExrrPlrumv9SVvAOSGJA7ThlDuvLCpqFWim7R5W4wS83CS5mmh7m2UqqZmrwIlg-T6nEbsBSsJM5ZKnqsg3FY_knedB0ubfFZhieP1l9zCPQPMmwBy32dfsX6FMVPl8ptDQRxGTSkekh4CJjvOYFSld-9FjvUQaKFMaALuXcE3hIYb_A_PjFjAnbosgVHlXD6I1wNoaqjI_cYFpV-JpX_HUYE8TKgKZsNwE1VuGsMcuQjCTh1tpEYrwd5yYiXpGTDrWQvadyHaccjhrLyVhmGMeFwTN2AZIlBdN398GbbQDYugfAXZsddPcm0NCeyf0BtvRTyUJMdmHXlTsVq4XnP5MmyAsguQ_Q9iwnadGjnxfqxQoqkeNBah0lY7PtJF0JczOuiZmAaqjoUyjsDIuaq2Cupj_Oe/http%3A%2F%2Fwww.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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

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


Where, oh where, is the IRB?

2020-07-11 Thread Binyamin Dissen
I issue an IEAMSCHD to and address space which then issues a SCHEDIRB.

The SRB completes, the SCHEDIRB receives R15=0, but the IRB seems to have
vanished without a trace.

Considering the possibility of an abend, I issued a 

 SLIP,C=XXX,ML=10,J=targetjob,A=SVCD,END

but nothing hits (it did hit when clearing up bugs in the SRB).

Looking in memory at the shared data are between the SRB and IRB I see that
the IRB has not placed its footprint.

I searched in the jobs memory for the EP of the IRB routine (maybe it is
queued somewhere) and do not find it.

The TCB address to which it should be queued is dispatchable (top RB in a
wait).

What might I have done wrong?

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

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

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