<?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: Apparent invocation .... not resolved in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685405#M207872</link>
    <description>Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;your guess was correct! The "sasautos" option in the "sasv9.cfg" had been modified and as a result the "standard" autocall libraries weren'T initialized at startuo anymore.&lt;BR /&gt;&lt;BR /&gt;Thank's for your help!</description>
    <pubDate>Mon, 21 Sep 2020 12:53:43 GMT</pubDate>
    <dc:creator>FK1</dc:creator>
    <dc:date>2020-09-21T12:53:43Z</dc:date>
    <item>
      <title>Apparent invocation .... not resolved</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685382#M207864</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when running this macro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
%MACRO test;
%PUT        &amp;amp;SysMacroName.;
%LET blubb = some lowcased text;
%LET bla          = %LOWCASE(&amp;amp;blubb.);
%LET bla2        = %nrbquote(%CMPRES(&amp;amp;blubb.));
%PUT &amp;amp;=bla &amp;amp;=bla2;
%mend;
%TEST;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get these Warnings:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;WARNING: Apparent invocation of macro LOWCASE not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro CMPRES not resolved.&lt;BR /&gt;WARNING: Apparent invocation of macro LOWCASE not resolved.&lt;BR /&gt;BLA=%LOWCASE(some lowcased text) BLA2=%CMPRES(some lowcased text)&lt;/PRE&gt;&lt;P&gt;why can these two calls to SAS Autocall macros not be resolved?&lt;/P&gt;&lt;P&gt;Also, I want SAS to run the macros "LOWCASE" and "CMPRES" rather than just write them as vlaues into bla and bla, respectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;FK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 11:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685382#M207864</guid>
      <dc:creator>FK1</dc:creator>
      <dc:date>2020-09-21T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apparent invocation .... not resolved</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685390#M207867</link>
      <description>&lt;P&gt;Looks like someone messed with the AUTOCALL facility, either by changing the SAS configuration or doing something with the macro files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both of these macros are "function style" macros, where the result is put in place of the macro call. Whenever these macros are used ("run" as you called it), the result appears in their place.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 12:08:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685390#M207867</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-21T12:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Apparent invocation .... not resolved</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685405#M207872</link>
      <description>Hi Kurt,&lt;BR /&gt;&lt;BR /&gt;your guess was correct! The "sasautos" option in the "sasv9.cfg" had been modified and as a result the "standard" autocall libraries weren'T initialized at startuo anymore.&lt;BR /&gt;&lt;BR /&gt;Thank's for your help!</description>
      <pubDate>Mon, 21 Sep 2020 12:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Apparent-invocation-not-resolved/m-p/685405#M207872</guid>
      <dc:creator>FK1</dc:creator>
      <dc:date>2020-09-21T12:53:43Z</dc:date>
    </item>
  </channel>
</rss>

