On Thu, 1 Sep 2022 07:33:57 -0700, Tom Brennan wrote:
>    ...
>But like you say (and if nothing has changed over the years), you need
>to setup keys.  
>
Ssh-keygen makes it easy.  The keys are stored as text files.  It ought
to be possible to Copy from a Vista OMVS window and Paste to
a Linux xterm ssh window.

>And sftp only worked with USS files so an OCOPY or
>similar was needed for z/OS datasets, and some temp USS space.
>
How about:
    /bin/cp [options] "//'MVS.DATA.SET(MEMBER)'" | ssh -f Tom@Linux "cat 
>Linux.file"

Unconditional IBM-1047 -> ISO8859-1 conversion.  If you want it not to do that, 
insert
an iconv filter on the z/OS end.

Or try  to get Purchasing to approve Co:Z.

-- 
gil

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

Reply via email to