BookmarkSubscribeRSS Feed
renjithr
Quartz | Level 8

Hi,

I am using EG to create three large files(10 gigs) which are sitting on a UNIX server.These three files are the input files for the sas job i run on PC SAS.Right now I am copying the file from unix to a network drive and PC SAS reads the file from the network drive.The problem is,copying of file from UNIX to network drive is taking 4 hours.Is there any way I can read files in UNIX from PC SAS with a library name statement?

Please share your thoughts.

2 REPLIES 2
SASKiwi
PROC Star

Yes, but you need to create a connection between your PC SAS session and your Unix server SAS session first. I am assuming here that SAS is installed also on your Unix server.

SAS has a product called SAS/CONNECT for linking from one SAS session to another remote SAS session. Run PROC SETINIT in SAS to confirm if you have SAS/CONNECT licensed on both PC and Unix.

If you have, then you can SIGNON from your PC SAS session to a Unix SAS session and do what you want. Check the SAS/CONNECT documentation for more details.

renjithr
Quartz | Level 8

Thank you.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 827 views
  • 0 likes
  • 2 in conversation