<?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 consolidate datasets in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832510#M20554</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi there &amp;nbsp; I would like to consolidate datasets from a library where all the datasets are stacked. I would only like to select certain columns from the dataset to be consolidated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 14:32:24 GMT</pubDate>
    <dc:creator>Citrine10</dc:creator>
    <dc:date>2022-09-09T14:32:24Z</dc:date>
    <item>
      <title>Consolidate datasets</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832506#M20553</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to consolidate datasets from a library where all the datasets are stacked. I would only like to select certain columns from the dataset to be consolidated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 14:18:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832506#M20553</guid>
      <dc:creator>Citrine10</dc:creator>
      <dc:date>2022-09-09T14:18:23Z</dc:date>
    </item>
    <item>
      <title>SAS consolidate datasets</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832510#M20554</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi there &amp;nbsp; I would like to consolidate datasets from a library where all the datasets are stacked. I would only like to select certain columns from the dataset to be consolidated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 14:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832510#M20554</guid>
      <dc:creator>Citrine10</dc:creator>
      <dc:date>2022-09-09T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS consolidate datasets</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832511#M20555</link>
      <description>&lt;P&gt;Note: duplicate posts combined.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may have to provide an example of what you mean by "consolidate" and "stacked" in this context.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would typically think "stacked" meant two or more data sets had already by appended or "consolidated" into a single set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may be better off leaving your data as needed and just use a WHERE statement or clause to select the variables for use at any given time than to make subsets of data.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 15:00:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832511#M20555</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-09-09T15:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidate datasets</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832718#M20556</link>
      <description>&lt;P&gt;If the tables in your source library follow a naming convention like have_1, have_2, have_3, .... then you can use the column modifier as a wildcard to address them all.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
  set have_:(keep=col1 col2);
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Sep 2022 03:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/832718#M20556</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-09-11T03:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Consolidate datasets</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/845418#M20635</link>
      <description>Steps for data consolidation&lt;BR /&gt;Data consolidation usually involves four layers of technology: data sources, an ETL (extract, transform and load) data pipeline, a data warehouse destination, and business intelligence (BI) tools.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rachel Gomez</description>
      <pubDate>Mon, 21 Nov 2022 07:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Consolidate-datasets/m-p/845418#M20635</guid>
      <dc:creator>RacheLGomez123</dc:creator>
      <dc:date>2022-11-21T07:43:55Z</dc:date>
    </item>
  </channel>
</rss>

