Re: Automated Shutdown of EREP

2010-11-14 Thread Wandschneider, Scott
That did it Ronald - Thank you very much. Thank you, Scott From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Ronald van der Laan Sent: Saturday, November 13, 2010 8:12 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Automated Shutdown of EREP Scott

Re: Automated Shutdown of EREP

2010-11-13 Thread Ronald van der Laan
Scott, Instead of using: 'SET SECUSER EREP *' 'CP SEND EREP #CP EXT' 'CP SEND EREP END' 'CP SEND EREP LOGOFF' You'ld better use: 'CP SET SECUSER EREP *' 'CP SEND CP EREP EXT' 'CP SEND EREP END' 'CP SEND CP EREP LOGOFF' The CP SEND EREP cmd sends the cmd to the OS or function running in EREP,

Automated Shutdown of EREP

2010-11-11 Thread Wandschneider, Scott
What would be the proper method of automating the shutdown of EREP? I have been using the following for quite some time, but lately EREP is hanging with a VM READ. Any suggestions? ShutdownEREP: 'SET SECUSER EREP *' Sleep 01 sec 'CP SEND EREP #CP EXT'

Re: Automated Shutdown of EREP

2010-11-11 Thread Frank M. Ramaekers
: Automated Shutdown of EREP What would be the proper method of automating the shutdown of EREP? I have been using the following for quite some time, but lately EREP is hanging with a VM READ. Any suggestions? ShutdownEREP: 'SET SECUSER EREP *' Sleep 01 sec 'CP