SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
panpan1215
Fluorite | Level 6

Hi guys! I'm very very new to SAS and I have a dumb question. I'm trying to find a path on my MAC fo access data, but it all comes out "ERROR: Physical file does not exist". I'm using SAS university edition on virtualbox. I have read the SAS support 

http://support.sas.com/software/products/university-edition/faq/shared_folder_access.htm

but I still don't get it.

here's my panel

undefined

undefined

undefined

and the path I had is 'folders/myfolders/sasuser.v94/stat390/age.dat'

Did I do anything wrong? Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ
Hi:
You must ALWAYS preceded the path with a leading slash:
'/folders/myfolders/......';

You only have 'folders/myfolders.....'; without the leading slash.

If you look very carefully at the link you posted, you will see a slash for /folders/myfolders in the path.

cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
You must ALWAYS preceded the path with a leading slash:
'/folders/myfolders/......';

You only have 'folders/myfolders.....'; without the leading slash.

If you look very carefully at the link you posted, you will see a slash for /folders/myfolders in the path.

cynthia

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1533 views
  • 0 likes
  • 2 in conversation