Why change the attribute to EW? The segment was set to SW. A user with CL E and enough memory can save the contents of their memory (whatever it may be) with SAVESEG, SW is OK. David Kreuter
Alan Altmark wrote:
You can't load a DCSS until it is saved. I've never worked with the DCSS driver before, but try issuing a CP SAVESEG SHRUSR in a virtual machine that DOES overlap the DCSS. It will have garbage in it, but that's ok. Then, in Linux, add the DCSS, set the attribute to exclusive-writable, fill it, then save it as shown in the doc. At that point you can reload it as shared.
