Re: abend percolation

2010-10-20 Thread Peter Relson
As has been stated, you cannot percolate an abend from one task to another. If a subtask abends with "completion code x", the mother task can see that in the ECB post code if the subtask was attached with ECB. However, it would be not be OK for that mother task to contort things so that it ter

Re: abend percolation

2010-10-20 Thread Chase, John
> -Original Message- > From: IBM Mainframe Discussion List On Behalf Of Moore, Ken > > Thanks to all who replied. I discovered, as I was teaching myself this logic, that the ECB actually > had the completion code in it, but only after the completion of the WAIT ECB, which proceeded the >

Re: abend percolation

2010-10-20 Thread Moore, Ken
1:16 PM Subject: abend percolation Hi. Brief summary: how to get a main task to abend with the same code as an abending sub-task. I noticed a problem a couple of days ago with a process we have had in place for a long time. We have a main program whose sole function is to set an address space no

Re: abend percolation

2010-10-19 Thread Rick Fochtman
-- You cannot perculate an agenda from one task to another. You will need to make the second task whens visits own ABEND macro. I imagine this is not what you want. Why use ATTACH? Why not do all the setup and then XCTL or LINK?

Re: abend percolation

2010-10-19 Thread John McKown
You cannot perculate an agenda from one task to another. You will need to make the second task whens visits own ABEND macro. I imagine this is not what you want. Why use ATTACH? Why not do all the setup and then XCTL or LINK? -- John McKown Maranatha! <>< Sent from my Vibrant Android phone. On Oc

Re: abend percolation

2010-10-19 Thread Dave Day
,ECB=ecb addr Specifies the address of an event control block for the subtask. The system uses this to indicate the termination of the subtask. This enables the issuer of the attach to wait on it, using the WAIT macro, and enables the system to post it on behalf of the terminating task. The ret

abend percolation

2010-10-19 Thread Moore, Ken
Hi. Brief summary: how to get a main task to abend with the same code as an abending sub-task. I noticed a problem a couple of days ago with a process we have had in place for a long time. We have a main program whose sole function is to set an address space non-swappable and bump the dispa