I'm using SAS EG(SAS9.3) in a UNIX server, Try to use 'FILENAME' to read a text file from a external network driver. How to right the path? Please give an example. Thanks!!
Filename IMPORTS "/nasgw011pn/uhpd_ftp/ftp/incoming/Ingenix/UGAP/UGP_UCG_ServReq_EBM_p1_20140917.trig" LRECL=500;
Well, you gave an example yourself.
I'll take it that this does not work?
Verify that the search path is correct, and you have the necessary rights to access it.
If you are not authorized to login to the server directly (telnet, Putty etc), take help from someone who can.
If your SAS-admin haven't restricted it, you could be able to navigate to the file manually in EG.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.