<?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: Blank entries [proc append] in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181634#M46268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all the replies and help &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the problem occurs with the importing step, but I'm not sure why:smileyplain:...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Log info:&lt;/P&gt;&lt;P&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary&lt;/P&gt;&lt;P&gt;parameter values will be saved to WORK.PARMS.PARMS.SLIST.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;/********************************File info&lt;/EM&gt;*******************************************************/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;NOTE: The infile '&lt;EM&gt;filepath&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;' is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=&lt;EM&gt;filepath&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=32767,File Size (bytes)=266031,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=28 October 2013 14:09:32,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=13 November 2013 14:17:43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;NOTE: Invalid data for RECIPIENT_ACCOUNT in line 2790 16-25.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RULE:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+---&lt;/P&gt;&lt;P&gt;2790&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;observation details&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;_ERROR_=1 _N_=2789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the other files seem to be fine when they are imported.&lt;/P&gt;&lt;P&gt;I went to the specific entry but I can't find anything out of the ordinary .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 07:58:09 GMT</pubDate>
    <dc:creator>mjheever</dc:creator>
    <dc:date>2014-02-25T07:58:09Z</dc:date>
    <item>
      <title>Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181626#M46260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS Community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've imported 26 excel files into SAS and created a data set (or table) for each of them. &lt;/P&gt;&lt;P&gt;The goal is to create &lt;STRONG&gt;one table&lt;/STRONG&gt; out of all these files (the &lt;STRONG&gt;variables&lt;/STRONG&gt; are exactly the &lt;STRONG&gt;same&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used proc append&amp;nbsp; in such a manner:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data alldata;&lt;/P&gt;&lt;P&gt;set cbs01;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc append base=alldata data=Cbs02 force;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc append base=alldata data=Cbs03 force;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;This seemed to have worked fine except that with two of the 26 files, say cbs02 and cbs03, some variable values are blank in the appended &lt;STRONG&gt;alldata&lt;/STRONG&gt; set.&lt;/P&gt;&lt;P&gt;When I looked at the attributes of the variables and noticed that these two files's variables are of numeric format and the other files' variables are in char format.&lt;/P&gt;&lt;P&gt;I've tried to change the cell format in excel manually to text, but this does not seem to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally I've tried to create separate data sets for these files and use the put function to change their formats but then the order of the variables are all messed up and can't append them to the rest of the datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you :smileygrin: :smileygrin: :smileygrin:&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 08:12:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181626#M46260</guid>
      <dc:creator>mjheever</dc:creator>
      <dc:date>2014-02-21T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181627#M46261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lesson learned is to avoid Excel whenever possible.&lt;/P&gt;&lt;P&gt;If this is one time job, I suggest that you export the Excel-files as csv, and try to import them instead. That will hopefully get rid of some hard-to-understand Excel cell formatting which riddles SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 09:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181627#M46261</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-02-21T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181628#M46262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with just one datastep.&lt;/P&gt;&lt;P&gt;data alldata;&lt;/P&gt;&lt;P&gt;set&lt;/P&gt;&lt;P&gt;&amp;nbsp; cbs01&lt;/P&gt;&lt;P&gt;&amp;nbsp; cbs02&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; cbs26&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With a nmacro can be even easier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 09:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181628#M46262</guid>
      <dc:creator>Barnipaz</dc:creator>
      <dc:date>2014-02-21T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181629#M46263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But that is the problem, all the files are in .csv format but still the problem remains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What alternative would you recommend for Excel ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 09:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181629#M46263</guid>
      <dc:creator>mjheever</dc:creator>
      <dc:date>2014-02-21T09:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181630#M46264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data all_csv;&lt;/P&gt;&lt;P&gt;&amp;nbsp; infile '...cbs*.csv'&lt;/P&gt;&lt;P&gt;&amp;nbsp; put&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; varn&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way load all the csv file that have the parttern 'csb*.csv'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 09:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181630#M46264</guid>
      <dc:creator>Barnipaz</dc:creator>
      <dc:date>2014-02-21T09:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181631#M46265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Proc Append doesn't care about the ordring of variables (as it's close cousin insert into in SQL), so there's probably some other kind of problem. If this is a one time shot, changing the variable type in SAS would be my recommendation. Be sure after your put() that the resulting variable have the same type, length, format and label, and drop the original variable.&lt;/P&gt;&lt;P&gt; Be aware of if they initially have been imported as numeric, there could be char values in the original file which will be set to missing in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What method do you use for importing, PROC IMPORT or import wizard in Enterprise Guide, or...?&lt;/P&gt;&lt;P&gt;If you use PROC IMPORT, take a look at the GUESSINGROWS statement, could help you resolve the type mismatch during the import.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 10:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181631#M46265</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-02-21T10:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181632#M46266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using force option in the append it can work. We don't kwnow without the log (ILWT - In Log We Trust)&lt;/P&gt;&lt;P&gt;I know that in the datastep it should be inserted the length and the informat &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;It was a starting point for writing the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 10:54:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181632#M46266</guid>
      <dc:creator>Barnipaz</dc:creator>
      <dc:date>2014-02-21T10:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181633#M46267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Betting that you started with proc import which made guesses for each input file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a a fileref to point to all of the CSV files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename csvin "c:\path to the data files\*.csv";&lt;/P&gt;&lt;P&gt;and then import the fileref CSVIN instead of the individual files. Set guessing rows large. This get all of the data ends up in one data set. HOWEVER you only want column headings to appear the first alphabetical named CSV file otherwise the column headings in the following data sets will make all of the variable character to accomodate the column headings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 22:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181633#M46267</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-02-24T22:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181634#M46268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all the replies and help &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the problem occurs with the importing step, but I'm not sure why:smileyplain:...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Log info:&lt;/P&gt;&lt;P&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary&lt;/P&gt;&lt;P&gt;parameter values will be saved to WORK.PARMS.PARMS.SLIST.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;EM&gt;/********************************File info&lt;/EM&gt;*******************************************************/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;NOTE: The infile '&lt;EM&gt;filepath&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;' is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=&lt;EM&gt;filepath&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=32767,File Size (bytes)=266031,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=28 October 2013 14:09:32,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=13 November 2013 14:17:43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;NOTE: Invalid data for RECIPIENT_ACCOUNT in line 2790 16-25.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;RULE:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+---&lt;/P&gt;&lt;P&gt;2790&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;observation details&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;_ERROR_=1 _N_=2789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the other files seem to be fine when they are imported.&lt;/P&gt;&lt;P&gt;I went to the specific entry but I can't find anything out of the ordinary .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 07:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181634#M46268</guid>
      <dc:creator>mjheever</dc:creator>
      <dc:date>2014-02-25T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181635#M46269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd make a small wager that the recipient_account is being created as numeric. If so, open the input file and find the row 2790. I'll bet you find a character value in that field. If it isn't obvious look for a zero that is actually a capital O or an imbedded space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you&amp;nbsp; haven't shared the code used to import the data I suspect you used proc import with the default of 20 for guessing rows, which only examines the first 20 rows of data to determine data type. Add guessingrows= 32767 to the proc import statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181635#M46269</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-02-25T15:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181636#M46270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer will be found the the LOG output you omitted and labeled.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2790&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;observation details&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181636#M46270</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-02-25T15:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Blank entries [proc append]</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181637#M46271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excel was corrupt it seems, since after deleting and&amp;nbsp; re sending it the program worked just fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all the input. I'm sure it will come in handy at some point in time &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy the weekend ! :smileygrin: :smileygrin: :smileygrin: &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 07:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Blank-entries-proc-append/m-p/181637#M46271</guid>
      <dc:creator>mjheever</dc:creator>
      <dc:date>2014-02-28T07:22:06Z</dc:date>
    </item>
  </channel>
</rss>

