I suggest using the X command in open SAS code in an EG program node to execute a Unix file copy from the Windows file location to Unix. Doing it the other way (from Unix to SAS on Windows) I have a script in WinSCP and call that script to do the file transfer. Syntax is : x 'c:\path\ftprun.cmd'; where ftprun.cmd runs my winscp script. Works like a charm.
... View more