Thank you for providing a very tactful and useful answer. Dave
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Giovanni Bozzetti Sent: Thursday, March 05, 2015 12:54 PM To: [email protected] Subject: Re: FTP conversion Extended ASCII to EBCDIC You can look some table sample in TCPIP.SEZATCPX has many source tables and you can add one for you You can use CONVXLAT to create an image to load and normally you can save it as TCPIP.STANDARD.TCPXLBIN or TCPIP.yourname.TCPXLBIN Here the JCL, You have some FTP command that load or you can put in TCPIP.FTP.DATA //ST1 EXEC PGM=CONVXLAT, // PARM='''TCPIP.SEZATCPX(US)'' ''TCPIP.US.TCPXLBIN''' //SYSPRINT DD SYSOUT=* //SYSIN DD DUMMY,BLKSIZE=80 // Giovanni System programmer ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
