<?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 Proc transposed  help in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533376#M22333</link>
    <description>I have a proc transpose&lt;BR /&gt;Proc sort = combine;&lt;BR /&gt;By number;&lt;BR /&gt;Run;&lt;BR /&gt;Proc transpose data =combine out =combine2 ;&lt;BR /&gt;By date number cost ;&lt;BR /&gt;Var balance;&lt;BR /&gt;Id service type;&lt;BR /&gt;Run&lt;BR /&gt;&lt;BR /&gt;I get error message the id value occurs twice in the by group&lt;BR /&gt;&lt;BR /&gt;My table looks&lt;BR /&gt;Number. Date. Balance. Cost. Service type&lt;BR /&gt;123. 01/04/19. 120. 23A. VENDOR&lt;BR /&gt;123. 01/05/19. 133. 23A. VENDOR&lt;BR /&gt;234. 02/02/19. 150. 24B. CUSTOMERS&lt;BR /&gt;245. 02/06/19. 210. 25B. CUSTOMERS&lt;BR /&gt;I&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Feb 2019 20:08:33 GMT</pubDate>
    <dc:creator>Gil_</dc:creator>
    <dc:date>2019-02-06T20:08:33Z</dc:date>
    <item>
      <title>Proc transposed  help</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533376#M22333</link>
      <description>I have a proc transpose&lt;BR /&gt;Proc sort = combine;&lt;BR /&gt;By number;&lt;BR /&gt;Run;&lt;BR /&gt;Proc transpose data =combine out =combine2 ;&lt;BR /&gt;By date number cost ;&lt;BR /&gt;Var balance;&lt;BR /&gt;Id service type;&lt;BR /&gt;Run&lt;BR /&gt;&lt;BR /&gt;I get error message the id value occurs twice in the by group&lt;BR /&gt;&lt;BR /&gt;My table looks&lt;BR /&gt;Number. Date. Balance. Cost. Service type&lt;BR /&gt;123. 01/04/19. 120. 23A. VENDOR&lt;BR /&gt;123. 01/05/19. 133. 23A. VENDOR&lt;BR /&gt;234. 02/02/19. 150. 24B. CUSTOMERS&lt;BR /&gt;245. 02/06/19. 210. 25B. CUSTOMERS&lt;BR /&gt;I&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2019 20:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533376#M22333</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2019-02-06T20:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transposed  help</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533377#M22334</link>
      <description>&lt;P&gt;what do you want as output?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 20:10:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533377#M22334</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-02-06T20:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transposed  help</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533392#M22335</link>
      <description>&lt;BR /&gt;Number date Balance. Vendor. CUSTOMERS&lt;BR /&gt;123. 01/04/19 120:: vendor&lt;BR /&gt;123. 01/05/19 133. Vendor&lt;BR /&gt;234. 02/02/19. 150. Customer&lt;BR /&gt;245. 02/06/19. 210. Customer&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2019 20:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533392#M22335</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2019-02-06T20:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transposed  help</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533490#M22340</link>
      <description>&lt;P&gt;Your BY variables should be the same in the &lt;STRONG&gt;sort&lt;/STRONG&gt; and &lt;STRONG&gt;transpose&lt;/STRONG&gt; step.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 04:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533490#M22340</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-02-07T04:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Proc transposed  help</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533500#M22341</link>
      <description>Thanks pgstats. I did and i get same.&lt;BR /&gt;Proc sort = combine;&lt;BR /&gt;By number;&lt;BR /&gt;Run;&lt;BR /&gt;I even removed col not needed just kept&lt;BR /&gt;Number balance. Service type&lt;BR /&gt;Still get error message</description>
      <pubDate>Thu, 07 Feb 2019 04:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Proc-transposed-help/m-p/533500#M22341</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2019-02-07T04:41:35Z</dc:date>
    </item>
  </channel>
</rss>

