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

Dear all,

 

I am sorry to ask you so many basic questions. I did google search and review of multiple guides for quite some time but I could not find the answer. 

 

Currently, I am trying to calculate CAR around event days. Using the following code, I logged into WRDS.

 

%let wrds = wrds.wharton.upenn.edu 4016;options comamid = TCP remote=WRDS;
signon username=_prompt_;
  
rsubmit;

Then, to access CRSP, I used the following code. 

libname crsp '/wrds/crspq/sasdata/ix';

When this code is excuted, I receive the following error message. 

 

212 libname crsp '/wrds/crspq/sasdata/ix';
NOTE: Library CRSP does not exist.

 

I am running SAS on windows. 

 

Thank you very much for your help. 

1 ACCEPTED SOLUTION

Accepted Solutions
4 REPLIES 4
Leon_Seungmin
Obsidian | Level 7
Thank you for the response. I just tried remote, but I still get the same error message. This is the log.

227 libname crsp remote '/wrds/crspq/sasdata/ix' server=wrds;
NOTE: Library CRSP does not exist
Kurt_Bremser
Super User

Then I suggest you log on to the server and make sure that /wrds/crspq/sasdata/ix actually exists. The NOTE message is typical for a path that does not exist.

Leon_Seungmin
Obsidian | Level 7
Thank you very much! That was indeed the case. I checked the directory(https://wrds-web.wharton.upenn.edu/wrds/tools/variable.cfm?library_id=20) and found that they are using a different directory name now.

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!

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
  • 4 replies
  • 3666 views
  • 1 like
  • 2 in conversation