<?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: Reconnecting to a lost SAS session in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193894#M14751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you learn how to specify a permanent library and use that for data that needs to persist from SAS session to session. That has been the preferred and basically only method for SAS use for a very long time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 15:51:12 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-08-06T15:51:12Z</dc:date>
    <item>
      <title>Reconnecting to a lost SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193893#M14750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me with the very annoying problem I am facing with SAS 9.3 EG 5.1 on Windows 7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I keep my SAS session alive even after changing networks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Instance: I connect my laptop to LAN at work and obviously have to remove the connection when I go home that results in disconnecting from the server and loosing all my data in the work library. So I would have to run all the code again.&lt;/P&gt;&lt;P&gt;Is there a way to overcome this issue like keeping the session alive even after disconnecting and reconnecting the LAN or disconnecting from LAN and connecting to WIFI or reconnecting to a lost session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be very much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:35:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193893#M14750</guid>
      <dc:creator>KiranMaddi</dc:creator>
      <dc:date>2015-08-06T15:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reconnecting to a lost SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193894#M14751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you learn how to specify a permanent library and use that for data that needs to persist from SAS session to session. That has been the preferred and basically only method for SAS use for a very long time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 15:51:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193894#M14751</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-08-06T15:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reconnecting to a lost SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193895#M14752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As ballardw alluded to...&amp;nbsp; unfortunately no, there is not currently a way to disconnect EG from a server session and reconnect to the same session later (preserving temporary data, etc.).&amp;nbsp; Once the connection is severed, that server session cannot be re-established with EG.&amp;nbsp; We are researching and hoping to add this capability (disconnect/reconnect) in a future release, but for now ballardw's suggestion (using permanent libraries) is recommended if you frequently switch between networks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 03:36:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193895#M14752</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2015-08-07T03:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reconnecting to a lost SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193896#M14753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that reconnecting would be impossible when encryption is used, as the temporary keys would be lost when the connection is severed.&lt;/P&gt;&lt;P&gt;Best way is to write your codes in sections that produce persistent results, so that it is easy to continue from a given checkpoint. Which also makes it easier to hand over such projects to scheduled production.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 06:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193896#M14753</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-08-07T06:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reconnecting to a lost SAS session</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193897#M14754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys for all your responses. Keep up your good work. Hope SAS soon makes this possible in the future releases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:14:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reconnecting-to-a-lost-SAS-session/m-p/193897#M14754</guid>
      <dc:creator>KiranMaddi</dc:creator>
      <dc:date>2015-08-07T07:14:38Z</dc:date>
    </item>
  </channel>
</rss>

