<?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: Getting SAS Macro ERROR: Macro library damaged. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502815#M711</link>
    <description>All the macros are compiled and created catalogs using SAS 9.4 M1.&lt;BR /&gt;We have different environments like Development, Validation and UAT. The&lt;BR /&gt;error is occurring only in UAT environment.&lt;BR /&gt;If I execute the same as sequentally, error is not coming.&lt;BR /&gt;I am wondering because it is happening only one environment.&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Oct 2018 17:17:13 GMT</pubDate>
    <dc:creator>yanamadala85</dc:creator>
    <dc:date>2018-10-09T17:17:13Z</dc:date>
    <item>
      <title>Getting SAS Macro ERROR: Macro library damaged.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502609#M695</link>
      <description>&lt;P&gt;I am executing the SAS Parallel Execution program. I am using macros inside the RSUBMIT block. I am getting the below error in the log. May know the reason for it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 5pt 0in; line-height: normal;"&gt;&lt;SPAN style="font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;"&gt;&lt;FONT color="#000000"&gt;ERROR: Unable to decrypt instruction. -2139099112&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 5pt 0in; line-height: normal;"&gt;&lt;SPAN style="font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;"&gt;&lt;FONT color="#000000"&gt;ERROR: Macro library damaged.&amp;nbsp;&amp;nbsp;Cannot execute macro &amp;lt;Macro Name&amp;gt; on V9.4 compiled using V9.4 on 01JAN60.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 5pt 0in; line-height: normal;"&gt;&lt;SPAN style="font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;"&gt;&lt;FONT color="#000000"&gt;ERROR: The macro CMS_BATCHSTSP will stop executing.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 07:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502609#M695</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-10-09T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAS Macro ERROR: Macro library damaged.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502804#M710</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/48904"&gt;@yanamadala85&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I am executing the SAS Parallel Execution program. I am using macros inside the RSUBMIT block. I am getting the below error in the log. May know the reason for it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 5pt 0in; line-height: normal;"&gt;&lt;SPAN style="font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;"&gt;&lt;FONT color="#000000"&gt;ERROR: Unable to decrypt instruction. -2139099112&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 5pt 0in; line-height: normal;"&gt;&lt;SPAN style="font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;"&gt;&lt;FONT color="#000000"&gt;ERROR: Macro library damaged.&amp;nbsp;&amp;nbsp;Cannot execute macro &amp;lt;Macro Name&amp;gt; on V9.4 compiled using V9.4 on 01JAN60.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 5pt 0in; line-height: normal;"&gt;&lt;SPAN style="font-family: &amp;quot;Times New Roman&amp;quot;,serif; font-size: 12pt;"&gt;&lt;FONT color="#000000"&gt;ERROR: The macro CMS_BATCHSTSP will stop executing.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Was the macro library created using an earlier version of SAS? Or with a 32-bit version and you are now working with a 64-bit version of SAS?&lt;/P&gt;
&lt;P&gt;The "compiled using V9.4 on 01JAN60" makes me think that possibly an earlier attempt to compile failed as a "date" of 01JAN60 would have a value of 0, which could be flag for a failed compile.&lt;/P&gt;
&lt;P&gt;I would suggest deleting the macro catalog and recompiling all of the macros.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502804#M710</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-09T16:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Getting SAS Macro ERROR: Macro library damaged.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502815#M711</link>
      <description>All the macros are compiled and created catalogs using SAS 9.4 M1.&lt;BR /&gt;We have different environments like Development, Validation and UAT. The&lt;BR /&gt;error is occurring only in UAT environment.&lt;BR /&gt;If I execute the same as sequentally, error is not coming.&lt;BR /&gt;I am wondering because it is happening only one environment.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Getting-SAS-Macro-ERROR-Macro-library-damaged/m-p/502815#M711</guid>
      <dc:creator>yanamadala85</dc:creator>
      <dc:date>2018-10-09T17:17:13Z</dc:date>
    </item>
  </channel>
</rss>

