Thanks a lot Walt, for your appointment. >> The book for z/OS V1 R11 (ICSF FMID HCR7770, >> see /publibz.boulder.ibm.com/cgi- >> bin/bookmgr_OS390/BOOKS/CSFB2ZA0/5.3.2? >> SHELF=EZ2ZBK0H&DT=20091114130346 >> or http://preview.tinyurl.com/yeb9hnf ) and as I read it the book clearly >> states that
>> the service exits run in cross-memory mode and must specify an ALET of 1 >> 1 to access the parameters, which will be in the secondary address space >> That same text is in the ICSF books at least as far back as z/OS V1 R7 That you said is correct, you need to be in cross memory mode to access the parameters.... to get the VALUE of each parameter. The problem is in THE LIST OF PARAMETERS ADDRESSES. In HCR7740 you MUST take the addr. of each parameter in primary mode, then switch to secondary to obtain it's value. My first code works properly from time and it is working now in the sysplexes running HCR7740. But after migrating to HCR7750, recompiling code ins't sufficient. The list of parameters addresses ISN'T IN THE PRIMARY, you must change to the secondary to access the list then obtain values. I think the change is significative. I was unable to find documentation about this, nor in the books nor in the PTF's, and need a lot of tests and a piece of luck to discover this change. It was mi experience in these days and write it here for general knowledge in case anybody could experience this. Regards Angel Luis DomÃnguez z/os sysprog ---------------------------------------------------------------------- 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

