<?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: What does the 'server type' in task status pane means? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216503#M16257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I'll bet that's correct.&amp;nbsp; Even if the Stored Process is running on a the Workspace Server instance, it wouldn't surprise me if the status shows "Stored Process" since that's the method being used...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 12:32:13 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-04-07T12:32:13Z</dc:date>
    <item>
      <title>What does the 'server type' in task status pane means?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216500#M16254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a stored process from a program with following code:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;data _null_; &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;set sashelp.cars; &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;run;&lt;/P&gt;&lt;P&gt;and set the server type to 'Workspace Server only' in execution option.&lt;/P&gt;&lt;P&gt;When I run the stored process, 'server type' in task status pane always shows 'Stored Process' but not 'Workspace' which I expect.&lt;/P&gt;&lt;P&gt;So what does this 'server type' exactly means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:11:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216500#M16254</guid>
      <dc:creator>ShenQicheng</dc:creator>
      <dc:date>2015-04-06T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: What does the 'server type' in task status pane means?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216501#M16255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This &lt;STRONG&gt;Server Type&lt;/STRONG&gt; field provides you (the end user) with an idea of what type of SAS session is running your job.&amp;nbsp; The Workspace server is most common for typical connections, but as you noted the Stored Process server can be used for SAS stored processes.&amp;nbsp; Also, customers with a SAS Grid Computing environment might see "Grid" when their SAS jobs are running on a distributed grid node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 11:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216501#M16255</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-06T11:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: What does the 'server type' in task status pane means?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216502#M16256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Chris&lt;/P&gt;&lt;P&gt;That means, the &lt;STRONG&gt;Server Type&lt;/STRONG&gt; field will always show &lt;STRONG&gt;stored process&lt;/STRONG&gt; even if the excution option of the stored process was set to &lt;STRONG&gt;Workspace Server Only&lt;/STRONG&gt;? (In an environment other than Grid Computing)&lt;/P&gt;&lt;P&gt;Shen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 02:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216502#M16256</guid>
      <dc:creator>ShenQicheng</dc:creator>
      <dc:date>2015-04-07T02:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: What does the 'server type' in task status pane means?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216503#M16257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I'll bet that's correct.&amp;nbsp; Even if the Stored Process is running on a the Workspace Server instance, it wouldn't surprise me if the status shows "Stored Process" since that's the method being used...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 12:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/What-does-the-server-type-in-task-status-pane-means/m-p/216503#M16257</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-07T12:32:13Z</dc:date>
    </item>
  </channel>
</rss>

