<?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: I don't quite understand how the structure of SAS EG, especially the projects, work. Please expl in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827684#M41232</link>
    <description>&lt;P&gt;You save each program separately and then run them in an EG project using a process flow so that they run after each other or an Ordered List.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 19:19:15 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-08-08T19:19:15Z</dc:date>
    <item>
      <title>I don't quite understand how the structure of SAS EG, especially the projects, work. Please explain</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827625#M41229</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Although I've been using SAS ince 1983 (HELLLOOOOO JCL &amp;amp; TSO), all my SAS PC work has been on the base, one file per program version. I have a new job where the manager insists on having a process for&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Libnames&lt;/LI&gt;&lt;LI&gt;Macro variables&lt;/LI&gt;&lt;LI&gt;Extractions (data retrieval)&lt;/LI&gt;&lt;LI&gt;Transformations&lt;/LI&gt;&lt;LI&gt;Loads or Reports&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I understand his approach but what I don't understand is how EG does this. What I mean is do I save each program separately (ie I'll have 4 programs for transformations) or do I save it all under the EG project, or both?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a past employer, we tried to use EG and the projects would corrupt, losing our work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance is appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paula Sims&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 14:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827625#M41229</guid>
      <dc:creator>SASGeek</dc:creator>
      <dc:date>2022-08-08T14:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: I don't quite understand how the structure of SAS EG, especially the projects, work. Please expl</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827684#M41232</link>
      <description>&lt;P&gt;You save each program separately and then run them in an EG project using a process flow so that they run after each other or an Ordered List.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 19:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827684#M41232</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-08-08T19:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: I don't quite understand how the structure of SAS EG, especially the projects, work. Please expl</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827700#M41235</link>
      <description>&lt;P&gt;If you don't like using EG projects then create a SAS "control" program that runs the individual steps using the %INCLUDE statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "libnames.sas";
%include "macro_variables.sas";
%include "extractions.sas";
%include "transformations.sas";
%include "reports.sas";
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Aug 2022 20:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/I-don-t-quite-understand-how-the-structure-of-SAS-EG-especially/m-p/827700#M41235</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-08-08T20:16:58Z</dc:date>
    </item>
  </channel>
</rss>

