<?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 Append SAS files with different file formats in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/444988#M283057</link>
    <description>&lt;P&gt;All - I would like to turn the below data step into 4 files that are appended together.&amp;nbsp; the 'j' files have the same format and 'k' file has a different format - less and a few different fields.&amp;nbsp; The record count on my data step seems to be off.&amp;nbsp; &amp;nbsp;Not sure of the best way to accomplish this task using SAS general programming or SQL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;order the files should be appended&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;etl.inp_claimsj_lds2013&lt;/P&gt;&lt;P&gt;etl.inp_claimsj_lds2014&lt;/P&gt;&lt;P&gt;etl.inp_claimsj_lds2015&lt;/P&gt;&lt;P&gt;etl.inp_claimsk_lds2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;SAS Code&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;data etl.inp_claims_lds2013_2016;&lt;BR /&gt;set etl.inp_claimsj_lds2013 etl.inp_claimsj_lds2014 etl.inp_claimsj_lds2015 etl.inp_claimsk_lds2016;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Mar 2018 00:59:00 GMT</pubDate>
    <dc:creator>fpascal</dc:creator>
    <dc:date>2018-03-13T00:59:00Z</dc:date>
    <item>
      <title>Append SAS files with different file formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/444988#M283057</link>
      <description>&lt;P&gt;All - I would like to turn the below data step into 4 files that are appended together.&amp;nbsp; the 'j' files have the same format and 'k' file has a different format - less and a few different fields.&amp;nbsp; The record count on my data step seems to be off.&amp;nbsp; &amp;nbsp;Not sure of the best way to accomplish this task using SAS general programming or SQL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;order the files should be appended&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;etl.inp_claimsj_lds2013&lt;/P&gt;&lt;P&gt;etl.inp_claimsj_lds2014&lt;/P&gt;&lt;P&gt;etl.inp_claimsj_lds2015&lt;/P&gt;&lt;P&gt;etl.inp_claimsk_lds2016&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;SAS Code&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;data etl.inp_claims_lds2013_2016;&lt;BR /&gt;set etl.inp_claimsj_lds2013 etl.inp_claimsj_lds2014 etl.inp_claimsj_lds2015 etl.inp_claimsk_lds2016;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 00:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/444988#M283057</guid>
      <dc:creator>fpascal</dc:creator>
      <dc:date>2018-03-13T00:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Append SAS files with different file formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/444995#M283058</link>
      <description>&lt;P&gt;Your code looks line.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;The record count on my data step seems to be off.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Why do you say that? Post the log please.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2018 02:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/444995#M283058</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-13T02:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Append SAS files with different file formats</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/445031#M283059</link>
      <description>You are right ... i did some manual calculations&lt;BR /&gt;the numbers came up different in Tableau so i will check my code there</description>
      <pubDate>Tue, 13 Mar 2018 05:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Append-SAS-files-with-different-file-formats/m-p/445031#M283059</guid>
      <dc:creator>fpascal</dc:creator>
      <dc:date>2018-03-13T05:10:35Z</dc:date>
    </item>
  </channel>
</rss>

