<?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 how to tranpose dataset with variable having duplicate value? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809149#M33733</link>
    <description>&lt;P&gt;I would like to transpose dataset below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yogita_patel_0-1650566019797.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70687iDBF0B0A131D6DCA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yogita_patel_0-1650566019797.png" alt="yogita_patel_0-1650566019797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;to this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yogita_patel_1-1650566053868.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70688i3987C1936A7FF4F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yogita_patel_1-1650566053868.png" alt="yogita_patel_1-1650566053868.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for each treatment ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 18:34:56 GMT</pubDate>
    <dc:creator>yogita_patel</dc:creator>
    <dc:date>2022-04-21T18:34:56Z</dc:date>
    <item>
      <title>how to tranpose dataset with variable having duplicate value?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809149#M33733</link>
      <description>&lt;P&gt;I would like to transpose dataset below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yogita_patel_0-1650566019797.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70687iDBF0B0A131D6DCA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yogita_patel_0-1650566019797.png" alt="yogita_patel_0-1650566019797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;to this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yogita_patel_1-1650566053868.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70688i3987C1936A7FF4F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yogita_patel_1-1650566053868.png" alt="yogita_patel_1-1650566053868.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;for each treatment ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:34:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809149#M33733</guid>
      <dc:creator>yogita_patel</dc:creator>
      <dc:date>2022-04-21T18:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to tranpose dataset with variable having duplicate value?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809151#M33734</link>
      <description>&lt;P&gt;This isn't a transpose. Please take a look at the &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Demographic-Table-and-Subgroup-Summary-Macro-TABLEN/ta-p/634030" target="_self"&gt;%TABLEN macro&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:48:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809151#M33734</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-04-21T18:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to tranpose dataset with variable having duplicate value?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809185#M33735</link>
      <description>Your displayed data set doesn't have duplicates that I can see. This won't give you the formatting youw ant but it's close. The label of 'without adverse event likely belongs to the TRTAN column. &lt;BR /&gt;&lt;BR /&gt;proc transpose data=have out=want; &lt;BR /&gt;by trtan;&lt;BR /&gt;id aesevn;&lt;BR /&gt;idlabel aesev;&lt;BR /&gt;var count;&lt;BR /&gt;run;</description>
      <pubDate>Thu, 21 Apr 2022 23:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809185#M33735</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-04-21T23:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to tranpose dataset with variable having duplicate value?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809205#M33736</link>
      <description>&lt;P&gt;That's not a transpose, it's a report.&lt;/P&gt;
&lt;P&gt;Please supply data in usable form (data step with datalines), including the formats used to translate to the displayed texts.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 05:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-tranpose-dataset-with-variable-having-duplicate-value/m-p/809205#M33736</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-22T05:59:19Z</dc:date>
    </item>
  </channel>
</rss>

