<?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 Transpose multiple variable columns in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558261#M33672</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to transpose the multiple columns. The below table is my source&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 522px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29450i4E5C866A3539BEE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;and i need the data like the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29451iCDDF316ECF3634E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 11:29:45 GMT</pubDate>
    <dc:creator>anand5466</dc:creator>
    <dc:date>2019-05-13T11:29:45Z</dc:date>
    <item>
      <title>Transpose multiple variable columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558261#M33672</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to transpose the multiple columns. The below table is my source&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 522px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29450i4E5C866A3539BEE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;and i need the data like the below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29451iCDDF316ECF3634E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 11:29:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558261#M33672</guid>
      <dc:creator>anand5466</dc:creator>
      <dc:date>2019-05-13T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose multiple variable columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558272#M33673</link>
      <description>&lt;P&gt;I'm pretty sure the %TRANSPOSE macro will do this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/538-2013.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings13/538-2013.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/en_ca/User%20Group%20Presentations/TASS/Tabachneck-FlipTranspose.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/en_ca/User%20Group%20Presentations/TASS/Tabachneck-FlipTranspose.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 12:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558272#M33673</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-05-13T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose multiple variable columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558281#M33674</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226814"&gt;@anand5466&lt;/a&gt;&amp;nbsp; Welcome to SAS communities. If you could paste your data as plain text rather than pics, that would help copy paste and test.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Btw, The solution is a straight forward array parking i.e &lt;STRONG&gt;N*2&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMHO, also looks like some kinda report with header Annual. You need to clarify whether you want a dataset or a report?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 13:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558281#M33674</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-05-13T13:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose multiple variable columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558289#M33675</link>
      <description>&lt;P&gt;And MERGE Skill.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/2785-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/2785-2015.pdf&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 13:19:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558289#M33675</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-05-13T13:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose multiple variable columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558503#M33682</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226814"&gt;@anand5466&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to transpose the multiple columns. The below table is my source&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 522px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29450i4E5C866A3539BEE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;and i need the data like the below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29451iCDDF316ECF3634E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you need data that will be processed by other programs or a report (people read these).&lt;/P&gt;
&lt;P&gt;You want does not appear to be a data set but a report and Proc report can get the values pretty close with the Type and Num variables as Across variables with code and name as Group variables.&lt;/P&gt;
&lt;P&gt;But without an actual data set I am not going to try to dummy data to match.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 23:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Transpose-multiple-variable-columns/m-p/558503#M33682</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-13T23:29:27Z</dc:date>
    </item>
  </channel>
</rss>

