On Thu, 23 Aug 2007 11:39:01 -0500, Mark Zelden <[EMAIL PROTECTED]> wrote:
>BTW, when running RXSTOR64 on z/OS 1.8 I noticed that Health Checker >allocated 64-bit shared storage, but has no objects allocated (unless my >code is wrong or the control blocks are wrong). I wonder why. > This was a problem with RXSTOR64 when I added the shared 64-bit memory code. The RAX field with the number of private objects has a length of 4 and the field for shared objects has a length of 8 - but I had it coded for 4 (after copying a section of code from one place to another). Unfortunately, I did all the coding with no way to test it (short of writing my own code that used shared memory) until I noticed Health Checker with shared memory allocated on z/OS 1.8 last week. The code has been corrected and the updated version is on my web site and should be on the CBT updates page soon. Regards, Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[EMAIL PROTECTED] z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/ Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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

