<?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 add a blank row at the end of the file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245913#M268563</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have end=eof;
output;
if eof then do;
	call missing (of _all_);
	output;&lt;BR /&gt;end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 25 Jan 2016 17:42:06 GMT</pubDate>
    <dc:creator>DanZ</dc:creator>
    <dc:date>2016-01-25T17:42:06Z</dc:date>
    <item>
      <title>How to add a blank row at the end of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245902#M268561</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me to add a row of blank at the end of my file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HHC&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:12:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245902#M268561</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2016-01-25T17:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a blank row at the end of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245904#M268562</link>
      <description>&lt;P&gt;Is this a dataset (in which case you'll need to provide some strong reasons for adding a blank row) or a exported dataset or a report?&lt;/P&gt;
&lt;P&gt;What have you currently attempted?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:19:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245904#M268562</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-25T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a blank row at the end of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245913#M268563</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have end=eof;
output;
if eof then do;
	call missing (of _all_);
	output;&lt;BR /&gt;end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jan 2016 17:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245913#M268563</guid>
      <dc:creator>DanZ</dc:creator>
      <dc:date>2016-01-25T17:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a blank row at the end of the file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245957#M268564</link>
      <description>&lt;P&gt;Am with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw﻿&lt;/a&gt;&amp;nbsp;here, there is no reason I can think of to have a blank row in a dataset, it will just mess up procedures on the data, could even affect results. &amp;nbsp;What is the reasoning? &amp;nbsp;If you want categories regardless of prescence, then use a template dataset, i.e. create a dataset with the combinations you need, and then merge that onto a results dataset.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 19:16:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-a-blank-row-at-the-end-of-the-file/m-p/245957#M268564</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-01-25T19:16:51Z</dc:date>
    </item>
  </channel>
</rss>

