<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Conversation termination; status=1. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914368#M360296</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/369996"&gt;@margalits1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi, I get a notice that this hotfix is already installed on Sas Deployment Manager .&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I guess you best contact SAS Tech Support directly with this issue.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Feb 2024 01:59:32 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2024-02-03T01:59:32Z</dc:date>
    <item>
      <title>Conversation termination; status=1.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/913952#M360176</link>
      <description>&lt;P&gt;Hello, could you please help me?&lt;/P&gt;
&lt;P&gt;I get the following error after an sql command in SAS. I use WRDS data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ERROR: Conversation termination; status=1.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: A link must be established by executing the SIGNON command before you can communicate with&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WRDS.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Remote submit to WRDS canceled.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have already tried the following solutions (each apart):&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1.&amp;nbsp;&lt;/STRONG&gt;Adding-&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt; rsubmit;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; -set CONNECTKEEPALIVE 15;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;2. Setting the timeout in sasv9.cfg to max.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;This is the command I am trying to run, Perhaps you might have any ideas how to alter it?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;proc sql;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;create table firms_list as&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;select * from comp2 c&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;where exists(&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;select * from firms_list a&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;where c.year between a.year and a.year+2 and c.gvkey = a.gvkey);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;quit;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp;run;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will appreciate any ideas how to solve this problem. Thank you in advance.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Feb 2024 09:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/913952#M360176</guid>
      <dc:creator>margalits1</dc:creator>
      <dc:date>2024-02-01T09:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conversation termination; status=1.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/913992#M360178</link>
      <description>&lt;P&gt;Are you signed on to a remote server?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 12:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/913992#M360178</guid>
      <dc:creator>rudfaden</dc:creator>
      <dc:date>2024-02-01T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conversation termination; status=1.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914016#M360187</link>
      <description>&lt;P&gt;Have you already seen this problem note?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/64/599.html#:~:text=C3G.html%2364599-,%22ERROR%3A%20Conversation%20termination%3B%20status%3D1%22%20occurs%20when,to%20problems%20with%20buffer%20handling." target="_self"&gt;Problem Note 64599: "ERROR: Conversation termination; status=1" occurs when multiple remote SAS® sessions are running concurrently using SAS/CONNECT®&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 13:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914016#M360187</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-02-01T13:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conversation termination; status=1.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914178#M360236</link>
      <description>&lt;P&gt;Yes- the WRDS server&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 09:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914178#M360236</guid>
      <dc:creator>margalits1</dc:creator>
      <dc:date>2024-02-02T09:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conversation termination; status=1.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914198#M360239</link>
      <description>&lt;P&gt;Hi, I get a notice that this hotfix is already installed on Sas Deployment Manager .&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 13:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914198#M360239</guid>
      <dc:creator>margalits1</dc:creator>
      <dc:date>2024-02-02T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Conversation termination; status=1.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914368#M360296</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/369996"&gt;@margalits1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi, I get a notice that this hotfix is already installed on Sas Deployment Manager .&lt;/P&gt;
&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I guess you best contact SAS Tech Support directly with this issue.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 01:59:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversation-termination-status-1/m-p/914368#M360296</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-02-03T01:59:32Z</dc:date>
    </item>
  </channel>
</rss>

