<?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: Adding empty Row in a Dataset when Group changes in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500456#M347</link>
    <description>&lt;P&gt;What will you actually use that blank line for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4954"&gt;@Astounding&lt;/a&gt;&amp;nbsp;says that is likely to be suboptimal for many things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At a minimum any sort or procedure that produces sorted output will likely move the blank lines to an out of order position&amp;nbsp;or remove them all together.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Oct 2018 15:49:58 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-10-01T15:49:58Z</dc:date>
    <item>
      <title>Adding empty Row in a Dataset when Group changes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500100#M282</link>
      <description>&lt;P&gt;Hi. I want to add an empty row in the dataset when the group chages according to KYGVKEY. How to do that? Thanks in advance for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 373px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23653iF1661695E811287D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 14:12:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500100#M282</guid>
      <dc:creator>Zeeshankhan</dc:creator>
      <dc:date>2018-09-29T14:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Adding empty Row in a Dataset when Group changes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500101#M283</link>
      <description>&lt;P&gt;It's probably not a good idea to change the data in that way.&amp;nbsp; When producing a report, there are ways to add a blank line.&amp;nbsp; At any rate, this should get the blank line that you asked for:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;set have;&lt;/P&gt;
&lt;P&gt;by KYGVKEY notsorted;&lt;/P&gt;
&lt;P&gt;output;&lt;/P&gt;
&lt;P&gt;if last.kygvkey;&lt;/P&gt;
&lt;P&gt;call missing(of _all_);&lt;/P&gt;
&lt;P&gt;output;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 14:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500101#M283</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-09-29T14:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding empty Row in a Dataset when Group changes</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500456#M347</link>
      <description>&lt;P&gt;What will you actually use that blank line for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4954"&gt;@Astounding&lt;/a&gt;&amp;nbsp;says that is likely to be suboptimal for many things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At a minimum any sort or procedure that produces sorted output will likely move the blank lines to an out of order position&amp;nbsp;or remove them all together.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 15:49:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Adding-empty-Row-in-a-Dataset-when-Group-changes/m-p/500456#M347</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-01T15:49:58Z</dc:date>
    </item>
  </channel>
</rss>

