On Tue, 26 Apr 2016 16:58:57 -0500, Donald Likens wrote:

>I seem to remember there is a way to execute TSO commands from the windows 
>platform but my internet searches have not been successful. Does anyone know 
>of a way to issue TSO commands from the windows platform.
> 
I do this routinely from Solaris; it ought to work alike from Cygwin.
    ssh userID@z/OS "/path/to/Rexx-command args"
    where Rexx-command allocates SYSEXEC, etc. and does address TSO args.
    Use .ssh for authorization.

>We are thinking about creating a client/server environment that would handle 
>this but we do not want to create something that has already been developed.
>
Perhaps a cgi-bin script under HTTPD.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to