SSH Tectia  
Previous Next Up [Contents] [Index]

    About This Document >>
    Installing SSH Tectia Server for IBM z/OS >>
    Getting Started with SSH Tectia Server for IBM z/OS >>
    Configuring the Server >>
    Configuring the Client >>
    Authentication >>
    Transferring Files >>
    Tunneling >>
    Troubleshooting SSH Tectia Server for IBM z/OS >>
    Advanced Information >>
        Running Remote Commands >>
        Submitting JCL Jobs over Secure Shell
        Configuration Options in Load-Balanced Environments
    Man Pages >>
    Log Messages >>

Submitting JCL Jobs over Secure Shell

Secure Shell can also be used to run JCL jobs remotely. For that an REXX script, submit.rexx (shown below), is needed on the Unix System Services. The script is used to submit the data received from the Secure Shell connection to MVS.

/*   rexx   */

/* SUBMIT   */
address mvs "execio * DISKR STDIN (stem JOB.  "
/*                                                                  */
/* submit MVS job */
jobid=say SUBMIT(JOB.)
say word(jobid,2)
if pos("JOB",jobid) > 0 then rc=0
else rc=16
exit rc

Example 1: JCL written on Unix host is submitted over Secure Shell.

Copy the submit.rexx script, for example, to /usr/local/bin. The script can be found from the /usr/lpp/ssh2/doc/zOS/samples directory.

$ cp /usr/lpp/ssh2/doc/zOS/samples/submit.rexx /usr/local/bin/

Launch the Secure Shell connection from the Unix client using the JCL file as standard input.

$ sshg3 username@mf_server /usr/local/bin/submit.rexx < /tmp/my_jcl

Previous Next Up [Contents] [Index]


[ Contact Information | Support | Feedback | SSH Home Page | SSH Products ]

Copyright © 2007 SSH Communications Security Corp.
This software is protected by international copyright laws. All rights reserved.
Copyright Notice