<?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: My variabel is not integer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233675#M42706</link>
    <description>&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/examples/stat/GENMODZIP/roots.pdf&amp;nbsp;" target="_blank"&gt;https://support.sas.com/rnd/app/examples/stat/GENMODZIP/roots.pdf&amp;nbsp;&lt;/A&gt; Is this helpfull number of roots vs BAP?&lt;/P&gt;</description>
    <pubDate>Sun, 08 Nov 2015 14:30:45 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2015-11-08T14:30:45Z</dc:date>
    <item>
      <title>.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233618#M42683</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 11:04:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233618#M42683</guid>
      <dc:creator>schwartz</dc:creator>
      <dc:date>2015-11-22T11:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233619#M42684</link>
      <description>&lt;P&gt;of course are real numbers not integers, that are real number for (floating). Maybe the complex numbers are better. ...&lt;BR /&gt;Never mind you want to give a number as integer, rounded up/down?&amp;nbsp;You could do that before/with the symput&lt;/P&gt;&lt;P&gt;No idea whether it makes logical sense as technical it will work.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 12:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233619#M42684</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-11-07T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233626#M42686</link>
      <description>&lt;P&gt;Not sure what you want to do, but when you define a array, its&amp;nbsp;&lt;SPAN&gt;subscript should be integer(not include 0), in your case, its &amp;nbsp;array ep{0:&amp;amp;max}, its include 0 and &amp;amp;max is not integer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 13:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233626#M42686</guid>
      <dc:creator>slchen</dc:creator>
      <dc:date>2015-11-07T13:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233641#M42691</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:39:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233641#M42691</guid>
      <dc:creator>schwartz</dc:creator>
      <dc:date>2015-11-12T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233643#M42692</link>
      <description>&lt;P&gt;I do not know the analytics design you copied. When the intention of that was only working wiht integers than feeding that with real numbers will be problematic from start. what is what you want to do? Does the code you are using having a fit with that?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 17:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233643#M42692</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-11-07T17:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233655#M42694</link>
      <description>&lt;P&gt;The issue was identified - the code uses an array to process data but the parameter you pass into the array is not an integer and it generates an error. I'm going to make a possibly incorrect assumption that you don't understand the program you're using. I would highly suggest you try and understand the program you're using before using it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I only skimmed your program but I wonder if you shouldn't be using &amp;amp;n instead of &amp;amp;max in your program. It's more common to use the count as an array dimension rather than max...but I have no idea what your code is doing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2015 01:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233655#M42694</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-08T01:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233670#M42704</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2015 09:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233670#M42704</guid>
      <dc:creator>schwartz</dc:creator>
      <dc:date>2015-11-12T09:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233675#M42706</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/examples/stat/GENMODZIP/roots.pdf&amp;nbsp;" target="_blank"&gt;https://support.sas.com/rnd/app/examples/stat/GENMODZIP/roots.pdf&amp;nbsp;&lt;/A&gt; Is this helpfull number of roots vs BAP?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Nov 2015 14:30:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233675#M42706</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-11-08T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: My variabel is not integer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233683#M42709</link>
      <description>An array does not need integers, but the size of the array must be a whole number.</description>
      <pubDate>Sun, 08 Nov 2015 19:39:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unreadable-title/m-p/233683#M42709</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-11-08T19:39:19Z</dc:date>
    </item>
  </channel>
</rss>

