Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Joe Reichman
Peter you have the code in front of you So I can'nt argue but changing the storage Location of the ECB worked for me Sent from my iPhone On Dec 18, 2009, at 8:26 AM, Peter Relson wrote: The ECB storage has to have been obtained from the TCB where the wait is taking place Not true. Peter

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Peter Relson
>The ECB storage has to have been obtained from the TCB >where the wait is taking place Not true. Peter Relson z/OS Core Technology Design -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists..

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Joe Reichman
Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C But it has to be HOME addressable to the waiting task. On Fri, 18 Dec 2009 05:05:34 -0500 Rob Scott > wrote: :>Joe :> :>This is no such restriction about which TCB owns the storage of an ECB, in fact it is quite common fo

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Rob Scott
Behalf Of Binyamin Dissen Sent: 18 December 2009 10:14 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C But it has to be HOME addressable to the waiting task. On Fri, 18 Dec 2009 05:05:34 -0500 Rob Scott wrote: :>Joe :> :>This is no such restrict

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Rob Scott
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Rob Scott Sent: 18 December 2009 10:06 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C Joe This is no such restriction about which TCB owns the storage of an

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Binyamin Dissen
t [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman :>Sent: 17 December 2009 23:32 :>To: IBM-MAIN@bama.ua.edu :>Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C :> :>I declared FULL WORD in WS sp=0 :> :>And its pointer to an area in CSA and it worked the POST

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-18 Thread Rob Scott
614.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 17 December 2009 23:32 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C I declare

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread Joe Reichman
,ECBKEY=8 And waiting program gets posted -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Rob Scott Sent: Thursday, December 17, 2009 2:16 PM To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C >The

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread Rob Scott
essage- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 17 December 2009 18:13 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C The ECB storage has to have been obtained from the TCB where the wait is taking

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread Joe Reichman
The ECB storage has to have been obtained from the TCB where the wait is taking place Sent from my iPhone On Dec 17, 2009, at 9:46 AM, Peter Relson wrote: You issued cross-memory post. The system was able to gain access synchronously to the target space. An attempt to reference or update th

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread J R
Do you have a typo in your code? What are these two instructions supposed to do? > LA RY,CSA_KEY8_ECB > L RY,0(,RY) > Date: Wed, 16 Dec 2009 22:08:57 -0500 > From: joereich...@optonline.net > Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C > To: IBM-MAIN@

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-17 Thread Peter Relson
You issued cross-memory post. The system was able to gain access synchronously to the target space. An attempt to reference or update the ECB using the supplied key failed. What did you mean by "As the message in the DUMP following is PRIMARY NOT EQUAL TO HOME"? POST could not care less if an EC

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C.. ECB != -> Task storage ????

2009-12-17 Thread Rob Scott
are.com -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 17 December 2009 09:59 To: IBM-MAIN@bama.ua.edu Subject: FW: SYSTEM COMPLETION CODE=102 REASON CODE=000C.. ECB != -> Task storage -Origina

FW: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C.. ECB != -> Task storage ????

2009-12-17 Thread Joe Reichman
-Original Message- From: Joe Reichman [mailto:joereich...@optonline.net] Sent: Wednesday, December 16, 2009 10:53 PM To: 'IBM Mainframe Discussion List' Subject: RE: SYSTEM COMPLETION CODE=102 REASON CODE=000C.. ECB != -> Task storage I just started thinking

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C.. ECB != -> Task storage ????

2009-12-16 Thread Joe Reichman
ilto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: Wednesday, December 16, 2009 10:09 PM To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C I finally got it working Apparently IEAVPST does like an ECB in CSA or CSA key=8 When I pointed the ECB to WS_DSE

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
Reichman Sent: 16 December 2009 18:54 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C Thankx for the reply as a side note I appreciate all of your help re: TCP/IP 1) I have verified PASN = HASN By looking at PSAAOLD and control register 4 for that CPU 2) I

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Rob Scott
18:54 To: IBM-MAIN@bama.ua.edu Subject: Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C Thankx for the reply as a side note I appreciate all of your help re: TCP/IP 1) I have verified PASN = HASN By looking at PSAAOLD and control register 4 for that CPU 2) I save the traget ASCB in CSA using

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
: SYSTEM COMPLETION CODE=102 REASON CODE=000C Joe Reichman to: IBM-MAIN 12/16/2009 01:28 PM Sent by: IBM Mainframe Discussion List Please respond to IBM Mainframe Discussion List Thankx for the reply to my desprate call for help Anyway just browsed sys1.maclib POST and didn't n

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Brian Smith
Joe, Make sure the ECB is on a fullword boundary. Brian IBM Mainframe Discussion List wrote on 12/16/2009 01:27:13 PM: > [image removed] > > Re: SYSTEM COMPLETION CODE=102 REASON CODE=000C > > Joe Reichman > > to: > > IBM-MAIN > > 12/16/2009 01:28

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
ssage- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Joe Reichman Sent: 16 December 2009 13:47 To: IBM-MAIN@bama.ua.edu Subject: SYSTEM COMPLETION CODE=102 REASON CODE=000C Hi, I have been spending days try to resolve this message originally I though

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
Thankx for the reply to my desprate call for help Anyway just browsed sys1.maclib POST and didn't notice special code genaration for AR e.g a LAM instruction but it's worth a shot (setting SYSSTATE ASCENV=P ) As my test program seems to work Thankx again Sent from my iPhone On Dec 16, 2009,

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Rob Scott
COMPLETION CODE=102 REASON CODE=000C Hi, I have been spending days try to resolve this message originally I thought it was something I had done in a PC rtn following this message As the message in the DUMP following is PRIMARY NOT EQUAL TO HOME But now I am convinced that its

Re: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Miklos Szigetvari
Hi In my old PC routine, I have a SAC 0 (SYSSTATE ASCENV=P) before the XMPost Joe Reichman wrote: Hi, I have been spending days try to resolve this message originally I thought it was something I had done in a PC rtn following this message As the message in the DUMP following is

SYSTEM COMPLETION CODE=102 REASON CODE=0000000C

2009-12-16 Thread Joe Reichman
Hi, I have been spending days try to resolve this message originally I thought it was something I had done in a PC rtn following this message As the message in the DUMP following is PRIMARY NOT EQUAL TO HOME But now I am convinced that its IEAVPST that is going cross memory that c