<?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 and ascending display of brand name in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/transpose-and-ascending-display-of-brand-name/m-p/47100#M9728</link>
    <description>Just to clarify, what about the result data set is not what you want?  The variable names in the new data set will be placed on the PDV in ascending order.  Using sashelp.shoes I tried your code:&lt;BR /&gt;
[pre]proc sort data= sashelp.shoes out=shoes;&lt;BR /&gt;
by subsidiary product;&lt;BR /&gt;
run;&lt;BR /&gt;
proc transpose data=shoes out=wide2(drop=_name_);&lt;BR /&gt;
id product;&lt;BR /&gt;
by subsidiary;&lt;BR /&gt;
var sales;&lt;BR /&gt;
run; [/pre]</description>
    <pubDate>Wed, 08 Dec 2010 20:02:05 GMT</pubDate>
    <dc:creator>ArtC</dc:creator>
    <dc:date>2010-12-08T20:02:05Z</dc:date>
    <item>
      <title>transpose and ascending display of brand name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/transpose-and-ascending-display-of-brand-name/m-p/47099#M9727</link>
      <description>How to transpose and ascending display of brand name?&lt;BR /&gt;
&lt;BR /&gt;
proc sort data= cmopdod_v2_qunty;&lt;BR /&gt;
 by outlet _Brand_Name;&lt;BR /&gt;
run;&lt;BR /&gt;
proc transpose data=cmopdod_v2_qunty out=wide2(drop=_name_);&lt;BR /&gt;
       id Brand_Name;&lt;BR /&gt;
       by outlet;&lt;BR /&gt;
       var quantity;&lt;BR /&gt;
	  &lt;BR /&gt;
run;</description>
      <pubDate>Wed, 08 Dec 2010 19:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/transpose-and-ascending-display-of-brand-name/m-p/47099#M9727</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-12-08T19:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: transpose and ascending display of brand name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/transpose-and-ascending-display-of-brand-name/m-p/47100#M9728</link>
      <description>Just to clarify, what about the result data set is not what you want?  The variable names in the new data set will be placed on the PDV in ascending order.  Using sashelp.shoes I tried your code:&lt;BR /&gt;
[pre]proc sort data= sashelp.shoes out=shoes;&lt;BR /&gt;
by subsidiary product;&lt;BR /&gt;
run;&lt;BR /&gt;
proc transpose data=shoes out=wide2(drop=_name_);&lt;BR /&gt;
id product;&lt;BR /&gt;
by subsidiary;&lt;BR /&gt;
var sales;&lt;BR /&gt;
run; [/pre]</description>
      <pubDate>Wed, 08 Dec 2010 20:02:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/transpose-and-ascending-display-of-brand-name/m-p/47100#M9728</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-12-08T20:02:05Z</dc:date>
    </item>
  </channel>
</rss>

