<?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 How to display stored IML module formulas in log in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-display-stored-IML-module-formulas-in-log/m-p/760535#M5598</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are migrating from SAS 9.3 AIX to SAS 9.4 M6 linux OS for our client. we encountered a stored&amp;nbsp; proc iml module catalog has has 6 functions in it and client doesn't have any documentation on the module coding.is there any way we can retrieve the code from the catalogs or print the code in log. or able to migrate without getting different OS error in SAS 9.4.Any help will be appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 04:44:44 GMT</pubDate>
    <dc:creator>abhinavsas</dc:creator>
    <dc:date>2021-08-10T04:44:44Z</dc:date>
    <item>
      <title>How to display stored IML module formulas in log</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-display-stored-IML-module-formulas-in-log/m-p/760535#M5598</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are migrating from SAS 9.3 AIX to SAS 9.4 M6 linux OS for our client. we encountered a stored&amp;nbsp; proc iml module catalog has has 6 functions in it and client doesn't have any documentation on the module coding.is there any way we can retrieve the code from the catalogs or print the code in log. or able to migrate without getting different OS error in SAS 9.4.Any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 04:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-display-stored-IML-module-formulas-in-log/m-p/760535#M5598</guid>
      <dc:creator>abhinavsas</dc:creator>
      <dc:date>2021-08-10T04:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display stored IML module formulas in log</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-display-stored-IML-module-formulas-in-log/m-p/760564#M5599</link>
      <description>&lt;P&gt;No, you need to find the source code and re-STORE the modules on Linux. &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_013/imlug/imlug_storagefeatures_sect002.htm" target="_self"&gt;As discussed in the SAS/IML documentation&lt;/A&gt;,&amp;nbsp;&amp;nbsp;"modules are stored in the form of their compiled code." The SAS 9.3 code on AIX will not be understandable by SAS 9.4 on Linux.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the SHOW STORAGE statement to find the names of the modules. Then perform a case-insensitive search for string "start &amp;lt;modname&amp;gt;" in the *.sas files. For example, if one of the modules is named MyMod, then perform a search such as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; grep -i "start mymod" *.sas&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 09:40:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-display-stored-IML-module-formulas-in-log/m-p/760564#M5599</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-08-10T09:40:45Z</dc:date>
    </item>
  </channel>
</rss>

