BookmarkSubscribeRSS Feed
SAS_PA1
Calcite | Level 5
 

Do we have any alternate method in SAS instead of USing SFTP in SAS

 

 

filename my data sftp "/Dir/RPTS/qtr/&CSV_file"
host="hostname" user="username";

1 REPLY 1
ChrisHemedinger
Community Manager

Alternative for what purpose? If your files are destined for SFTP (or coming from there), I think that's your protocol.  If it's not Secure FTP, then you could use the simpler FILENAME FTP -- no certificates to manage.

 

If your files are available via web service, there's PROC HTTP as a way to fetch them.

 

Use SAS/CONNECT and PROC UPLOAD/DOWNLOAD to transfer files between two SAS servers.

Check out SAS Innovate on-demand content! Watch the main stage sessions, keynotes, and over 20 technical breakout sessions!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 749 views
  • 0 likes
  • 2 in conversation