<?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 to make Enterprise Guide sort the &amp;quot;Output Data&amp;quot; by name? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559179#M33707</link>
    <description>You can add this to the SASware Ballot Ideas where suggestions for modifications to the GUI are considered. Find the link in the top right under 'Find a Community'</description>
    <pubDate>Wed, 15 May 2019 21:43:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-05-15T21:43:21Z</dc:date>
    <item>
      <title>How to make Enterprise Guide sort the "Output Data" by name?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559172#M33704</link>
      <description>&lt;P&gt;When multiple data sets are created by my SAS codes, they can be view in the "Output Data" tab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish they are sorted by name in the "Output Data" tab so that it is easier to check them. I looked through all the options, but could not find one. Could you help me? Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 21:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559172#M33704</guid>
      <dc:creator>jjjch</dc:creator>
      <dc:date>2019-05-15T21:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Enterprise Guide sort the "Output Data" by name?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559176#M33705</link>
      <description>&lt;P&gt;I'm not entirely sure, but I don't think it is possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not just check them in the relevant library?&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 21:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559176#M33705</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-05-15T21:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Enterprise Guide sort the "Output Data" by name?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559177#M33706</link>
      <description>&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, my SAS codes created 35 datasets, but they are not sorted by name, therefore it is difficult for me to find the dataset I want to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By "in the relevant library", do you mean I create multiple libs, and put different datasets into different lib? I don't like that.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 21:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559177#M33706</guid>
      <dc:creator>jjjch</dc:creator>
      <dc:date>2019-05-15T21:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Enterprise Guide sort the "Output Data" by name?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559179#M33707</link>
      <description>You can add this to the SASware Ballot Ideas where suggestions for modifications to the GUI are considered. Find the link in the top right under 'Find a Community'</description>
      <pubDate>Wed, 15 May 2019 21:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559179#M33707</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-05-15T21:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Enterprise Guide sort the "Output Data" by name?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559672#M33725</link>
      <description>&lt;P&gt;I went ahead and added this suggestion to our tracking system, but feel free to post it to the ballot as well.&amp;nbsp; Thanks for the feedback!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, EG displays output data in the order it was created.&amp;nbsp; For example, if you submit the following code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data c;x=1;run;&lt;BR /&gt;data b;x=2;run;&lt;BR /&gt;data d;x=3;run;&lt;BR /&gt;data a;x=4;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;... it will display in the order C, B, D, A in the Output Data tab. I agree, it would be nice to have a way to sort by name (ascending or descending) as well as the order in which they were created. We will consider for a future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 14:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559672#M33725</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2019-05-17T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to make Enterprise Guide sort the "Output Data" by name?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559776#M33726</link>
      <description>Thank you very much for your reply!</description>
      <pubDate>Fri, 17 May 2019 19:47:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-make-Enterprise-Guide-sort-the-quot-Output-Data-quot-by/m-p/559776#M33726</guid>
      <dc:creator>jjjch</dc:creator>
      <dc:date>2019-05-17T19:47:52Z</dc:date>
    </item>
  </channel>
</rss>

