<?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 Efficiently Concatenate SAS Datasets with Varying Column Names? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901538#M356276</link>
    <description>&lt;P&gt;Please describe your situation in more detail. Do you have different names for the same variable, or should end the variables up side-by-side, with missing values for the datasets where they were not present?&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 07:38:52 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-11-04T07:38:52Z</dc:date>
    <item>
      <title>How to Efficiently Concatenate SAS Datasets with Varying Column Names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901524#M356275</link>
      <description>&lt;P&gt;I'm currently working on a project in SAS Studio and SAS on demand, and I need to concatenate multiple datasets with varying column names. I've come across several approaches, but I'm looking for the most efficient method. Could someone kindly guide me through the steps or share any code snippets that can help me achieve this seamlessly? Your expertise would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 05:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901524#M356275</guid>
      <dc:creator>anarose192</dc:creator>
      <dc:date>2023-11-04T05:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Efficiently Concatenate SAS Datasets with Varying Column Names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901538#M356276</link>
      <description>&lt;P&gt;Please describe your situation in more detail. Do you have different names for the same variable, or should end the variables up side-by-side, with missing values for the datasets where they were not present?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 07:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901538#M356276</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-11-04T07:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Efficiently Concatenate SAS Datasets with Varying Column Names?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901677#M356332</link>
      <description>&lt;P&gt;By efficient, do you mean the time it would take to write the program?&lt;/P&gt;
&lt;P&gt;If your variables that you want to be in the some output variable have the same positions in the input data sets, you can use the UNION ALL operator in SQL, since it doesn't care about variable names (except the one from the first table).&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 07:34:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Efficiently-Concatenate-SAS-Datasets-with-Varying-Column/m-p/901677#M356332</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-11-06T07:34:39Z</dc:date>
    </item>
  </channel>
</rss>

