<?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: EG disconnect server - similar in base SAS? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302560#M64186</link>
    <description>Thank you for your response.   I have far more experience on EG than the base application and I'm trying to get up to speed with base SAS.   &lt;BR /&gt;On base I see an option to "Remote Submit", is this a similar thing?</description>
    <pubDate>Wed, 05 Oct 2016 10:00:56 GMT</pubDate>
    <dc:creator>RB1Kenobi</dc:creator>
    <dc:date>2016-10-05T10:00:56Z</dc:date>
    <item>
      <title>EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302539#M64184</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;When I'm using Enterprise Guide (7.1, 32bit) I use the "Disconnect" feature within the server window to reset my session without having to close it.&amp;nbsp; Therefore I do not need to re-open all the programs again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there similar functionality within the base SAS (9.4)&amp;nbsp;application?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 08:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302539#M64184</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2016-10-05T08:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302543#M64185</link>
      <description>&lt;P&gt;EG is server based, so when you disconnect, it closes the image on server, and then opens a new one. &amp;nbsp;An installed application on your desktop you can close with the X at the top right, then double clik the icon to open a new one. &amp;nbsp;Effectively they are the same thing, although maybe one click or so more to aquire.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this perhaps that you are coding macros and your session falls over (unbalanced quotes or something). &amp;nbsp;If so then the way I used to do it was save in SAS session, then batch submit the saved SAS file (right click on file, batch submit), that runs in its own enclosed session, so any errors or missing quotes are confined to the batch session.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302543#M64185</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-10-05T09:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302560#M64186</link>
      <description>Thank you for your response.   I have far more experience on EG than the base application and I'm trying to get up to speed with base SAS.   &lt;BR /&gt;On base I see an option to "Remote Submit", is this a similar thing?</description>
      <pubDate>Wed, 05 Oct 2016 10:00:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302560#M64186</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2016-10-05T10:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302563#M64188</link>
      <description>&lt;P&gt;Naming changes constantly but:&lt;/P&gt;
&lt;P&gt;There is "Foundation SAS" - that's just the base license which you get always. And then you can add modules on top of it like SAS/Access, SAS/Connect, SAS IML,...&lt;/P&gt;
&lt;P&gt;These are all the Server components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then there are the clients like SAS EG, SAS DI Studio, ....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The oldest client is the Windows Manager (I use to call this PC SAS even though it's not correct). This is just a Windowing environment which sits on top of your server - and that's why you can't "disconnect" from the server like with SAS EG where it's a client/server architecture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use rsubmit (for which you need SAS/Connect) and spawn a child session. This way syntax errors like unbalanced quotation marks won't mess up your main session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rsubmit executes server side so you could do the same using EG as client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sooo... I assume "&lt;SPAN&gt; the base application&lt;/SPAN&gt;" means the old fashioned Windows Manager. Quite a few of the "old and very experienced guys" are stilll using this as their main client but if your not one of them then don't spend too much time to get into it. SAS Viya clients will be web based and there won't be a Windows Manager anymore (quite a change for some people...). Even SAS EG will cease it's existence as I understand it and will get merged into SAS Studio.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 10:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302563#M64188</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-10-05T10:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302583#M64192</link>
      <description>&lt;P&gt;With Base SAS, the user interface (aka Display Manager) is part of the SAS session, and is discarded everytime the SAS session is closed.&lt;/P&gt;
&lt;P&gt;With Enterprise Guide, the user interface is separate from the SAS session(s), so the list of programs etc (the "Project") can be preserved although the SAS session(s) is/are closed/lost.&lt;/P&gt;
&lt;P&gt;So the answer to your question is no, at least for acceptable effort.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:37:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302583#M64192</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-05T11:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302584#M64193</link>
      <description>&lt;P&gt;I am going to take issue with the Old there&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick﻿&lt;/a&gt;&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct though, desktop based installs are slowly disappearing in favour of web based systems. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:39:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302584#M64193</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-10-05T11:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302592#M64195</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;LOL. I've been using "old" in the chinese meaning&amp;nbsp;so it's expressing respect.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302592#M64195</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2016-10-05T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: EG disconnect server - similar in base SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302593#M64196</link>
      <description>&lt;P&gt;Thanks all for the insightful comments, I look forward to Viya!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 12:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EG-disconnect-server-similar-in-base-SAS/m-p/302593#M64196</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2016-10-05T12:05:46Z</dc:date>
    </item>
  </channel>
</rss>

