<?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: Compiled Macro Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/556003#M154816</link>
    <description>&lt;P&gt;You need to enable the options spool, mprint, symbolgen and mlogic and post the complete log of the execution using the window opened by the {i}-button.&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2019 16:32:40 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2019-05-03T16:32:40Z</dc:date>
    <item>
      <title>Compiled Macro Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/555999#M154812</link>
      <description>&lt;P&gt;The code below is running&amp;nbsp;the macro successfully; however, after the macro executes, I get a line column error. The error is further down. Any ideas why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options mprint; 
libname mymacros "&amp;lt;mypath&amp;gt;";

options mstored sasmstore=mymacros;

%test()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;180: LINE and COLUMN cannot be determined.
NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN where the error has occurred.
ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 16:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/555999#M154812</guid>
      <dc:creator>shl007</dc:creator>
      <dc:date>2019-05-03T16:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compiled Macro Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/556001#M154814</link>
      <description>&lt;P&gt;Turn on MPRINT option to see what code the macro is generating.&lt;/P&gt;
&lt;P&gt;That might help you figure out what is happening.&lt;/P&gt;
&lt;P&gt;Debugging would be MUCH easier if you were not using compiled macros since you could look at the source code for the macro and see if you could find the error.&amp;nbsp; Do you have access to the source code that was used to generate the compiled macro catalog?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 16:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/556001#M154814</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-05-03T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Compiled Macro Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/556003#M154816</link>
      <description>&lt;P&gt;You need to enable the options spool, mprint, symbolgen and mlogic and post the complete log of the execution using the window opened by the {i}-button.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 16:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compiled-Macro-Error/m-p/556003#M154816</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-05-03T16:32:40Z</dc:date>
    </item>
  </channel>
</rss>

