<?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 SAS Macro Help Text / Documentation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753766#M237621</link>
    <description>&lt;P&gt;If I write a macro of the sort:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro MyMacro(var1 /* This is first description */
				,var2 /*Second Description*/); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;then when using the macro, the following help text appears when calling it:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SasStatistics_0-1626181923992.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61168iB93DC4C72044BE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SasStatistics_0-1626181923992.png" alt="SasStatistics_0-1626181923992.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In this case, the macro and calling the macro is in the same script.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have stored my Macros in another script, and then use a %include statement to make them available, then the help text does not appear. Is there any way to achieve this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Edit: I am using SAS EG and using Autocall library is not an option.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 14:54:16 GMT</pubDate>
    <dc:creator>SasStatistics</dc:creator>
    <dc:date>2021-07-13T14:54:16Z</dc:date>
    <item>
      <title>SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753766#M237621</link>
      <description>&lt;P&gt;If I write a macro of the sort:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro MyMacro(var1 /* This is first description */
				,var2 /*Second Description*/); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;then when using the macro, the following help text appears when calling it:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SasStatistics_0-1626181923992.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61168iB93DC4C72044BE0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SasStatistics_0-1626181923992.png" alt="SasStatistics_0-1626181923992.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In this case, the macro and calling the macro is in the same script.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have stored my Macros in another script, and then use a %include statement to make them available, then the help text does not appear. Is there any way to achieve this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Edit: I am using SAS EG and using Autocall library is not an option.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 14:54:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753766#M237621</guid>
      <dc:creator>SasStatistics</dc:creator>
      <dc:date>2021-07-13T14:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753772#M237625</link>
      <description>&lt;P&gt;Please clarify what user interface you are using that is popping up that text box.&lt;/P&gt;
&lt;P&gt;Are you using SAS/Studio?&amp;nbsp; Enterprise Guide?&amp;nbsp; Something else?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 13:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753772#M237625</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-07-13T13:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753773#M237626</link>
      <description>&lt;P&gt;Whatever your user interface is, I am not using it, so I'm not sure if my answer will work, but I think it will.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put your macros into an &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/mcrolref/n1o5fkxq0gqdpcn1xs3ksdks69tf.htm" target="_self"&gt;AUTOCALL library&lt;/A&gt; instead of using %INCLUDE to access them, and then I believe you will get the desired pop-up.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 13:50:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753773#M237626</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-13T13:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753789#M237636</link>
      <description>I am using SAS Enterprise Guide.</description>
      <pubDate>Tue, 13 Jul 2021 14:53:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753789#M237636</guid>
      <dc:creator>SasStatistics</dc:creator>
      <dc:date>2021-07-13T14:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753790#M237637</link>
      <description>&lt;P&gt;I am using SAS Enterprise Guide.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Autocall I think works (have not tried) but it is not an option in this case. Any ideas?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 14:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753790#M237637</guid>
      <dc:creator>SasStatistics</dc:creator>
      <dc:date>2021-07-13T14:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753792#M237639</link>
      <description>&lt;P&gt;Why is AUTOCALL not an option?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 15:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753792#M237639</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-13T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753803#M237647</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Your macro program usage is not entirely clear to me. However, you should be able to use a session-compiled macro program within SAS Enterprise Guide. This example worked for me.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1626192377084.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61170i3E5530E8C66C0F95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1626192377084.png" alt="Cynthia_sas_0-1626192377084.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;However, I was using &amp;amp;VAR1 and &amp;amp;VAR2 only with %PUT and in a TITLE statement. You defined VAR1 and VAR2 as positional parameters, so that's what my example used. However, that means you always need to specify your variables in that order and you do not have a good way to set defaults using positional parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; In "real life" I was taught to always use keyword macro program parameters instead of positional parameters because they allow for better control over the defaults of the macro variable values, as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1626192729838.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61171i57E405B54EC6C908/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1626192729838.png" alt="Cynthia_sas_1-1626192729838.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With keyword parameters in the Macro program definition, I set defaults for both &amp;amp;VAR1 and &amp;amp;VAR2, but on invocation, only provided a value for &amp;amp;VAR1, which caused the macro program to use the default value for &amp;amp;VAR2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 16:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753803#M237647</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-07-13T16:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753823#M237655</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;You defined VAR1 and VAR2 as positional parameters, so that's what my example used. However, that means you always need to specify your variables in that order&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Defining a macro to accept parameters by position does not prevent the user from passing them by name.&amp;nbsp; In which case they can reference them in any order.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%mymacro(var2=abc,var1=xyz)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;and you do not have a good way to set defaults using positional parameters.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;It is not hard to add defaults in the macro code itself.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%if 0=%length(&amp;amp;var1) %then %let var1=default value;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 16:48:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753823#M237655</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-07-13T16:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753860#M237668</link>
      <description>Hi, Tom:&lt;BR /&gt;  You are correct. Even if the parameters are originally defined as positional, you can pass them in using their name, which is useful. I was taught to be consistent in the definition and the invocation to make it easier for non-macro programmers to understand what was happening. And you're right, you can code for defaults if you know how to use the Macro facility. But since the OP didn't show what was in his macro program, I wanted to keep my program as simple as possible. The easiest way for beginners to set defaults is to use the name=default parameter method.&lt;BR /&gt;&lt;BR /&gt;Cynthai</description>
      <pubDate>Tue, 13 Jul 2021 18:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753860#M237668</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-07-13T18:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753867#M237670</link>
      <description>Legacy in the company I am working at. &lt;BR /&gt;&lt;BR /&gt;If I have arguments against, I could change it - but currently I have not read about it so no idea. Any strong reasons why include is not preferred over autocall?</description>
      <pubDate>Tue, 13 Jul 2021 18:34:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753867#M237670</guid>
      <dc:creator>SasStatistics</dc:creator>
      <dc:date>2021-07-13T18:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753876#M237672</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/381436"&gt;@SasStatistics&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Legacy in the company I am working at. &lt;BR /&gt;&lt;BR /&gt;If I have arguments against, I could change it - but currently I have not read about it so no idea. Any strong reasons why include is not preferred over autocall?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Let's suppose you have written a macro named MYMACRO. Then, each time you want to use it via %include, you have to type a command like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "/myserver/myfolder/mysubfolder/mymacro.sas";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That's a lot of typing, don't make any mistakes or your code won't run. And you have to do this in every program where you want to use the macro. And if there are multiple macros that are used, you need to type a %include for each. Lots of possibilities to make a mistake, and slower than using an AUTOCALL library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use AUTOCALL, then you never have to type the above, you have to include your AUTOCALL library issuing one command in your AUTOEXEC file (you have to do this once, and never again, and not every time you want to use the macros). Then you type %mymacro (and later %mymacro2, and so on), that's a lot less typing, a lot fewer possibilities to make a mistake, and much faster.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 18:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753876#M237672</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-13T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753905#M237684</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/381436"&gt;@SasStatistics&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Legacy in the company I am working at. &lt;BR /&gt;&lt;BR /&gt;If I have arguments against, I could change it - but currently I have not read about it so no idea. Any strong reasons why include is not preferred over autocall?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Let's suppose you have written a macro named MYMACRO. Then, each time you want to use it via %include, you have to type a command like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "/myserver/myfolder/mysubfolder/mymacro.sas";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That's a lot of typing, don't make any mistakes or your code won't run. And you have to do this in every program where you want to use the macro. And if there are multiple macros that are used, you need to type a %include for each. Lots of possibilities to make a mistake, and slower than using an AUTOCALL library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use AUTOCALL, then you never have to type the above, you have to include your AUTOCALL library issuing one command in your AUTOEXEC file (you have to do this once, and never again, and not every time you want to use the macros). Then you type %mymacro (and later %mymacro2, and so on), that's a lot less typing, a lot fewer possibilities to make a mistake, and much faster.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Adding to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;'s comment. If everyone uses the same shared location for the Autocall library then you can share the macros by name and don't have to pass around files or filenames and paths to reference macros with %include. Though it would be a good idea to have someone in charge for what is allowed in the Autocall library.&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;Also, you already know that %include files do not do what you want regarding this "documentation" element.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:45:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753905#M237684</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-13T19:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro Help Text / Documentation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753935#M237689</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/381436"&gt;@SasStatistics&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Legacy in the company I am working at. &lt;BR /&gt;&lt;BR /&gt;If I have arguments against, I could change it - but currently I have not read about it so no idea. Any strong reasons why include is not preferred over autocall?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Let's suppose you have written a macro named MYMACRO. Then, each time you want to use it via %include, you have to type a command like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%include "/myserver/myfolder/mysubfolder/mymacro.sas";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That's a lot of typing, don't make any mistakes or your code won't run. And you have to do this in every program where you want to use the macro. And if there are multiple macros that are used, you need to type a %include for each. Lots of possibilities to make a mistake, and slower than using an AUTOCALL library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you use AUTOCALL, then you never have to type the above, you have to include your AUTOCALL library issuing one command in your AUTOEXEC file (you have to do this once, and never again, and not every time you want to use the macros). Then you type %mymacro (and later %mymacro2, and so on), that's a lot less typing, a lot fewer possibilities to make a mistake, and much faster.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Adding to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;'s comment. If everyone uses the same shared location for the Autocall library then you can share the macros by name and don't have to pass around files or filenames and paths to reference macros with %include. Though it would be a good idea to have someone in charge for what is allowed in the Autocall library.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Or if you are squeamish about modifying someone else's AUTOEXEC file (but you shouldn't be), or if you are remote and such modification would be difficult, you can send people one line of code, tell them to put it at the top of their programs when they want to use the AUTOCALL library, and again, no need for all that typing of %INCLUDEs. It's like magic! Don't take my word for it, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;knows what he is talking about.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 21:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Help-Text-Documentation/m-p/753935#M237689</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-07-13T21:11:07Z</dc:date>
    </item>
  </channel>
</rss>

