<?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 transpose - too many id groups in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271178#M7511</link>
    <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some code that is pretty much ideal for how I need to transform my data:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc summary data=adtr.as5 nway;&lt;BR /&gt;class year_id;&lt;BR /&gt;output out=adtr.as6&lt;BR /&gt;idgroup(out[130] (lflag rdflag mflag jflag ap var5 var14 adn nation)=) / autoname;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I get:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The parameter value 130 is not within the required range of 1 and 100.&lt;BR /&gt;1900 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how else to do this...and...I need to have the 130 id groups. If you could help me with this code or show me another way, that would be great. Bear in mind that I am by no means an advanced programmer, still pretty novice, so please don't take it too far over my head.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 05:36:24 GMT</pubDate>
    <dc:creator>r4321</dc:creator>
    <dc:date>2016-05-18T05:36:24Z</dc:date>
    <item>
      <title>proc transpose - too many id groups</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271178#M7511</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some code that is pretty much ideal for how I need to transform my data:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc summary data=adtr.as5 nway;&lt;BR /&gt;class year_id;&lt;BR /&gt;output out=adtr.as6&lt;BR /&gt;idgroup(out[130] (lflag rdflag mflag jflag ap var5 var14 adn nation)=) / autoname;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I get:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The parameter value 130 is not within the required range of 1 and 100.&lt;BR /&gt;1900 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how else to do this...and...I need to have the 130 id groups. If you could help me with this code or show me another way, that would be great. Bear in mind that I am by no means an advanced programmer, still pretty novice, so please don't take it too far over my head.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 05:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271178#M7511</guid>
      <dc:creator>r4321</dc:creator>
      <dc:date>2016-05-18T05:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc transpose - too many id groups</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271199#M7512</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc means specifications state that for &lt;STRONG&gt;out[n] &lt;/STRONG&gt;- &lt;STRONG&gt;[n] is an integer between 1 and 100.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyway the question is why you need something that will create 100 variables for each of&lt;/P&gt;&lt;P&gt;lflag rdflag mflag jflag ap var5 var14 adn nation variables ?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 07:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271199#M7512</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2016-05-18T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: proc transpose - too many id groups</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271216#M7514</link>
      <description>&lt;P&gt;Totally agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/33792"&gt;@Loko﻿&lt;/a&gt;&amp;nbsp;here, 130 * 9 = 1170 variables. &amp;nbsp;That is not the way forward regardless of any requirement. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alos, post example test data (in the form of a datastep) and what the output should look like if you need code. &amp;nbsp;But the question really is why you would need all those columns, as its really not going to work.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 08:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271216#M7514</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-05-18T08:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc transpose - too many id groups</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271230#M7516</link>
      <description>&lt;P&gt;Here is an alternative way(MERGE Skill) proposed by me, Arthur.T, Matt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/2785-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/2785-2015.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 09:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-transpose-too-many-id-groups/m-p/271230#M7516</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-18T09:06:15Z</dc:date>
    </item>
  </channel>
</rss>

