<?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 extra row in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765104#M242323</link>
    <description>We need a final dataset looks my output for proc report right?</description>
    <pubDate>Tue, 31 Aug 2021 16:27:21 GMT</pubDate>
    <dc:creator>sasuser123123</dc:creator>
    <dc:date>2021-08-31T16:27:21Z</dc:date>
    <item>
      <title>How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765092#M242318</link>
      <description>&lt;P&gt;Hi Everyone.&lt;BR /&gt;&lt;BR /&gt;I have a data like..&lt;BR /&gt;&lt;BR /&gt;Data new;&lt;BR /&gt;Input visit $ stats$ ;&lt;BR /&gt;cards;&lt;BR /&gt;baseline n&lt;BR /&gt;baseline mean&lt;BR /&gt;baseline sd&lt;BR /&gt;baseline min&lt;BR /&gt;visit1 n&lt;BR /&gt;visit1 mean&lt;BR /&gt;visit1 sd&lt;BR /&gt;visit1 min&lt;BR /&gt;visit2 n&lt;BR /&gt;visit2 mean&lt;BR /&gt;visit2 sd&lt;BR /&gt;visit2 min&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;I want to add one extra row and want some changes like visit and stats should comes under a single variable as shown in below .&lt;BR /&gt;My output should like..&lt;BR /&gt;&amp;nbsp; new&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stats&lt;BR /&gt;Baseline analysis&lt;BR /&gt;n&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baseline&amp;nbsp; &amp;nbsp;n&lt;BR /&gt;mean&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;baseline&amp;nbsp; &amp;nbsp;mean&lt;/P&gt;&lt;P&gt;sd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baseline&amp;nbsp; &amp;nbsp;sd&lt;BR /&gt;min&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; baseline&amp;nbsp; &amp;nbsp;min&lt;BR /&gt;Analysis at visit1&lt;BR /&gt;n&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n&lt;BR /&gt;mean&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visit1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mean&lt;BR /&gt;sd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sd&lt;BR /&gt;min&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; min&lt;BR /&gt;Analysis at visit2&lt;BR /&gt;n&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;visit2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;n&lt;BR /&gt;mean&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mean&lt;BR /&gt;sd&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sd&lt;BR /&gt;min&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; visit2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; min&lt;BR /&gt;&lt;BR /&gt;Could anyone help me out how to get it.. Please ignore any spelling mistakes and alignment. I typed in mobile&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:12:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765092#M242318</guid>
      <dc:creator>sasuser123123</dc:creator>
      <dc:date>2021-08-31T16:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765095#M242319</link>
      <description>&lt;P&gt;What content in the data set tells us where to insert rows? Rules for the content of the "row".&lt;/P&gt;
&lt;P&gt;What specific variable is to contain that text? How long is that variable defined to be? If you try to stick more than 8 letters into a variable defined as length 8 it just won't fit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And lastly, how do you expect to use this data set? Inserting random text often is not the way to work in SAS and combining multiple values into a single variable is quite often very much harder to do anything with.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 15:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765095#M242319</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-08-31T15:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765096#M242320</link>
      <description>I just updated my query please recheck once.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:04:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765096#M242320</guid>
      <dc:creator>sasuser123123</dc:creator>
      <dc:date>2021-08-31T16:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765099#M242322</link>
      <description>Do you actually need this as a data set or as an output for a report? ie would the output in Word/Excel/PDF be fine?&lt;BR /&gt;&lt;BR /&gt;If so, you need PROC REPORT.</description>
      <pubDate>Tue, 31 Aug 2021 16:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765099#M242322</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-31T16:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765104#M242323</link>
      <description>We need a final dataset looks my output for proc report right?</description>
      <pubDate>Tue, 31 Aug 2021 16:27:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765104#M242323</guid>
      <dc:creator>sasuser123123</dc:creator>
      <dc:date>2021-08-31T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765105#M242324</link>
      <description>&lt;P&gt;No, your input data set is set up fine for PROC REPORT, however if you want more help beyond just use PROC REPORT I would suggest posting actual data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 16:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765105#M242324</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-31T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765106#M242325</link>
      <description>Usually I used that scenario..I didn't try in proc report...any inputs</description>
      <pubDate>Tue, 31 Aug 2021 16:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765106#M242325</guid>
      <dc:creator>sasuser123123</dc:creator>
      <dc:date>2021-08-31T16:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add extra row</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765109#M242326</link>
      <description>COMPUTE BEFORE most likely.</description>
      <pubDate>Tue, 31 Aug 2021 16:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-add-extra-row/m-p/765109#M242326</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-08-31T16:45:17Z</dc:date>
    </item>
  </channel>
</rss>

