<?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: STORED COMPILED MACRO FACILITY in University Edition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458917#M116501</link>
    <description>&lt;P&gt;If the intention is not to hide the code then use %include and save macros in a plain text file.&amp;nbsp; You can also include these plain text files in a folder and include them automatically with the sasautos option:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p12b2qq72dkxpsn1e19y57emerr6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p12b2qq72dkxpsn1e19y57emerr6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Far simpler, and easy files to work with - just try updating a catalog!&lt;/P&gt;</description>
    <pubDate>Tue, 01 May 2018 07:55:21 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-05-01T07:55:21Z</dc:date>
    <item>
      <title>STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458564#M116384</link>
      <description>&lt;P&gt;Are there any issues in saving stored compiled Macro in SAS University Edition? I appreciate any help to a sample program.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 09:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458564#M116384</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2018-04-30T09:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458570#M116388</link>
      <description>&lt;P&gt;I don't know about UE, however stored catalogs are a real pain anywhere.&amp;nbsp; The move from 32bit to 64bit really highlighted how bad compiled catalogs are in terms of portability, and code hiding.&amp;nbsp; Even if there is a very good reason to use them, I wouldn't and I don't accept catalogs as far as I can.&amp;nbsp; I suppose one other question would be why you need to use compiled catalogs in a learning environment, other than code hiding (which is really their only purpose even if bad), there is no real use for them.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 10:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458570#M116388</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-04-30T10:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458686#M116426</link>
      <description>&lt;P&gt;Are you looking into this as a learning exercise (how to work with compiled macros) or are you trying to solve a problem - how to save code for future reuse?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As others have mentioned, compiled macros are not a great idea. You'll find lots of questions here of people trying to get their code back out of compiled macros or issues with transferring it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For SAS Studio you have a few other options that are good.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. I think you can connect to a code repository, such as GitHub&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Code Snippets - you can save your own code as snippets to easily access them later.&lt;/P&gt;
&lt;P&gt;3. You can save them in a specific folder and use a %include within your autoexec to have the programs available as soon as you start SAS UE.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/17813"&gt;@KachiM&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Are there any issues in saving stored compiled Macro in SAS University Edition? I appreciate any help to a sample program.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 15:18:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458686#M116426</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-30T15:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458694#M116428</link>
      <description>&lt;P&gt;I wanted to use a Macro Function in different SAS sessions as if it is a SAS Function. My purpose is not to hide the code. I read that&lt;/P&gt;
&lt;P&gt;there is a SOURCE option to&amp;nbsp; store the macro source code along with the compiled code since SAS 9.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your information.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 15:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458694#M116428</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2018-04-30T15:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458697#M116429</link>
      <description>&lt;P&gt;Well, for functions you should be using PROC FCMP instead, but then I'd probably go with the third option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes you can include the SOURCE option, but you have to remember to do so for each macro and that transferring them across systems is difficult.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 15:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458697#M116429</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-30T15:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458700#M116431</link>
      <description>&lt;P&gt;I have not saved&amp;nbsp; Macro Functions. I was trying to save it in SAS University Edition. It did not work for me. Thanks for you for showing alternatives.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not&amp;nbsp; SAS people see this question and provide an answer?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;DataSp&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 15:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458700#M116431</guid>
      <dc:creator>KachiM</dc:creator>
      <dc:date>2018-04-30T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458701#M116432</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/17813"&gt;@KachiM&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I was trying to save it in SAS University Edition. It did not work for me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You never stated that. How did you try and what does 'it did not work for me' mean?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not&amp;nbsp; SAS people see this question and provide an answer?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is not SAS Tech support, this is a community user forum, where SAS does monitor the questions, but their response time I believe is 24 hours if it's not answered. If you want immediate tech support, contact tech support, but you need a valid paid license for that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 15:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458701#M116432</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-04-30T15:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: STORED COMPILED MACRO FACILITY in University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458917#M116501</link>
      <description>&lt;P&gt;If the intention is not to hide the code then use %include and save macros in a plain text file.&amp;nbsp; You can also include these plain text files in a folder and include them automatically with the sasautos option:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p12b2qq72dkxpsn1e19y57emerr6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p12b2qq72dkxpsn1e19y57emerr6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Far simpler, and easy files to work with - just try updating a catalog!&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 07:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/STORED-COMPILED-MACRO-FACILITY-in-University-Edition/m-p/458917#M116501</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-05-01T07:55:21Z</dc:date>
    </item>
  </channel>
</rss>

