<?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: Switching the Selected Server (SASApp =&amp;gt; SASAppVA) via code in EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/274002#M19021</link>
    <description>&lt;P&gt;If your SASAppVA workspace server is defined in the same metadata server as your SASApp workspace server (you see both in EG's Servers view), then it would be trivial...&amp;nbsp; add another program node and have the second program run on SASAppVA (select it from the "Selected Server" dropdown on the contextual toolbar of your second program).&amp;nbsp; The first program could run on SASApp and the second on SASAppVA.&amp;nbsp; Draw an explicit link between the two programs&amp;nbsp;to ensure they run in the order you wish.&amp;nbsp; (You can create a link by right-clicking a node and selecting "Link Program to..." or by clicking the right side of a node and dragging to another node.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your SASApp and SASAppVA workspace servers are in different metadata contexts, then it requires&amp;nbsp;other approaches&amp;nbsp;(ex. SAS/CONNECT, writing data to permanent location accessible by both environments, etc.).&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2016 02:23:08 GMT</pubDate>
    <dc:creator>CaseySmith</dc:creator>
    <dc:date>2016-05-31T02:23:08Z</dc:date>
    <item>
      <title>Switching the Selected Server (SASApp =&gt; SASAppVA) via code in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/273883#M19008</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a huge code that runs every night in EG.&lt;/P&gt;
&lt;P&gt;I want to add another code after the original code but it has to run at SASAppVA server. Actually, I want to update the table which is used by reporting at VA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way of doing this like writing a statement like libname?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Onur&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 10:28:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/273883#M19008</guid>
      <dc:creator>dincoo</dc:creator>
      <dc:date>2016-05-30T10:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Switching the Selected Server (SASApp =&gt; SASAppVA) via code in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/273888#M19009</link>
      <description>&lt;P&gt;First, executing&amp;nbsp;jobs in EG in batch for other and personal use cannot be considered as bets practice.&lt;/P&gt;
&lt;P&gt;If you wish to update&amp;nbsp;VA/LASR data, I get the impression that isn't only personal...?&lt;/P&gt;
&lt;P&gt;Second, developing jobs that are of ETL style, EG, again, is not the preferred&amp;nbsp;tool, DI Studio is.&lt;/P&gt;
&lt;P&gt;I would look for a solution where you execute those&amp;nbsp;batch jobs on the SAS server(s). Do you share the metadata server between the two appservers?&lt;/P&gt;
&lt;P&gt;Perhaps you need a 3rd party scheduler&amp;nbsp;to manage dependencies between jobs on different serves.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2016 11:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/273888#M19009</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-05-30T11:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Switching the Selected Server (SASApp =&gt; SASAppVA) via code in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/274002#M19021</link>
      <description>&lt;P&gt;If your SASAppVA workspace server is defined in the same metadata server as your SASApp workspace server (you see both in EG's Servers view), then it would be trivial...&amp;nbsp; add another program node and have the second program run on SASAppVA (select it from the "Selected Server" dropdown on the contextual toolbar of your second program).&amp;nbsp; The first program could run on SASApp and the second on SASAppVA.&amp;nbsp; Draw an explicit link between the two programs&amp;nbsp;to ensure they run in the order you wish.&amp;nbsp; (You can create a link by right-clicking a node and selecting "Link Program to..." or by clicking the right side of a node and dragging to another node.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your SASApp and SASAppVA workspace servers are in different metadata contexts, then it requires&amp;nbsp;other approaches&amp;nbsp;(ex. SAS/CONNECT, writing data to permanent location accessible by both environments, etc.).&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 02:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Switching-the-Selected-Server-SASApp-gt-SASAppVA-via-code-in-EG/m-p/274002#M19021</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2016-05-31T02:23:08Z</dc:date>
    </item>
  </channel>
</rss>

