<?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 Help with Transposing my  Dataset in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76297#M1707</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have a dataset as below&lt;BR /&gt;
&lt;BR /&gt;
ID VI HGT WGT&lt;BR /&gt;
10 1  40  100&lt;BR /&gt;
10 2  41  104&lt;BR /&gt;
11 2  32  202&lt;BR /&gt;
&lt;BR /&gt;
I would like to transpose this as hgt and wgt to the left and headers&lt;BR /&gt;
be unique ID,VI. Basically something like this below should rescue me.&lt;BR /&gt;
I'm not sure if this is possible.&lt;BR /&gt;
&lt;BR /&gt;
        10-1  10-2  11-2&lt;BR /&gt;
HGT  40     41     32&lt;BR /&gt;
WGT 100   104   202&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
 I  used basic transposing so far and couldn't find an example for&lt;BR /&gt;
something like this any where else. &lt;BR /&gt;
&lt;BR /&gt;
Appreciate your Help...&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Eddie</description>
    <pubDate>Tue, 20 Oct 2009 21:58:19 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-10-20T21:58:19Z</dc:date>
    <item>
      <title>Help with Transposing my  Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76297#M1707</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have a dataset as below&lt;BR /&gt;
&lt;BR /&gt;
ID VI HGT WGT&lt;BR /&gt;
10 1  40  100&lt;BR /&gt;
10 2  41  104&lt;BR /&gt;
11 2  32  202&lt;BR /&gt;
&lt;BR /&gt;
I would like to transpose this as hgt and wgt to the left and headers&lt;BR /&gt;
be unique ID,VI. Basically something like this below should rescue me.&lt;BR /&gt;
I'm not sure if this is possible.&lt;BR /&gt;
&lt;BR /&gt;
        10-1  10-2  11-2&lt;BR /&gt;
HGT  40     41     32&lt;BR /&gt;
WGT 100   104   202&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
 I  used basic transposing so far and couldn't find an example for&lt;BR /&gt;
something like this any where else. &lt;BR /&gt;
&lt;BR /&gt;
Appreciate your Help...&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Eddie</description>
      <pubDate>Tue, 20 Oct 2009 21:58:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76297#M1707</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-20T21:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Transposing my  Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76298#M1708</link>
      <description>To me, it looks more like a report rather something you would like to store i a table.&lt;BR /&gt;
Maybe you could try PROC TABULATE, it'll let you be quite free on where to put your data in a matrix.&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 02 Nov 2009 13:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76298#M1708</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-11-02T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Transposing my  Dataset</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76299#M1709</link>
      <description>1. create new variable idvi to concatenate ID and VI, ie a variable with values like 10-1, 11-2&lt;BR /&gt;
2.proc transpose / var hgt wgt /id idvi</description>
      <pubDate>Wed, 04 Nov 2009 17:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Help-with-Transposing-my-Dataset/m-p/76299#M1709</guid>
      <dc:creator>abdullala</dc:creator>
      <dc:date>2009-11-04T17:10:16Z</dc:date>
    </item>
  </channel>
</rss>

