AW: Starting an exec on a remote machine

2008-12-05 Thread Rempel, Horst
@LISTSERV.UARK.EDU Betreff: Starting an exec on a remote machine I'm running exec X on cms user 'A' I exec X has to start exec Y running on cms user 'B' and after exec Y terminates it has to return control to the exec on cms user 'A' I could use some suggestions as to the best way to do

Re: Starting an exec on a remote machine

2008-12-05 Thread Kris Buelens
:52 An: IBMVM@LISTSERV.UARK.EDU Betreff: Starting an exec on a remote machine I'm running exec X on cms user 'A' I exec X has to start exec Y running on cms user 'B' and after exec Y terminates it has to return control to the exec on cms user 'A' I could use some suggestions as to the best

Re: Starting an exec on a remote machine

2008-12-05 Thread Alan Altmark
On Thursday, 12/04/2008 at 06:54 EST, Howard Rifkind [EMAIL PROTECTED] wrote: I'm running exec X on cms user 'A' I exec X has to start exec Y running on cms user 'B' and after exec Y terminates it has to return control to the exec on cms user 'A' I could use some suggestions as to the

Re: Starting an exec on a remote machine

2008-12-05 Thread Howard Rifkind
Thanks Alan, After spending some time last night I found some processess, like you suggest below, which are run daily on our system to drag output from z/VM Rexx execs over to z/OS. Thanks again... Alan Altmark [EMAIL PROTECTED] 12/5/2008 9:34 AM On Thursday, 12/04/2008 at 06:54 EST,

Re: Starting an exec on a remote machine

2008-12-05 Thread Dave Jones
@LISTSERV.UARK.EDU Betreff: Starting an exec on a remote machine I'm running exec X on cms user 'A' I exec X has to start exec Y running on cms user 'B' and after exec Y terminates it has to return control to the exec on cms user 'A' I could use some suggestions as to the best way to do this. Thanks

Re: Starting an exec on a remote machine

2008-12-05 Thread O'Brien, Dennis L
Harbor -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Marcy Cortes Sent: Thursday, December 04, 2008 17:33 To: IBMVM@LISTSERV.UARK.EDU Subject: Re: [IBMVM] Starting an exec on a remote machine Personally, I'd like that product to work hand-in-hand

Re: Starting an exec on a remote machine

2008-12-04 Thread Wakser, David
. Let's see what the REAL gurus come up with. David Wakser From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Howard Rifkind Sent: Thursday, December 04, 2008 6:52 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Starting an exec on a remote machine

Re: Starting an exec on a remote machine

2008-12-04 Thread Thomas Kern
I can think of two mechanisms off-hand. 1) after X xautologs user B with command EXEC Y, it loops checking for user B being logged on. Once user B is no longer logged on, exec X can continue. 2) after X xautologs user B..., it waits for an SMSG from user B using the WAKEUP program. The EXEC Y

Re: Starting an exec on a remote machine

2008-12-04 Thread Schuh, Richard
Sent: Thursday, December 04, 2008 4:03 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Starting an exec on a remote machine I can think of two mechanisms off-hand. 1) after X xautologs user B with command EXEC Y, it loops checking for user B being logged on. Once user B is no longer logged

Re: Starting an exec on a remote machine

2008-12-04 Thread Mike Walter
Associates. Thomas Kern [EMAIL PROTECTED] Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU 12/04/2008 06:03 PM Please respond to The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU To IBMVM@LISTSERV.UARK.EDU cc Subject Re: Starting an exec on a remote machine I can

Re: Starting an exec on a remote machine

2008-12-04 Thread Marcy Cortes
Personally, I'd like that product to work hand-in-hand with our existing VM:Backup product which we z/VM'ers control on our own. (Anyone at CA listening) Yes, what he said! Marcy This message may contain confidential and/or privileged information. If you are not the addressee or

Re: Starting an exec on a remote machine

2008-12-04 Thread Adam Thornton
On Dec 4, 2008, at 7:32 PM, Marcy Cortes wrote: Personally, I'd like that product to work hand-in-hand with our existing VM:Backup product which we z/VM'ers control on our own. (Anyone at CA listening) Yes, what he said! If anyone on the list is interested in building a solution

Re: Starting an exec on a remote machine

2008-12-04 Thread Huegel, Thomas
: Thursday, December 04, 2008 5:52 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Starting an exec on a remote machine I'm running exec X on cms user 'A' I exec X has to start exec Y running on cms user 'B' and after exec Y terminates it has to return control to the exec on cms user 'A' I could use some