Just to restate, so that I am sure that I understand. === You have data on z/OS which is textual in nature. I.e. no binary, all "human readable" text characters You want to transfer this data to Windows and translate it from EBCDIC to ASCII (well Windows-1250 code point really) You do _NOT_ want each logical record to end with a CRLF You want to use the normal Windows ftp server. You want to use the normal z/OS ftp client. ===
Have you tried: ASCII LOCSITE SBSENDEOL=NONE PUT SOME.DSN Remote.Windows.file.txt I'm not in a position to test it right now. On Sun, Jul 21, 2013 at 8:31 AM, Ron Wells <[email protected]> wrote: > thanks---the crlf is in data...which is what I was > questioning.....defaulted in ftpparms.....at least it is here... > > ---------------------------------------------------------------------- > Email Disclaimer > This E-mail contains confidential information belonging to the > sender, which may be legally privileged information. This information is > intended only for the use of the individual or entity addressed above. > If you are not the intended recipient, or an employee or agent > responsible for delivering it to the intended recipient, you are hereby > notified that any disclosure, copying, distribution, or the taking of any > action in reliance on the contents of the E-mail or attached files is > strictly prohibited. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- This is a test of the Emergency Broadcast System. If this had been an actual emergency, do you really think we'd stick around to tell you? Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
