<?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 How do I fix this ERROR: Too few variables defined for the dimension(s) specified for the array in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345016#M2192</link>
    <description>&lt;P&gt;DATA EXPER;&lt;BR /&gt;INPUT TIME0-TIME4;&lt;BR /&gt;DATALINES;&lt;BR /&gt;100 200 300 400 500&lt;BR /&gt;55 110 130 150 170&lt;BR /&gt;;&lt;BR /&gt;DATA Minutes;&lt;BR /&gt;SET EXPER;&lt;BR /&gt;ARRAY TIME[0:4] TIME0 – TIME4;&lt;BR /&gt;DO I= 0 TO 4;&lt;BR /&gt;TIME[I]= ROUND(TIME[I]/60,.1);&lt;BR /&gt;END;&lt;BR /&gt;DROP I;&lt;BR /&gt;RUN;&lt;BR /&gt;PROC PRINT DATA=MINUTES NOOBS;&lt;BR /&gt;TITLE “LISTING OF Data set Minutes”;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep getting the same error regardless if i change the number of variables.&amp;nbsp;&lt;BR /&gt;'Too few variables defined for the dimension(s) specified for the array '- is the error I keep getting. Does anyone have any suggestions as what could be wrong in the code?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 15:14:33 GMT</pubDate>
    <dc:creator>knoellon</dc:creator>
    <dc:date>2017-03-28T15:14:33Z</dc:date>
    <item>
      <title>How do I fix this ERROR: Too few variables defined for the dimension(s) specified for the array</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345016#M2192</link>
      <description>&lt;P&gt;DATA EXPER;&lt;BR /&gt;INPUT TIME0-TIME4;&lt;BR /&gt;DATALINES;&lt;BR /&gt;100 200 300 400 500&lt;BR /&gt;55 110 130 150 170&lt;BR /&gt;;&lt;BR /&gt;DATA Minutes;&lt;BR /&gt;SET EXPER;&lt;BR /&gt;ARRAY TIME[0:4] TIME0 – TIME4;&lt;BR /&gt;DO I= 0 TO 4;&lt;BR /&gt;TIME[I]= ROUND(TIME[I]/60,.1);&lt;BR /&gt;END;&lt;BR /&gt;DROP I;&lt;BR /&gt;RUN;&lt;BR /&gt;PROC PRINT DATA=MINUTES NOOBS;&lt;BR /&gt;TITLE “LISTING OF Data set Minutes”;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep getting the same error regardless if i change the number of variables.&amp;nbsp;&lt;BR /&gt;'Too few variables defined for the dimension(s) specified for the array '- is the error I keep getting. Does anyone have any suggestions as what could be wrong in the code?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:14:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345016#M2192</guid>
      <dc:creator>knoellon</dc:creator>
      <dc:date>2017-03-28T15:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this ERROR: Too few variables defined for the dimension(s) specified for the array</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345025#M2193</link>
      <description>&lt;P&gt;When I pasted your code into my editor this line&lt;/P&gt;
&lt;P&gt;ARRAY TIME[0:4] TIME0 – TIME4;&lt;/P&gt;
&lt;P&gt;shows the dash like characer as a box drawing character.&lt;/P&gt;
&lt;P&gt;Try retyping the dash with the one on your keyboard.&lt;/P&gt;
&lt;P&gt;This kind of character change happens when copying from documents that are not plain text such as Word, which will "helpfully" change some characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345025#M2193</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-28T15:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this ERROR: Too few variables defined for the dimension(s) specified for the array</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345088#M2194</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 17:19:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-do-I-fix-this-ERROR-Too-few-variables-defined-for-the/m-p/345088#M2194</guid>
      <dc:creator>knoellon</dc:creator>
      <dc:date>2017-03-28T17:19:29Z</dc:date>
    </item>
  </channel>
</rss>

