<?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: Remote sign on UNIX in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35533#M7031</link>
    <description>If you are connecting to the SAS spawner on Unix the only statements you need are:&lt;BR /&gt;
&lt;BR /&gt;
%let server=DC3C89.QC.DELL.TX 8562;&lt;BR /&gt;
options comamid=TCP remote=server;&lt;BR /&gt;
signon user=your_user password=XXXXXXXX;&lt;BR /&gt;
&lt;BR /&gt;
As Florent says no RLINK filename is necessary. Also you can probably drop the COMAMID= as well as TCP is usually the default.</description>
    <pubDate>Thu, 18 Nov 2010 20:26:11 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2010-11-18T20:26:11Z</dc:date>
    <item>
      <title>Remote sign on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35531#M7029</link>
      <description>Hi &lt;BR /&gt;
 I have tried connecting to a remote unix server. &lt;BR /&gt;
Prompt comes in but waits for long ang gives the following error &lt;BR /&gt;
 &lt;BR /&gt;
%let server=DC3C89.QC.DELL.TX  8562;&lt;BR /&gt;
 options comamid=TCP remote=server;&lt;BR /&gt;
 filename rlink "C:\Program Files\SAS\SASFoundation\9.2\connect\saslink\tcpunix.scr";&lt;BR /&gt;
  run;&lt;BR /&gt;
  signon user=_prompt_ password=XXXXXXXX;&lt;BR /&gt;
WARNING: USERID/PASSWORD option(s) not supported with script file. Any previous RLINK fileref&lt;BR /&gt;
         specification will be ignored.&lt;BR /&gt;
NOTE: Remote signon to SERVER commencing (SAS Release 9.02.02M2P090109).&lt;BR /&gt;
ERROR: A communication subsystem partner link setup request failure has occurred.&lt;BR /&gt;
ERROR: TCP link establishment failed.&lt;BR /&gt;
ERROR: Remote signon to SERVER canceled.&lt;BR /&gt;
65   run;&lt;BR /&gt;
66   rsubmit;&lt;BR /&gt;
ERROR: A link must be established by executing the SIGNON command before you can communicate with&lt;BR /&gt;
       SERVER.&lt;BR /&gt;
ERROR: Remote submit to SERVER canceled.</description>
      <pubDate>Thu, 18 Nov 2010 08:11:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35531#M7029</guid>
      <dc:creator>tommy81</dc:creator>
      <dc:date>2010-11-18T08:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Remote sign on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35532#M7030</link>
      <description>Hi Tommy,&lt;BR /&gt;
&lt;BR /&gt;
You should first make sure there is a spawner running on the Unix server. This is probably why the TCP link establishment failed (see the ERROR in your log).&lt;BR /&gt;
&lt;BR /&gt;
Also I don't really get why you are creating a filename if you prompt for the username when signing on (see the WARNING in your log).&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Florent</description>
      <pubDate>Thu, 18 Nov 2010 16:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35532#M7030</guid>
      <dc:creator>Florent</dc:creator>
      <dc:date>2010-11-18T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remote sign on UNIX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35533#M7031</link>
      <description>If you are connecting to the SAS spawner on Unix the only statements you need are:&lt;BR /&gt;
&lt;BR /&gt;
%let server=DC3C89.QC.DELL.TX 8562;&lt;BR /&gt;
options comamid=TCP remote=server;&lt;BR /&gt;
signon user=your_user password=XXXXXXXX;&lt;BR /&gt;
&lt;BR /&gt;
As Florent says no RLINK filename is necessary. Also you can probably drop the COMAMID= as well as TCP is usually the default.</description>
      <pubDate>Thu, 18 Nov 2010 20:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Remote-sign-on-UNIX/m-p/35533#M7031</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2010-11-18T20:26:11Z</dc:date>
    </item>
  </channel>
</rss>

