You're right of course. I missed that. And I suspect Peter did also. A
comment on the DS A would be a help to code maintainers.

BTW, what I do for end of list (and I'm sure others do also -- it's hardly
revolutionary) so as to be compatible 31-bit addresses, is something like

WAITLIST DS    0F          
ASMNSTOP DS    A                     
         DC    A(STIMECB+EndOfList)

...

EndOfList EQU X'80000000'

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Shmuel Metz (Seymour J.)
Sent: Monday, June 22, 2015 1:01 PM
To: [email protected]
Subject: Re: Wait forever

In
<of511402c0.379ed178-on85257e6c.003fc66b-85257e6c.003ff...@us.ibm.com>,
on 06/22/2015
   at 07:38 AM, Peter Relson <[email protected]> said:

>I was curious why you used WAIT with ECBLIST when there was only one 
>ECB.

I'm curious as to why you believe that there is ony one ECB address; the
OP's code has two:

 WAITLIST DS    0F          
 ASMNSTOP DS    A           
          DC    X'80'       
          DC    AL3(STIMECB)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to