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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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