<?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 data sets in work-order in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975038#M378031</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Is it possible that data sets in work libarary be listed in order that they were created?&lt;/P&gt;
&lt;P&gt;I look at work libarary nd I see the data sets there but the order they appear is alphabetic&amp;nbsp; and not by time they were created&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Sep 2025 20:32:48 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2025-09-14T20:32:48Z</dc:date>
    <item>
      <title>data sets in work-order</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975038#M378031</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Is it possible that data sets in work libarary be listed in order that they were created?&lt;/P&gt;
&lt;P&gt;I look at work libarary nd I see the data sets there but the order they appear is alphabetic&amp;nbsp; and not by time they were created&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 20:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975038#M378031</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-09-14T20:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: data sets in work-order</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975040#M378032</link>
      <description>&lt;P&gt;What do you mean by "look"?&amp;nbsp; Did you open some viewer? Which one?&amp;nbsp; What interface are you using to run SAS?&amp;nbsp; Display Manager? Enterprise Guide? SAS/Studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can always make a report instead.&lt;/P&gt;
&lt;PRE&gt;data z;
run;
data m;
run;
data a;
run;

proc sql;
select memname, modate format=datetime19.
  from dictionary.tables
  where libname='WORK' 
  order by modate 
;
quit;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1757883103390.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109952i48F19F1AAEE085DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1757883103390.png" alt="Tom_0-1757883103390.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 20:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975040#M378032</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-09-14T20:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: data sets in work-order</title>
      <link>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975047#M378033</link>
      <description>&lt;P&gt;SAS Studio, Enterprise Guide, Display Manager and even the sas-addon for VS Code display library contents always in alphabetical order. But if you should have access to your work-folder with Windows Explorer, too, so that you use it to display datasets in the required order.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 05:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/data-sets-in-work-order/m-p/975047#M378033</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2025-09-15T05:30:27Z</dc:date>
    </item>
  </channel>
</rss>

