This is not specifically the original poster's question, but you can
also transfer PDS members using our free SFTP add-on support for IBM's
Ported Tools (OpenSSH).
You can use any one of many free or commercial clients, including
Putty's psftp.

You can even use the very cool, free "WinSCP" GUI to connect to z/OS
Unix and dataset "filesystems" and  grapically navigate, transfer, and
even "edit" remote datasets and PDS members.

And BTW: unless you are using SSL/TLS support with FTP, you are *MUCH*
more secure using OpenSSH where your passwords and data aren't sent in
the clear.

Here's an example of uploading PDS members from a Linux client using OpenSSH:

$ sftp [EMAIL PROTECTED]
Connecting to myzos...
sftp> cd //kirk.coz.sampjcl
sftp> lcd /home/kirk/jcl
sftp> !ls
RUNASCV  RUNCOZ  RUNSFTP  RUNSPAWN  RUNWIN
sftp> ls /+mode=text
/+mode=text
sftp> ls /+
/+/clientcp=ISO8859-1    /+/error.log             /+/loglevel=I
    /+/mode=text
/+/servercp=IBM-1047     /+/trim
sftp> put RUN*
Uploading RUNASCV to //KIRK.COZ.SAMPJCL/RUNASCV
RUNASCV
100%  454     0.4KB/s   00:00
Uploading RUNCOZ to //KIRK.COZ.SAMPJCL/RUNCOZ
RUNCOZ
100%  627     0.6KB/s   00:00
Uploading RUNSFTP to //KIRK.COZ.SAMPJCL/RUNSFTP
RUNSFTP
100% 1676     1.6KB/s   00:00
Uploading RUNSPAWN to //KIRK.COZ.SAMPJCL/RUNSPAWN
RUNSPAWN
100% 1608     1.6KB/s   00:00
Uploading RUNWIN to //KIRK.COZ.SAMPJCL/RUNWIN
RUNWIN
100%  713     0.7KB/s   00:00
sftp>


Kirk Wolf
Dovetailed Technologies
http://dovetail.com

----------------------------------------------------------------------
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

Reply via email to