<?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: How to  send over a macro to share without exposing the codings?! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937491#M368371</link>
    <description>&lt;P&gt;Compile macro with secure and store options - see example 5 in documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/p1nypovnwon4uyn159rst8pgzqrl.htm#p05y391rq3drjgn1pv40fng2kc3u" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/p1nypovnwon4uyn159rst8pgzqrl.htm#p05y391rq3drjgn1pv40fng2kc3u&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To share the compiled macro&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n0sjezyl65z1cpn1b6mqfo8115h2.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n0sjezyl65z1cpn1b6mqfo8115h2.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paper with more info&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mwsug.org/proceedings/2011/appdev/MWSUG-2011-AD13.pdf" target="_blank"&gt;https://www.mwsug.org/proceedings/2011/appdev/MWSUG-2011-AD13.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 16:44:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2024-07-29T16:44:30Z</dc:date>
    <item>
      <title>How to  send over a macro to share without exposing the codings?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937474#M368366</link>
      <description>&lt;P&gt;Say need to let someone at another city to run a home-made SAS macro,&amp;nbsp; AND does not want to expose the coding&lt;/P&gt;
&lt;P&gt;details, HOW TO DO IT?! Thanks,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 15:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937474#M368366</guid>
      <dc:creator>hellohere</dc:creator>
      <dc:date>2024-07-29T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to  send over a macro to share without exposing the codings?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937480#M368367</link>
      <description>&lt;P&gt;First is this feasible, to send over without code exposing?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second, if yes, how to do it?!&lt;/P&gt;
&lt;P&gt;The guy is using the same SAS platform.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 16:11:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937480#M368367</guid>
      <dc:creator>hellohere</dc:creator>
      <dc:date>2024-07-29T16:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to  send over a macro to share without exposing the codings?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937483#M368368</link>
      <description>&lt;P&gt;Others might chime in with some best practices, but basically you can use the STORE and SECURE options for compiling a macro to a SAS catalog file that you can share. The SECURE option prevents the user from seeing the source code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/p1nypovnwon4uyn159rst8pgzqrl.htm#p05y391rq3drjgn1pv40fng2kc3u" target="_self"&gt;Documentation about these options here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 16:18:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937483#M368368</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2024-07-29T16:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to  send over a macro to share without exposing the codings?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937489#M368369</link>
      <description>&lt;P&gt;Don't lose &lt;STRONG&gt;your&lt;/STRONG&gt; source code. We've had several requests for recovering the code from such secure compiled macros and that has been a no-go.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Compiled macro catalogs are also version specific to a great extent. If you compile the code with SAS 9.4.7 and the other person is using 9.4.4 it may not run. Or on a different OS.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 16:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937489#M368369</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-07-29T16:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to  send over a macro to share without exposing the codings?!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937491#M368371</link>
      <description>&lt;P&gt;Compile macro with secure and store options - see example 5 in documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/p1nypovnwon4uyn159rst8pgzqrl.htm#p05y391rq3drjgn1pv40fng2kc3u" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/p1nypovnwon4uyn159rst8pgzqrl.htm#p05y391rq3drjgn1pv40fng2kc3u&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To share the compiled macro&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n0sjezyl65z1cpn1b6mqfo8115h2.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n0sjezyl65z1cpn1b6mqfo8115h2.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paper with more info&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mwsug.org/proceedings/2011/appdev/MWSUG-2011-AD13.pdf" target="_blank"&gt;https://www.mwsug.org/proceedings/2011/appdev/MWSUG-2011-AD13.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 16:44:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-send-over-a-macro-to-share-without-exposing-the-codings/m-p/937491#M368371</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2024-07-29T16:44:30Z</dc:date>
    </item>
  </channel>
</rss>

