<?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 Reg:Transpose in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Transpose/m-p/51194#M14009</link>
    <description>data tran&lt;BR /&gt;
input acc date $ emi dpd;&lt;BR /&gt;
cards;&lt;BR /&gt;
101 nov08 90 0&lt;BR /&gt;
101 dec08 80 1&lt;BR /&gt;
101 jan09 45 0&lt;BR /&gt;
102 nov08 89 0&lt;BR /&gt;
102 dec08 89 1&lt;BR /&gt;
102 jan09 78 2&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hi i am having a dataset i wnat to transpose this but  i wnat to transpose two variable .i wnat the output like this&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
acc  nov08 dec08 jan09  nov_emi dec_emi jan_emi&lt;BR /&gt;
101    90         80        45       0          1           0&lt;BR /&gt;
102    89         89        78        0          1            2&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i have done by transposing emi and then i have taken another datset and again traspose the dpd then i have merged it.&lt;BR /&gt;
&lt;BR /&gt;
But i wnat this in Transpose</description>
    <pubDate>Fri, 03 Jul 2009 05:45:56 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-07-03T05:45:56Z</dc:date>
    <item>
      <title>Reg:Transpose</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Transpose/m-p/51194#M14009</link>
      <description>data tran&lt;BR /&gt;
input acc date $ emi dpd;&lt;BR /&gt;
cards;&lt;BR /&gt;
101 nov08 90 0&lt;BR /&gt;
101 dec08 80 1&lt;BR /&gt;
101 jan09 45 0&lt;BR /&gt;
102 nov08 89 0&lt;BR /&gt;
102 dec08 89 1&lt;BR /&gt;
102 jan09 78 2&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Hi i am having a dataset i wnat to transpose this but  i wnat to transpose two variable .i wnat the output like this&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
acc  nov08 dec08 jan09  nov_emi dec_emi jan_emi&lt;BR /&gt;
101    90         80        45       0          1           0&lt;BR /&gt;
102    89         89        78        0          1            2&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i have done by transposing emi and then i have taken another datset and again traspose the dpd then i have merged it.&lt;BR /&gt;
&lt;BR /&gt;
But i wnat this in Transpose</description>
      <pubDate>Fri, 03 Jul 2009 05:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Transpose/m-p/51194#M14009</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-03T05:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reg:Transpose</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Reg-Transpose/m-p/51195#M14010</link>
      <description>Appears you have multiple, unique PREFIX= requirements for your transposed variables, therefore you must consider two PROC TRANSPOSE executions with a DATA step to MERGE the outputs together creating the columns you have listed.&lt;BR /&gt;
&lt;BR /&gt;
Below is a link to one of several technical/conference papers found on the SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website to consider.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Changing the Shape of Your Data: PROC TRANSPOSE vs. Arrays&lt;BR /&gt;
Bob Virgile, Robert Virgile Associates, Inc.&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi24/Begtutor/p60-24.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi24/Begtutor/p60-24.pdf&lt;/A&gt;</description>
      <pubDate>Fri, 03 Jul 2009 14:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Reg-Transpose/m-p/51195#M14010</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-07-03T14:29:25Z</dc:date>
    </item>
  </channel>
</rss>

