<?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 DI Folder Datasets and their Size and location information in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Folder-Datasets-and-their-Size-and-location-information/m-p/759614#M20050</link>
    <description>&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we in the process of migration and I came across a situation where I need to Find all the Datasets in particular Folder in SAS DI and their Size as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have generated a report in SAS DI but its giving all the information on jobs , Tables, and columns etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for the datasets present in particular folder, Dataset path and Datasets Size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please share some info if they have idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vicks&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 05:09:26 GMT</pubDate>
    <dc:creator>vickys</dc:creator>
    <dc:date>2021-08-05T05:09:26Z</dc:date>
    <item>
      <title>SAS DI Folder Datasets and their Size and location information</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Folder-Datasets-and-their-Size-and-location-information/m-p/759614#M20050</link>
      <description>&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we in the process of migration and I came across a situation where I need to Find all the Datasets in particular Folder in SAS DI and their Size as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have generated a report in SAS DI but its giving all the information on jobs , Tables, and columns etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for the datasets present in particular folder, Dataset path and Datasets Size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could someone please share some info if they have idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really appreciate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vicks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 05:09:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Folder-Datasets-and-their-Size-and-location-information/m-p/759614#M20050</guid>
      <dc:creator>vickys</dc:creator>
      <dc:date>2021-08-05T05:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Folder Datasets and their Size and location information</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Folder-Datasets-and-their-Size-and-location-information/m-p/760180#M20053</link>
      <description>&lt;P&gt;When you say folder, I'm presuming you mean a physical directory (not metadata folder).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following macro will give you what you need:&amp;nbsp;&lt;A href="https://core.sasjs.io/mp__dirlist_8sas.html" target="_blank"&gt;https://core.sasjs.io/mp__dirlist_8sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the `getattrs` parameter to get additional (size) info, eg as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mp_dirlist(path=/your/folder,outds=work.results,getattrs=YES)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you're looking to simply grab the size of a single dataset you can also use this macro function:&amp;nbsp;&lt;A href="https://core.sasjs.io/mf__getfilesize_8sas.html" target="_blank"&gt;https://core.sasjs.io/mf__getfilesize_8sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Aug 2021 18:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Folder-Datasets-and-their-Size-and-location-information/m-p/760180#M20053</guid>
      <dc:creator>AllanBowe</dc:creator>
      <dc:date>2021-08-07T18:45:14Z</dc:date>
    </item>
  </channel>
</rss>

