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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 3190 views
  • 1 like
  • 2 in conversation