BookmarkSubscribeRSS Feed
margalits1
Obsidian | Level 7

Hello, could you please help me?

I get the following error after an sql command in SAS. I use WRDS data:

 

ERROR: Conversation termination; status=1.
ERROR: A link must be established by executing the SIGNON command before you can communicate with
WRDS.
ERROR: Remote submit to WRDS canceled.

 

I have already tried the following solutions (each apart):

1. Adding- 

rsubmit;
-set CONNECTKEEPALIVE 15;
2. Setting the timeout in sasv9.cfg to max.
 
This is the command I am trying to run, Perhaps you might have any ideas how to alter it?
proc sql;
       create table firms_list as
       select * from comp2 c
       where exists(
     select * from firms_list a
     where c.year between a.year and a.year+2 and c.gvkey = a.gvkey);
         quit;
   run;

 

Will appreciate any ideas how to solve this problem. Thank you in advance.

5 REPLIES 5
rudfaden
Pyrite | Level 9

Are you signed on to a remote server?

margalits1
Obsidian | Level 7

Yes- the WRDS server

margalits1
Obsidian | Level 7

Hi, I get a notice that this hotfix is already installed on Sas Deployment Manager .

I am not sure that it is relevant in the first place, since I am not trying to run *multiple* processes, but a single command. 

 

 

Patrick
Opal | Level 21

@margalits1 wrote:

Hi, I get a notice that this hotfix is already installed on Sas Deployment Manager .

I am not sure that it is relevant in the first place, since I am not trying to run *multiple* processes, but a single command. 


I guess you best contact SAS Tech Support directly with this issue.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 5 replies
  • 571 views
  • 0 likes
  • 3 in conversation