<?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: Transpose Help !! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784601#M250409</link>
    <description>LOG please.</description>
    <pubDate>Tue, 07 Dec 2021 18:36:36 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-12-07T18:36:36Z</dc:date>
    <item>
      <title>Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784590#M250403</link>
      <description>&lt;P&gt;I need to transpose the table in SAS. Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actual table: This table has 3 million members and my transpose statement is not working. There is some insufficient memory issue that i face.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;APP_NO&lt;/TD&gt;&lt;TD&gt;TYPE&lt;/TD&gt;&lt;TD&gt;rate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;10.9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;44&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;n&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;54&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;n&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;n&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after transpose: THe below table should be the final output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;APP_NO&lt;/TD&gt;&lt;TD&gt;TYPE_1&lt;/TD&gt;&lt;TD&gt;TYPE_2&lt;/TD&gt;&lt;TD&gt;TYPE_3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;10.9&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;8&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;44&lt;/TD&gt;&lt;TD&gt;23&lt;/TD&gt;&lt;TD&gt;34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;n&lt;/TD&gt;&lt;TD&gt;54&lt;/TD&gt;&lt;TD&gt;56&lt;/TD&gt;&lt;TD&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:16:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784590#M250403</guid>
      <dc:creator>Rhino84</dc:creator>
      <dc:date>2021-12-07T18:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784592#M250404</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;This table has 3 million members and my transpose statement is not working. There is some insufficient memory issue that i face.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For this situation, and in all future situations, saying something "is not working" and providing no additional information never gets us anywhere. In all situations, we need additional information: specifically, if there is an error in the log, we need to see the log. If there is no error in the log but the output is wrong, show us the code and the desired output (you have shown us the desired output but not the code).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784592#M250404</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-12-07T18:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784593#M250405</link>
      <description>I guess my code is wrong. Please help me do this</description>
      <pubDate>Tue, 07 Dec 2021 18:20:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784593#M250405</guid>
      <dc:creator>Rhino84</dc:creator>
      <dc:date>2021-12-07T18:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784595#M250407</link>
      <description>Please show us the code and log and we'll be more than happy to assist. &lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784595#M250407</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-07T18:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784599#M250408</link>
      <description>PROC TRANSPOSE DATA=less1&lt;BR /&gt;OUT=WORK.TRNSTransposed1;&lt;BR /&gt;BY APP_NO;&lt;BR /&gt;VAR TYPE RATE;&lt;BR /&gt;&lt;BR /&gt;RUN; QUIT;</description>
      <pubDate>Tue, 07 Dec 2021 18:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784599#M250408</guid>
      <dc:creator>Rhino84</dc:creator>
      <dc:date>2021-12-07T18:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784601#M250409</link>
      <description>LOG please.</description>
      <pubDate>Tue, 07 Dec 2021 18:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784601#M250409</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-07T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784608#M250410</link>
      <description>when i run this, i get this table"&lt;BR /&gt;&lt;BR /&gt;APP_NO source col_1 col_2 col_3&lt;BR /&gt;1 TYPE 1 2 3&lt;BR /&gt;1 rate 10.9 5 7&lt;BR /&gt;2 TYPE 1 2 3&lt;BR /&gt;2 rate 8 23 44&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784608#M250410</guid>
      <dc:creator>Rhino84</dc:creator>
      <dc:date>2021-12-07T18:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784609#M250411</link>
      <description>&lt;OL&gt;
&lt;LI&gt;Supply the log&lt;/LI&gt;
&lt;LI&gt;Does it work for a smaller subset of the data, i.e. start with 10|50|100 rows to confirm your code is doing what you expect it to do&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;At the end of the day you might be running out of resources to process the table&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:44:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784609#M250411</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2021-12-07T18:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784610#M250412</link>
      <description>i am able to transpose now. with out error&lt;BR /&gt;&lt;BR /&gt;APP_NO source col_1 col_2 col_3&lt;BR /&gt;1 TYPE 1 2 3&lt;BR /&gt;1 rate 10.9 5 7&lt;BR /&gt;2 TYPE 1 2 3&lt;BR /&gt;2 rate 8 23 44&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i get this table and i need to eliminnate one duplicate row from this output&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:45:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784610#M250412</guid>
      <dc:creator>Rhino84</dc:creator>
      <dc:date>2021-12-07T18:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784611#M250413</link>
      <description>Post the log please.</description>
      <pubDate>Tue, 07 Dec 2021 18:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784611#M250413</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-07T18:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784615#M250414</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Reeza_0-1638902946347.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66466i569189A7C9BB00BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Reeza_0-1638902946347.png" alt="Reeza_0-1638902946347.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 18:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784615#M250414</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-12-07T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose Help !!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784747#M250417</link>
      <description>Thank you so much REEZA !!</description>
      <pubDate>Tue, 07 Dec 2021 20:18:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transpose-Help/m-p/784747#M250417</guid>
      <dc:creator>Rhino84</dc:creator>
      <dc:date>2021-12-07T20:18:03Z</dc:date>
    </item>
  </channel>
</rss>

