<?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 SAS Enterprise Guide for Programmers: Webinar Follow-up in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34222#M4377</link>
    <description>Links to the webinar recording, Q&amp;amp;A summary, and other related information are now available here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/sasegforprogrammers.htm" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/sasegforprogrammers.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
    <pubDate>Wed, 23 Dec 2009 15:34:02 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2009-12-23T15:34:02Z</dc:date>
    <item>
      <title>SAS Enterprise Guide for Programmers: Webinar Follow-up</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34222#M4377</link>
      <description>Links to the webinar recording, Q&amp;amp;A summary, and other related information are now available here:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/onlinedoc/guide/sasegforprogrammers.htm" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/sasegforprogrammers.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Wed, 23 Dec 2009 15:34:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34222#M4377</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2009-12-23T15:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide for Programmers: Webinar Follow-up</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34223#M4378</link>
      <description>Chris,&lt;BR /&gt;
&lt;BR /&gt;
I did view the webinar and had several questions which did not get answered.&lt;BR /&gt;
&lt;BR /&gt;
1.  I have written SAS programs that help document a SAS application - it reads all the variables from a SAS Library and then goes through all the SAS programs and finds their respective locations mentioned in the program and creates a SAS dataset that helps document the application as well as assists in troubleshooting the application when there are problems and/or questions.  &lt;BR /&gt;
&lt;BR /&gt;
Is there an easy way to read EGP files like it is when you have SAS programs filed in a directory?  I really do not want to go into every project and then export the code to an external file just to document the application.&lt;BR /&gt;
&lt;BR /&gt;
2.  We are all knowledgeable about chaining a series of SAS programs using the "%INCLUDE" statements for running a group of SAS programs in BATCH.  Is there a way to chain EGP projects in a similiar fashion?  That is, we may have independent EGP projects that do a specific task / application but would like to chain a number of these tasks such that run all together in a sequencial manner AND in BATCH?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Charles Patridge&lt;BR /&gt;
Chares_S_Patridge at prodigy dot net</description>
      <pubDate>Wed, 23 Dec 2009 20:56:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34223#M4378</guid>
      <dc:creator>charles_s_patridge</dc:creator>
      <dc:date>2009-12-23T20:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide for Programmers: Webinar Follow-up</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34224#M4379</link>
      <description>Hi Charles,&lt;BR /&gt;
&lt;BR /&gt;
A few thoughts from me; Chris may have more to add.&lt;BR /&gt;
&lt;BR /&gt;
1. An EG project is actually a ZIP file underneath it all. You could extract the underlying code by renaming the file with a .zip extension (I'd probably create a backup copy first!), unzipping it, then accessing the code in separate folders. I don't know if this is more automated than doing an Export all code manually. More details on the zip file details here: &lt;A href="http://support.sas.com/kb/18/414.html" target="_blank"&gt;http://support.sas.com/kb/18/414.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
2. I don't know of a specific way to chain multiple projects together. You can always create code templates from the tasks in question, save the code files, and then use %include on the code. You can also create multiple process flows and ordered lists as a way within a single project to easily control what executes. Usually, %include statements are used to either submit code at the beginning of using SAS or to bring in a specific chunk of pre-written code when needed. You can tackle the "code at the beginning" part in EG 4.2 by using Tools / Options / SAS Programs / Submit SAS code when server is connected. Bringing in a specific chunk or pre-written code can be applied to tasks as previously mentioned by creating code templates from those and saving the code.</description>
      <pubDate>Thu, 24 Dec 2009 14:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Enterprise-Guide-for-Programmers-Webinar-Follow-up/m-p/34224#M4379</guid>
      <dc:creator>RichardH_sas</dc:creator>
      <dc:date>2009-12-24T14:02:19Z</dc:date>
    </item>
  </channel>
</rss>

