Finally getting around to writing a shutdown exec. My first step, checking the 
messages when they come back isn't working. In the code below, in the do loop, 
the parse instruction after the WAKEUP is never executed. The messages that the 
guest has been shutdown is echoed back to my terminal and I have no idea why. 
Any suggestion would be appreciated.


/* rexx to stop linux guest   */   
'WAKEUP +0 (IUCVMSG QUIET'         
trace i
theid = lssb1                      
say 'Signaling ' theid             
'signal shutdown' theid            
do forever                         
   'WAKEUP (IUCVMSG QUIET'         
   parse pull msg                  
end                                
exit 0                             


Bobby Bauer
Center for Information Technology
National Institutes of Health
Bethesda, MD 20892-5628
301-594-7474

Reply via email to