Joe, Is your PC a space-switch ?
Have you verified the PASN and HASN before the XM POST? Have you taken an SVC dump with both the PASN and HASN included and verified the storage? How did you locate the ASCB for the target address space? Does the ECB really exist in the private storage (and correct key) of the address space specified by your ASCB= keyword? S102-C is not documented in my copy of z/OS 1.10 System Codes, however I am guessing that it might be the result of some sort of program check taken while POSTing the ECB. Rob Scott Developer Rocket Software 275 Grove Street * Newton, MA 02466-2272 * USA Tel: +1.617.614.2305 Email: [email protected] Web: www.rocketsoftware.com -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Joe Reichman Sent: 16 December 2009 13:47 To: [email protected] Subject: SYSTEM COMPLETION CODE=102 REASON CODE=0000000C 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 causing this message the ECB looks okay so does the ASCB Below is the code that I use to post the Address Space the address for the ASCB and ECB seem to be valid I wrote a 2 small programs to test this out and it worked If anybody has any hints I would be very grateful L R6,MYASCB LA R7,MYECB POST (R7), ECB ASCB=(R6), ASCB LINKAGE=SYSTEM, ECBKEY=8, ERRET=CONT ERROR RTN CONT DS 0H ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

