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
Lapis Lazuli | Level 10

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-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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
  • 5 replies
  • 949 views
  • 0 likes
  • 3 in conversation