Shutdown exec - need a little rexx help

2009-05-11 Thread Bauer, Bobby (NIH/CIT) [E]
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

Re: Shutdown exec - need a little rexx help

2009-05-11 Thread Scott Rohling
Did you do a 'SET CPCONIO IUCV' ? You need to direct CP output to IUCV for it to get trapped by WAKEUP IUCVMSG... Do this before your initial WAKEUP. Scott On Mon, May 11, 2009 at 8:42 AM, Bauer, Bobby (NIH/CIT) [E] baue...@mail.nih.gov wrote: Finally getting around to writing a shutdown

Re: Shutdown exec - need a little rexx help

2009-05-11 Thread Bauer, Bobby (NIH/CIT) [E]
System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Monday, May 11, 2009 10:46 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Shutdown exec - need a little rexx help Did you do a 'SET CPCONIO IUCV' ? You need to direct CP output to IUCV for it to get trapped by WAKEUP IUCVMSG

Re: Shutdown exec - need a little rexx help

2009-05-11 Thread Scott Rohling
[mailto:ib...@listserv.uark.edu] *On Behalf Of *Scott Rohling *Sent:* Monday, May 11, 2009 10:46 AM *To:* IBMVM@LISTSERV.UARK.EDU *Subject:* Re: Shutdown exec - need a little rexx help Did you do a 'SET CPCONIO IUCV' ? You need to direct CP output to IUCV for it to get trapped by WAKEUP IUCVMSG

Re: Shutdown exec - need a little rexx help

2009-05-11 Thread Bauer, Bobby (NIH/CIT) [E]
Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Scott Rohling Sent: Monday, May 11, 2009 10:59 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Shutdown exec - need a little rexx help On my 5.4 system -- HELP WAKEUP .. under the IUCVMSG option -- there are examples .. and 'Figure 2