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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 684 views
  • 0 likes
  • 3 in conversation