On Thu, 23 Mar 2017 18:42:04 -0500, Kirk Wolf wrote:
>>
>> One of my favorites is:
>> ssh User@zOS "cd source && pax -wxpax ." | ( cd target
>> && pax
>> -rv )
>>
>> ... where either "pax" or both could be *some-transfer-program*. XML?
>> CSV? I expect Co:Z enhances this, at least by supplying "fromdsn".
>>
> Nice if both ends are z/OS, but have you tried this from a non-z/OS system
>to a z/OS system (using a compatible tar format with pax?)
>
Yes, but it (usually) needs to be:
ssh User@zOS "cd source && pax -wxpax . |
iconv -f ISO8859-1 -t IBM-1047" | ( cd target && pax -rv )
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN