<?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: Transposing data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148570#M29372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc transpose data=temp out=want(drop=_name_);&lt;/P&gt;&lt;P&gt;id treatment;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 21:04:14 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-08-04T21:04:14Z</dc:date>
    <item>
      <title>Transposing data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148569#M29371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far I got this:&lt;/P&gt;&lt;P&gt;DATA temp;&lt;BR /&gt;INPUT treatment $ Score1-Score14 @@;&lt;BR /&gt;DATALINES;&lt;BR /&gt;before 2 3 4 5&lt;BR /&gt;after 3 5 6 6&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;How do I make it look like this?:&lt;BR /&gt;Before After&lt;BR /&gt;2 3&lt;BR /&gt;3 5&lt;BR /&gt;4 6&lt;BR /&gt;5 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 20:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148569#M29371</guid>
      <dc:creator>michaelweston623</dc:creator>
      <dc:date>2014-08-04T20:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148570#M29372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc transpose data=temp out=want(drop=_name_);&lt;/P&gt;&lt;P&gt;id treatment;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 21:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148570#M29372</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-08-04T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148571#M29373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 21:19:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-data/m-p/148571#M29373</guid>
      <dc:creator>michaelweston623</dc:creator>
      <dc:date>2014-08-04T21:19:11Z</dc:date>
    </item>
  </channel>
</rss>

