<?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 id variable in arrays? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/id-variable-in-arrays/m-p/418817#M102918</link>
    <description>&lt;PRE&gt;proc transpose data=_adds out=_trans(drop=_name_ _label_) ;
      by studyid usubjid;
     id paramcd;
     var aval;
run;&lt;/PRE&gt;&lt;P&gt;if i dont know how many values are there in paramcd how can i assign arrays to transfer?&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2017 15:13:41 GMT</pubDate>
    <dc:creator>mj5</dc:creator>
    <dc:date>2017-12-06T15:13:41Z</dc:date>
    <item>
      <title>id variable in arrays?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/id-variable-in-arrays/m-p/418817#M102918</link>
      <description>&lt;PRE&gt;proc transpose data=_adds out=_trans(drop=_name_ _label_) ;
      by studyid usubjid;
     id paramcd;
     var aval;
run;&lt;/PRE&gt;&lt;P&gt;if i dont know how many values are there in paramcd how can i assign arrays to transfer?&lt;/P&gt;&lt;P&gt;Any suggestions&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 15:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/id-variable-in-arrays/m-p/418817#M102918</guid>
      <dc:creator>mj5</dc:creator>
      <dc:date>2017-12-06T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: id variable in arrays?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/id-variable-in-arrays/m-p/418821#M102921</link>
      <description>&lt;P&gt;What does this mean: "&lt;SPAN&gt;if i dont know how many values are there in paramcd how can i assign arrays to transfer?"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Secondly, if you have an ADaM dataset = ADDS, why do you need to transpose it at all?&amp;nbsp; Almost all functions should work on the ADaM domain as given, both efficiently and simply, so why make it all harder by transposing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2017 15:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/id-variable-in-arrays/m-p/418821#M102921</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-12-06T15:24:13Z</dc:date>
    </item>
  </channel>
</rss>

