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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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