<?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: How do I Search all nodes of an EG project (version 7.15 HF7) in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/620027#M35433</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13767"&gt;@mftuchman&lt;/a&gt;&amp;nbsp; - I suggest checking this out: &lt;A href="https://blogs.sas.com/content/sasdummy/2013/01/25/egp-search-tool2/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2013/01/25/egp-search-tool2/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jan 2020 21:51:35 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-01-25T21:51:35Z</dc:date>
    <item>
      <title>How do I Search all nodes of an EG project (version 7.15 HF7)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/620020#M35431</link>
      <description>&lt;P&gt;As projects get bigger, I often find myself looking for where I defined a certain code snippet or variable.&amp;nbsp; In an ideal world, I would name my nodes as suggestively as possible, so I can narrow down the answers.&amp;nbsp; &amp;nbsp;But sometimes, I just need to search.&amp;nbsp; &amp;nbsp;If I wanted to find all places in a project where a certain string was used, I *could* export the entire project to a .sas file,&amp;nbsp; and then search that.&amp;nbsp; It works, but it's suboptimal, and I have to do it again every time the project changes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I would like to be able to do, is enter in a string, and then tab through all the nodes where that string is involved.&amp;nbsp; For example, if I define X in query builder through a computed variable, I would want to see that node if I searched for X.&amp;nbsp; &amp;nbsp;If it's a code node, then pop open an editing window and go to the first occurrence of a string.&amp;nbsp; Does EG have anything like that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is a general feature question, there is no code or example data.&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Will EG 8 have this?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 19:01:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/620020#M35431</guid>
      <dc:creator>mftuchman</dc:creator>
      <dc:date>2020-01-25T19:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Search all nodes of an EG project (version 7.15 HF7)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/620027#M35433</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13767"&gt;@mftuchman&lt;/a&gt;&amp;nbsp; - I suggest checking this out: &lt;A href="https://blogs.sas.com/content/sasdummy/2013/01/25/egp-search-tool2/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2013/01/25/egp-search-tool2/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2020 21:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/620027#M35433</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-01-25T21:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Search all nodes of an EG project (version 7.15 HF7)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673263#M36570</link>
      <description>&lt;P&gt;I suspect I'm not allowed to download and install that package. I would need to wait for this to be a fully integrated feature of EG. &amp;nbsp; My version is 8.2&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 18:52:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673263#M36570</guid>
      <dc:creator>mftuchman</dc:creator>
      <dc:date>2020-07-29T18:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Search all nodes of an EG project (version 7.15 HF7)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673274#M36571</link>
      <description>&lt;P&gt;An EG project is a zip file with XML files. Using any language (I suggest C#), read the zip file and do a search across all XML nodes. Use XPath to simplify the search once you know the node pattern.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not as clean as an integrated approach, I agree, but it would work. You could also create a custom Task in EG but that is more complex. A simple console app can be done fast and easy.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 19:11:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673274#M36571</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2020-07-29T19:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Search all nodes of an EG project (version 7.15 HF7)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673298#M36572</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13767"&gt;@mftuchman&lt;/a&gt;&amp;nbsp; - The search tool looks like it has been around since 2012 so if you want it added as a feature in EG I recommend you raise a SASware ballot suggestion.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 19:58:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673298#M36572</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-07-29T19:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Search all nodes of an EG project (version 7.15 HF7)</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673332#M36576</link>
      <description>&lt;P&gt;Another option is that since SAS can read .zip files, you could develop a searching solution in SAS to search EG projects (my head's starting to hurt!)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 23:03:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-Search-all-nodes-of-an-EG-project-version-7-15-HF7/m-p/673332#M36576</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2020-07-29T23:03:18Z</dc:date>
    </item>
  </channel>
</rss>

