On Mon, 14 Jan 2013 15:59:48 -0600, John McKown 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.  However, for RECFM=U
(possibly via DD override) and z/OS-to-z/OS, 

    BINARY
    PUT

works.  (Of course, DD override is not possible on GET.  Might need LABEL=SL.)
They seem to have fixed something!  IIRC, attribute override on the DD statement
used not to work; it seemed to look at the DSCB regardless.

-- gil

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

Reply via email to