I know that there may not be a lot of people out there still using the mainframe, but I have a question.
I need to transfer data from my dataset on TSO (mainframe) to an FTP server.
My data file is in EBCDIC. The record length of the file is 200. There are 50 records. When I upload it as an ASCII file it carries the CRLF (carriage return/line feed).
What can I do to upload the file unto the FTP server as ASCII but without the CRLF??
Your help is much appreciated. Thank you in advance.