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 >>
        Handling MVS Datasets and HFS File System Access>>
        Controlling File Transfer>>
        Staging
        Listing Datasets with SFTP Clients>>
        Secure File Transfer Examples Using the z/OS Client>>
            Interactive File Transfers
            Unattended File Transfers
            File Transfers Using REXX Scripts and a JCL Procedure
        Secure File Transfer Examples Using Windows and Unix Clients>>
    Tunneling >>
    Troubleshooting SSH Tectia Server for IBM z/OS >>
    Advanced Information >>
    Man Pages >>
    Log Messages >>

File Transfers Using REXX Scripts and a JCL Procedure

SSH Tectia Server for IBM z/OS contains example file transfer procedure and REXX functions for scp2, sftp2, and ssh2 client applications.

The following PROC, REXX functions, and examples can be found from SAMPLIB and they can be easily modified according to the customer environment and needs. The REXX functions can also be called from user-written REXX programs.

  • SSZJSAMP: Comprehensive JCL example file containing file transfer and remote command examples
  • SSZJSFTP: Example JCL file for running multiple sftp2 commands
  • SSZP: JCL Procedure for running REXX functions
  • SSZRED: REXX function for miscellaneous editing
  • SSZSTD: REXX function for printing standard out and standard error
  • SSZRFT: REXX function for executing multiple sftp2 commands
  • SSZRPUT: REXX function for single file put (sput)
  • SSZRGET: REXX function for single file get (sget)
  • SSZRSSH: REXX function for running remote commands using Secure Shell

Enabling the File Transfer JCL Procedure

By default, the JCL prodecure is set to run from the default SAMPLIB location, //'&SYSUID..SSZ.SRVR542.SAMPLIB'. If the procedure and REXX functions are run from some other location, modify the EXECLIB parameter on the SSZP procedure accordingly.

Example 1: SSZJSFTP

In this example multiple sftp2 file transfer commands are run using the SSZP procedure:

//SFTP    EXEC SSZP,
//             PARM='SSZRFT'
//*
//SFTCMDS  DD  *
open username@unix_server.example.com
sget text_file.txt //'USERID.TEST.DATA.SET'
sput //'USERID.TEST.DATA.SET' demo_file.txt 
lrm //TEST.DATA.SET 
sget demo_file.txt //PDS(MEM2) 
rm demo_file.txt 
sput //'USERID.PDS(MEM2)' member2 
sget jcl.txt /FTADV:P=FB80///'USERID.JCLLIB(JCL1)'

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