BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
yael
Quartz | Level 8

Hello, 

 

I run the following code:

PROC reg data=sasuser.yael215017;
model divassets = Lnsalesgro lnassets LTSTassets
Lnage year2004 year2005 year2006 year2007 year2008
year2009 year2010 year2011 year2012 year2013;
run;

 

The answer I got in log is: 

ERROR: File SASUSER.YAEL215017.DATA does not exist.

 

First, The file is exist in as "Yael210517" BUT why the file is called now:  YAEL215017.DATA???

 

Thanks for any clue...

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

SASUSER.YAEL215017.DATA

is the logical name for a file

yael215017.sas7bdat

in the directory to which the libname SASUSER points, usually $HOME/sasuser.94 or similar

 

Please show the exact location and real filename of your file "Yael210517"

View solution in original post

1 REPLY 1
Kurt_Bremser
Super User

SASUSER.YAEL215017.DATA

is the logical name for a file

yael215017.sas7bdat

in the directory to which the libname SASUSER points, usually $HOME/sasuser.94 or similar

 

Please show the exact location and real filename of your file "Yael210517"

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 1551 views
  • 1 like
  • 2 in conversation