<?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: complex transpos in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/569688#M160580</link>
    <description>Your shown input data only has LENGTH, no WEIGHT values. The answer is the same as the one to your previous question, a double transpose or multiple transposes + merging the results.</description>
    <pubDate>Fri, 28 Jun 2019 03:02:17 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-28T03:02:17Z</dc:date>
    <item>
      <title>complex transpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/569686#M160578</link>
      <description>&lt;P&gt;I have a data set like this&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;  Location        Date    _NAME_     Measurement

                Cole Pond     02JUN95    Length1         31    
                Cole Pond     02JUN95    Length2         32    
                Cole Pond     02JUN95    Length3         32    
                Cole Pond     02JUN95    Length4         33    
                Cole Pond     03JUL95    Length1         33    
                Cole Pond     03JUL95    Length2         34    
                Cole Pond     03JUL95    Length3         37    
                Cole Pond     03JUL95    Length4         32    
                Cole Pond     04AUG95    Length1         29    
                Cole Pond     04AUG95    Length2         30    
                Cole Pond     04AUG95    Length3         34    
                Cole Pond     04AUG95    Length4         32    
                Eagle Lake    02JUN95    Length1         32    
                Eagle Lake    02JUN95    Length2         32    
                Eagle Lake    02JUN95    Length3         33    
                Eagle Lake    02JUN95    Length4          .    
                Eagle Lake    03JUL95    Length1         30    
                Eagle Lake    03JUL95    Length2         36    
                Eagle Lake    03JUL95    Length3          .    
                Eagle Lake    03JUL95    Length4          .    
                Eagle Lake    04AUG95    Length1         33    
                Eagle Lake    04AUG95    Length2         33    
                Eagle Lake    04AUG95    Length3         34    
                Eagle Lake    04AUG95    Length4          .   &lt;/PRE&gt;
&lt;P&gt;I want it to be like this&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;     L
     o                     L      W      L      W      L      W      L      W
     c                     e      e      e      e      e      e      e      e
     a                     n      i      n      i      n      i      n      i
     t               D     g      g      g      g      g      g      g      g
     i               a     t      h      t      h      t      h      t      h
     o               t     h      t      h      t      h      t      h      t
     n               e     1      1      2      2      3      3      4      4

 Cole Pond     02JUN95    31    0.25    32    0.30    32    0.25    33    0.30
 Cole Pond     03JUL95    33    0.32    34    0.41    37    0.48    32    0.28
 Cole Pond     04AUG95    29    0.23    30    0.25    34    0.47    32    0.30
 Eagle Lake    02JUN95    32    0.35    32    0.25    33    0.30     .     .  
 Eagle Lake    03JUL95    30    0.20    36    0.45     .     .       .     .  
 Eagle Lake    04AUG95    33    0.30    33    0.28    34    0.42     .     .  &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;&lt;EM&gt;edit: via Reeza - fix misspelling in the subject line&lt;/EM&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 03:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/569686#M160578</guid>
      <dc:creator>Dhana18</dc:creator>
      <dc:date>2019-06-28T03:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: complex transpos</title>
      <link>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/569688#M160580</link>
      <description>Your shown input data only has LENGTH, no WEIGHT values. The answer is the same as the one to your previous question, a double transpose or multiple transposes + merging the results.</description>
      <pubDate>Fri, 28 Jun 2019 03:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/569688#M160580</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-28T03:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: complex transpose</title>
      <link>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/570209#M160775</link>
      <description>not exactly. one of answer (from grand advisor) seems working. Thank you Grand Advisor.</description>
      <pubDate>Mon, 01 Jul 2019 12:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/complex-transpose/m-p/570209#M160775</guid>
      <dc:creator>Dhana18</dc:creator>
      <dc:date>2019-07-01T12:45:32Z</dc:date>
    </item>
  </channel>
</rss>

