Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

All Other Mainframe Topics :: RE: FTP from windows server into Mainframe - Data truncation

$
0
0
Author: Robert Sample
Posted: Wed Jul 20, 2016 11:52 pm (GMT 5.5)

Have you tried SBSENDEOL? If not, try this:
Code:
Server IP address
username                                                           
password                                                             
ASCII                                                                   
QUOTE LOCSITE SBSENDEOL=LF
CD UAT\outgoing                                                         
GET filename.dat 'xxxx.yyyy.zzzz ' (REPLACE   
QUIT
It may work for your problem. If you were connecting from the Windows machine to z/OS, you would use
Code:
 QUOTE SITE SBSENDEOL=LF

_________________
TANSTAAFL

The first rule of code reuse is that the code needs to be worth re-using.

"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth


Viewing all articles
Browse latest Browse all 8500

Trending Articles