<?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: How to connect and disconnect to/from server in SAS 9.3? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-connect-and-disconnect-to-from-server-in-SAS-9-3/m-p/209646#M51951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;From Windows SAS 9.3 to which server are you trying to connect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex1: If you are trying to connect to Linux/Unix Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let server=192.168.1.1;&lt;/P&gt;&lt;P&gt;signon server.spawner user=&amp;lt;uname&amp;gt; pw=&amp;lt;password&amp;gt;;&lt;/P&gt;&lt;P&gt;rsubmit server.spawner;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%put "In to the server";&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;endrsubmit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;signoff server.spawner;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Ex2: To connect to Windows server i use the following code;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let server=192.168.1.1;&lt;/P&gt;&lt;P&gt;options comamid=tcp remote=server;&lt;/P&gt;&lt;P&gt;signon server user="&amp;lt;username&amp;gt;" pw="&amp;lt;password&amp;gt;";&lt;/P&gt;&lt;P&gt;rsubmit server;&lt;/P&gt;&lt;P&gt;%put "hai server";&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;signoff server;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 09:07:29 GMT</pubDate>
    <dc:creator>avinashns</dc:creator>
    <dc:date>2015-07-23T09:07:29Z</dc:date>
    <item>
      <title>How to connect and disconnect to/from server in SAS 9.3?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-connect-and-disconnect-to-from-server-in-SAS-9-3/m-p/209645#M51950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide 2-3 ways by which we can CONNECT and DISCONNECT from server in SAS 9.3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;1. Provide your sas code for this purpose&lt;/P&gt;&lt;P&gt;2. I am unable to disconnect with my server in current sas session&lt;/P&gt;&lt;P&gt;3. I am using SAS Windows 9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 03:32:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-connect-and-disconnect-to-from-server-in-SAS-9-3/m-p/209645#M51950</guid>
      <dc:creator>dkanand86</dc:creator>
      <dc:date>2015-07-23T03:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to connect and disconnect to/from server in SAS 9.3?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-connect-and-disconnect-to-from-server-in-SAS-9-3/m-p/209646#M51951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;From Windows SAS 9.3 to which server are you trying to connect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex1: If you are trying to connect to Linux/Unix Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let server=192.168.1.1;&lt;/P&gt;&lt;P&gt;signon server.spawner user=&amp;lt;uname&amp;gt; pw=&amp;lt;password&amp;gt;;&lt;/P&gt;&lt;P&gt;rsubmit server.spawner;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;%put "In to the server";&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;endrsubmit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;signoff server.spawner;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Ex2: To connect to Windows server i use the following code;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let server=192.168.1.1;&lt;/P&gt;&lt;P&gt;options comamid=tcp remote=server;&lt;/P&gt;&lt;P&gt;signon server user="&amp;lt;username&amp;gt;" pw="&amp;lt;password&amp;gt;";&lt;/P&gt;&lt;P&gt;rsubmit server;&lt;/P&gt;&lt;P&gt;%put "hai server";&lt;/P&gt;&lt;P&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;signoff server;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 09:07:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-connect-and-disconnect-to-from-server-in-SAS-9-3/m-p/209646#M51951</guid>
      <dc:creator>avinashns</dc:creator>
      <dc:date>2015-07-23T09:07:29Z</dc:date>
    </item>
  </channel>
</rss>

