I wrote an exec to run on a disconnected service machine to dump the VM spool. It was a while ago, but I see I did a CP SET CPCONIO IUCV before the "wakeup (iucvmsg" loop. And a CP SET CPCONIO OFF before the "wakeup (reset" at the end of the loop. I am sure I read about this technique somewhere, perhaps in the wakeup documentation. But it was written quite a while ago and I tend to remember less these days....
On 2/13/08, Ivica Brodaric <[EMAIL PROTECTED]> wrote: > Try > > 'WAKEUP +00:00 (IUCVMSG' > > just before 'CP SPXTAPE...' > > That sets the diversion as Rob already suggested. Add 'WAKEUP RESET' after > the end of loop. > > Ivica