Years ago I wanted the same and I never found one nor wrote one. FTP's
EBCDIC <-> ASCII translation is for the entire logical record. You would
need a "field" level translation to get no translation for the length
fields and EBCDIC <-> ASCII translation for the text fields.

On Tue, Sep 1, 2015 at 11:15 AM Charles Mills <charl...@mcn.org> wrote:

> Thanks Barry. I don't see any ASCII translation in there. Am I missing
> something?
>
> Charles
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Barry Merrill
> Sent: Tuesday, September 01, 2015 8:04 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: FTP - how get RDW and ASCII
>
>     i. ftp instructions for sending data to the MXG ftp site
>
>        Using the IBM ftp program, you can ftp any MVS data file to the
>        MXG ftp site with this syntax; do NOT change the DCB attributes
>        of the //SMFFILE DD: even though it points to a VBS DSNAME, the
>        RECFM=U,BLKSIZE=32760 must be used to include BDW and RDWs.
>
>       //FTP      EXEC PGM=FTP,PARM='(EXIT=4'
>       //SYSPRINT DD  SYSOUT=*
>       //SMFFILE  DD DSN=YOUR.SMF.DATA,DCB=RECFM=U,BLKSIZE=32760,DISP=SHR
>       //INPUT DD *
>       ftp.mxg.com
>       mxgtech mxgtech
>       quote PASV
>       bin
>       put //DD:SMFFILE  yourname.smf
>       close
>       quit
>       /*
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to