You haven't really given any information in this post. At a guess I would say that if your transfering a binary file you would likely need to use (s)FTP, and set the option to binary. However as I have no information its hard to say. Corruption could mean any number of things, moving OS's for instance, bit version of the system, even the app used to open it.
Ah, then you need to put recfm=n on the infile, etc:
data _null_; infile "..." recfm=n; file "..." recfm=n; input; put _infile_; run;
Although, you could just copy the file using OS commands if you have X command enabled.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.