On Fri, 27 Mar 2009 09:46:28 -0400, Michael liberatore <[email protected]> wrote:
>Would like to know how I could use MSTC to submit or start a bat or rexx >process from another server. Such As RDP from server A to server B to start >a process? Could return codes be passed back to server A? Thanks in advance! > I am not very knowledgeable about RDP. It is not too likely that many on this forum are. However, I can say that I have very successfully run batch jobs on z/OS to run processes on Linux/Intel using Co:Z from Dovetailed Technologies. http://dovetail.com/ http://dovetail.com/products/coz.html The job on the z/OS side runs scripts on Linux. The script can be set up to return information to z/OS (which means that the job "waits" while the script runs on Linux) or not (the job does not wait - the script run asynchronously). This is also supposed to work for Windows if you can install Cygwin and ssh on Windows. http://sources.redhat.com/cygwin/ Another possibility is if you have CA-7 as your z/OS scheduling package. There is a function in it called Cross Platform Scheduling. This consists of "agents" on Windows and Linux which are used by CA-7 to schedule scripts on the distributed side. Hope this was of some use to you. -- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

