On Tue, 15 Jan 2013 06:02:22 -0600, Boris Lenz wrote:
>>>Been said many times, so I remember the ftp commands:
>>>
>>>EBCDIC
>>>MODE B
>>>PUT or GET as needed.
>>>
>>>I think that's all.
>>>
>>As noted, this fails on the empty record problem.
>
>How do you create "empty records" with ADRDSSU DUMP?
>
Agreed; you can't. I was trying to be general. I had long entertained the
wishful delusion that TYPE E; MODE B is a general solution to transferring
z/OS data sets of any RECFM whatever until I discovered in the last week
that it may fail for RECFM=VB.
>As others have said, it should be easy to transfer an ADRDSSU DUMP dataset
>(RECFM=U) from DASD z/OS to DASD z/OS:
>
>TYPE E
>MODE B (<---- important)
>
>SITE CY PRI=500 SEC=200 (<---- if necessary...)
>
>PUT 'local' 'remote'
>
This is a Turing Tarpit:
54. Beware of the Turing tar-pit in which everything is possible but
nothing of interest is easy.
—Alan Perlis, Epigrams on Programming[2]
There _ought_ to be a combination of TYPE/MODE/STRU etc. that simply works,
at least for any z/OS -> z/OS transfer of a data set of any RECFM. There
appears
not to be. For extra credit, it should support store-and-forward on a non-z/OS
stream-oriented waystation.
A possible solution would be a SITE AMATERSE/LOCSITE AMATERSE command
for FTP.
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN