<?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: Macros in work and sashelp. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840168#M332210</link>
    <description>&lt;P&gt;The ones you have listed appear to be internal to SAS and not the public ones included in SAS documentation: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1pawushwfuic6n1afk2q6jmcar0.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1pawushwfuic6n1afk2q6jmcar0.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it would be dangerous to assume you can use these separately. In any case the ones in your WORK library get created when you do something in SAS, so there is no permanent macro definition you can call anyway. The ones in SASHELP starting with EM are likely Enterprise Miner macros and must be used within the product to work correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Oct 2022 21:56:40 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2022-10-23T21:56:40Z</dc:date>
    <item>
      <title>Macros in work and sashelp.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840153#M332201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It is the first time that I notice those macros in the work and sashelp libraries. Some of them seem to be SAS Studio specific.&lt;/P&gt;
&lt;P&gt;Are you familiar with them? Have you made some use of them? If so, would you recommand some documentations for them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
    select libname, memname, memtype, objname, objtype, objdesc
    from dictionary.catalogs
    where upcase(objtype)='MACRO';
quit;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="macrocatalog.JPG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76475i7888E16E148A019B/image-size/large?v=v2&amp;amp;px=999" role="button" title="macrocatalog.JPG" alt="macrocatalog.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 15:46:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840153#M332201</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2022-10-23T15:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in work and sashelp.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840158#M332204</link>
      <description>&lt;P&gt;Yes, SASMACR is where the compiled macro is stored. WORK.SASMACR are macros you have created; SASHELP.SASMACR is where system macros are stored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could query this dictionary table to see what macros are available.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 17:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840158#M332204</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-10-23T17:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Macros in work and sashelp.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840168#M332210</link>
      <description>&lt;P&gt;The ones you have listed appear to be internal to SAS and not the public ones included in SAS documentation: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1pawushwfuic6n1afk2q6jmcar0.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1pawushwfuic6n1afk2q6jmcar0.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think it would be dangerous to assume you can use these separately. In any case the ones in your WORK library get created when you do something in SAS, so there is no permanent macro definition you can call anyway. The ones in SASHELP starting with EM are likely Enterprise Miner macros and must be used within the product to work correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Oct 2022 21:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Macros-in-work-and-sashelp/m-p/840168#M332210</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-10-23T21:56:40Z</dc:date>
    </item>
  </channel>
</rss>

