<?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 Multiple Programs within an EG project in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745456#M233661</link>
    <description>&lt;P&gt;I have multiple programs within an EG project that I have on a schedule (just Windows task scheduler on my desktop).&amp;nbsp; The scheduled task is to run the entire EG project (all programs).&amp;nbsp; Each program is a slight variance of the other as tweaks were made to request other output. So, I have utilized the same data set names within every program.&amp;nbsp; For instance, program 1 may look at q1 data and program 2 may look at q2 data, but I call the data set work.analysisdata in both programs.&amp;nbsp; Is that a problem within the schedule as there is only 1 work library?&amp;nbsp; or does SAS EG silo each program run so that my results will not be impacted?&lt;/P&gt;
&lt;P&gt;Sorry - this may seem like a question too basic for this forum, but I can't seem to find that answer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 13:14:13 GMT</pubDate>
    <dc:creator>Lost_Gary</dc:creator>
    <dc:date>2021-06-03T13:14:13Z</dc:date>
    <item>
      <title>Multiple Programs within an EG project</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745456#M233661</link>
      <description>&lt;P&gt;I have multiple programs within an EG project that I have on a schedule (just Windows task scheduler on my desktop).&amp;nbsp; The scheduled task is to run the entire EG project (all programs).&amp;nbsp; Each program is a slight variance of the other as tweaks were made to request other output. So, I have utilized the same data set names within every program.&amp;nbsp; For instance, program 1 may look at q1 data and program 2 may look at q2 data, but I call the data set work.analysisdata in both programs.&amp;nbsp; Is that a problem within the schedule as there is only 1 work library?&amp;nbsp; or does SAS EG silo each program run so that my results will not be impacted?&lt;/P&gt;
&lt;P&gt;Sorry - this may seem like a question too basic for this forum, but I can't seem to find that answer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 13:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745456#M233661</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2021-06-03T13:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Programs within an EG project</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745466#M233667</link>
      <description>&lt;P&gt;All&amp;nbsp; your program nodes work in the same environment, which means that datasets with an identical name will be overwritten, and only the last version will survive.&lt;/P&gt;
&lt;P&gt;With temporary datasets, created and used within a node only, this is not an issue, but results will only have the last one.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 13:52:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745466#M233667</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-03T13:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Programs within an EG project</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745579#M233737</link>
      <description>&lt;P&gt;Does EG run each scheduled program within a project sequentially or concurrently?&amp;nbsp; And if concurrently, can this cause issues with using the same dataset names?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 18:44:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745579#M233737</guid>
      <dc:creator>Lost_Gary</dc:creator>
      <dc:date>2021-06-03T18:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Programs within an EG project</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745583#M233740</link>
      <description>EG can run codes in parallel, but for this, parallel processing needs to be enabled for the project, and you need to define nodes as parallel in the project flow.</description>
      <pubDate>Thu, 03 Jun 2021 19:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Programs-within-an-EG-project/m-p/745583#M233740</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-03T19:04:28Z</dc:date>
    </item>
  </channel>
</rss>

