On 11/29/2018 2:47 PM, Paul Gilmartin wrote:
Don't *you* need to be the client to control IND$FILE? (I'd say, "instructed
a client to use IND$FILE to transfer from my site.")
Yes, IND$FILE performs the host side processing, and I had access to TSO
via a terminal emulator on a company laptop.
Understood about port access. But no need for "big ZFS". once you have
sftp you have ssh, so:
cp -B "//'ENTIRE.XMITED.VOLUME'" /dev/fd/1" | ssh client.site "cp -B /dev/fd/0
'//''client.site.volume'''"
(gasp!) Might even use OUTDD option of TRANSMIT to eliminate one more large
data set.
Most of that is beyond my comprehension. The only way I know to use MVS
sftp is with a USS file. That doesn't mean other methods don't exist -
it's just all I know. In this case I had no root access to mount a new
big ZFS. I probably could have thought of something, but then IND$FILE
worked.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN