<?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: Sysevalf Overflow Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334479#M272232</link>
    <description>&lt;P&gt;It helps if you take a minute to explain your question and problem. Include the log and error message as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is your macro test supposed to check for missing values or if a macro variable is defined?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2017 21:48:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-02-20T21:48:28Z</dc:date>
    <item>
      <title>Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334474#M272231</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am getting the below error code on var2. Any help is greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Overflow has occurred; evaluation is terminated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro test&lt;BR /&gt;(_arg&lt;BR /&gt;);&lt;BR /&gt;%sysevalf(%superq(&amp;amp;_arg.)=,boolean)&lt;BR /&gt;%mend;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%macro test1;&lt;/P&gt;&lt;P&gt;%let var1 =32Z7905;&lt;BR /&gt;%let var2 =32D7905;&lt;/P&gt;&lt;P&gt;%do jj=1 %to 2;&lt;BR /&gt;%if %test(var&amp;amp;jj.)=0 %then %put IT WORKED &amp;amp;jj.;&lt;BR /&gt;%end;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;%test1;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 21:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334474#M272231</guid>
      <dc:creator>sassy_g</dc:creator>
      <dc:date>2017-02-20T21:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334479#M272232</link>
      <description>&lt;P&gt;It helps if you take a minute to explain your question and problem. Include the log and error message as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is your macro test supposed to check for missing values or if a macro variable is defined?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 21:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334479#M272232</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-20T21:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334481#M272233</link>
      <description>&lt;P&gt;Also, check the parameters for SUPERQ&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/69726/HTML/default/viewer.htm#p0ldeqll9sabzcn1jxnvid754b3t.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/69726/HTML/default/viewer.htm#p0ldeqll9sabzcn1jxnvid754b3t.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;%SUPERQ(argument)&lt;BR /&gt;Required Argument&lt;BR /&gt;argument&lt;BR /&gt;is the name of a macro variable with &lt;STRONG&gt;&lt;U&gt;no leading ampersand&lt;/U&gt;&lt;/STRONG&gt; or a text expression that produces the name of a macro variable with no leading ampersand.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 21:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334481#M272233</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-20T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334738#M272234</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;I am trying to&amp;nbsp;loop through a list of macro variables and verify the aren't missing. The problem&amp;nbsp;I am having is it works for almost any other string. If I take the D out of var2 it also works, but other alphas don't cuase an issue. Below is the log. Thank you for your time. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS PAGENO=MIN;&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET _CLIENTTASKLABEL='Program1';&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET _CLIENTPROJECTPATH=XXXXX&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %LET _CLIENTPROJECTNAME=’test.egp';&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%LET _SASPROGRAMFILE=;&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPTIONS DEV=ACTIVEX;&lt;/P&gt;&lt;P&gt;NOTE: Procedures may not support all options or statements for all devices. For details, see the documentation for each procedure.&lt;/P&gt;&lt;P&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS LISTING GPATH=&amp;amp;sasworklocation;&lt;/P&gt;&lt;P&gt;11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILENAME EGHTML TEMP;&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS HTML(ID=EGHTML) FILE=EGHTML ENCODING='utf-8' STYLE=Analysis&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! STYLESHEET=(URL="file:///C:/Program%20Files/SAS/SharedFiles(32)/BIClientStyles/4.2/Analysis.css")&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! ATTRIBUTES=("CODEBASE"="&lt;A href="http://www2.sas.com/codebase/graph/v92/sasgraph.exe#version=9,2" target="_blank"&gt;http://www2.sas.com/codebase/graph/v92/sasgraph.exe#version=9,2&lt;/A&gt;") NOGTITLE NOGFOOTNOTE&lt;/P&gt;&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! GPATH=&amp;amp;sasworklocation;&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML(EGHTML) Body file: EGHTML&lt;/P&gt;&lt;P&gt;13&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %macro test&lt;/P&gt;&lt;P&gt;15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (_arg&lt;/P&gt;&lt;P&gt;16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&lt;/P&gt;&lt;P&gt;18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; des="check if _arg is null/only white space"&lt;/P&gt;&lt;P&gt;19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %sysevalf(%superq(&amp;amp;_arg.)=,boolean)&lt;/P&gt;&lt;P&gt;21&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mend;&lt;/P&gt;&lt;P&gt;22&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;23&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %macro test1;&lt;/P&gt;&lt;P&gt;24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;25&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let var1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =32Z7905;&lt;/P&gt;&lt;P&gt;26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %let var2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =32D7905;&lt;/P&gt;&lt;P&gt;27&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %do jj=1 %to 2;&lt;/P&gt;&lt;P&gt;29&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %if %test(var&amp;amp;jj.)=0 %then %put IT WORKED &amp;amp;jj.;&lt;/P&gt;&lt;P&gt;30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %end;&lt;/P&gt;&lt;P&gt;31&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %mend;&lt;/P&gt;&lt;P&gt;33&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %test1;&lt;/P&gt;&lt;P&gt;IT WORKED 1&lt;/P&gt;&lt;P&gt;ERROR: Overflow has occurred; evaluation is terminated.&lt;/P&gt;&lt;P&gt;ERROR: The macro TEST will stop executing.&lt;/P&gt;&lt;P&gt;35&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334738#M272234</guid>
      <dc:creator>sassy_g</dc:creator>
      <dc:date>2017-02-21T18:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334750#M272235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I really ike this method for testing for blank.&amp;nbsp; It's the method from:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://changchung.com/download/022-2009.pdf" target="_blank"&gt;http://changchung.com/download/022-2009.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, %SYSEVALF() can handle both numeric values and text values, so when you pass it a value, it decides whether the value is a number or text, based on something guessing rules.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%SYSEVALF() knows about exponential notation, and in the macro language 3D2 means 3*10**2, same as 3E2.&lt;/P&gt;
&lt;PRE&gt;78   %put %sysevalf(3D2+1);
301
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So when you pass your test macro 32D7905, %sysevalf overflows because it sees a very large number, 32*10**7905.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it would be better to have functions %EvalC and %EvalN which would only work with character / numeric arguments.&amp;nbsp; Please see ballot item I proposed:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/New-macro-functions-EvalC-and-EvalN/idi-p/266134" target="_blank"&gt;https://communities.sas.com/t5/SASware-Ballot-Ideas/New-macro-functions-EvalC-and-EvalN/idi-p/266134&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the current situation, one hack is to add some constant text that will force %sysevalf to treat the value as text rather than numeric, e.g.:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;33         %macro test(_arg)/des="check if _arg is null/only white space";
34           %sysevalf(Q%superq(&amp;amp;_arg.)=Q,boolean)
35         %mend;
36         %let var1=32D7905;
37         %put %test(var1);
0&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;So adding the letter Q forces %sysevalf() to see a text value, even when the value of &amp;amp;&amp;amp;&amp;amp;arg is numeric. But I don't really like that hack.&amp;nbsp; I also don't like adding double quote marks,&amp;nbsp;e.g.&amp;nbsp;&amp;nbsp;%sysevalf("%superq(&amp;amp;_arg.)" = "",boolean).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Q.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 19:46:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334750#M272235</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-02-21T19:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334752#M272236</link>
      <description>&lt;P&gt;Thanks a bunch &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 20:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334752#M272236</guid>
      <dc:creator>sassy_g</dc:creator>
      <dc:date>2017-02-21T20:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334756#M272237</link>
      <description>I use sysevalf for logical calcs.&lt;BR /&gt;Which version would the proposed ballot item suggest?</description>
      <pubDate>Tue, 21 Feb 2017 20:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334756#M272237</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-21T20:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334776#M272238</link>
      <description>&lt;P&gt;Sorry &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15174"&gt;@Peter_C&lt;/a&gt;, I don't understand your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The proposed ballot suggests we have %EvalN and %EvalC.&amp;nbsp;&amp;nbsp;Both would do logical evaluation.&amp;nbsp; %EvalN would do numeric comparisons, and %EvalC would do character comparisons.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So %EvalN(1e2=100) would return true, but %EvalC(1e2=100) would be false.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%EvalN(10&amp;gt;5) would be true, but %EvalC(10&amp;gt;5) would be false.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Point being that currently, %EVAL and %SYSEVALF both have to do some guessing (by different rules) to figure out if the arguments should be interpreted as text or numbers.&amp;nbsp; And that guessing often leads to surprises (for those who don't know the rules that are used to guess), or in this case an overflow, when SAS guesses a type which is different than the programmer intended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On a related, point, even in the data step language, I'm not sure I really like that the CAT functions are happy with a numeric argument or character argument.&amp;nbsp; It's not really a problem, since in the data step language there is explicit typing.&amp;nbsp; But when people use CAT functions in the macro setting, they are often supriserd that sysfunc(CATX()) will get rid of leading zeroes on&amp;nbsp;a number, and again, it's the same guessing problem, where CATX() has guessed that the argument is numeric rather than text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;79   %put %sysfunc(catx(|,001,002,003));
1|2|3
&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334776#M272238</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-02-21T21:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334779#M272239</link>
      <description>&lt;P&gt;If you're trying to determine if a macro variable exists wouldn't &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/69726/HTML/default/viewer.htm#n1mm3jwlbolg00n1b7w7aiybuch8.htm" target="_self"&gt;%SYMEXIST&lt;/A&gt; be the way to do so?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334779#M272239</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-21T21:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334788#M272240</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;it's not checking whether a macro variable exists; it's checking if a macro variable (that exists) has a value.&amp;nbsp; That is, checking that the macro variable is blank (or not).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Chung &amp;amp; King's paper goes into nice detail, defining the difference between checking for %isBlank and %isNull, both of which differ from %SYMEXIST)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:43:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/334788#M272240</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-02-21T21:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sysevalf Overflow Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/335314#M272241</link>
      <description>Re: Sysevalf Overflow Error [ New ]&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&lt;BR /&gt;your explanation which followed &lt;BR /&gt;"Sorry &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15174"&gt;@Peter_C&lt;/a&gt;, I don't understand your question."&lt;BR /&gt;answered me perfectly, thank you</description>
      <pubDate>Thu, 23 Feb 2017 15:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Sysevalf-Overflow-Error/m-p/335314#M272241</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2017-02-23T15:28:27Z</dc:date>
    </item>
  </channel>
</rss>

