<?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: SAS Packages Framework, version 20230207 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Packages-Framework-version-20230207/m-p/858225#M339089</link>
    <description>&lt;P&gt;Ok. So since the &lt;STRONG&gt;SAS Packages Framework&lt;/STRONG&gt; allows to add additional content to a package it's high time to present some practical example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may already know &lt;A title="the SQLinDS package" href="https://support.sas.com/resources/papers/proceedings12/004-2012.pdf" target="_blank" rel="noopener"&gt;the &lt;STRONG&gt;SQLinDS&lt;/STRONG&gt; package&lt;/A&gt; built base on the 2012 article by Mr. Mike Rhoads: "&lt;A href="https://support.sas.com/resources/papers/proceedings12/004-2012.pdf" rel="nofollow" target="_blank"&gt;&lt;EM&gt;Use the Full Power of SAS in Your Function-Style Macros&lt;/EM&gt;&lt;/A&gt;".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Version 2.2.5 of the package contains the article as an additional content, so whenever you would like to do a "deep dive" into roots/details of the package implementation you have the article at your hand (and you can use it even if your Internet connection id dead &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check it out and let me know whet do you think, both about the SQLinDS package and the new feature of the framework!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Al the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 10:31:56 GMT</pubDate>
    <dc:creator>yabwon</dc:creator>
    <dc:date>2023-02-10T10:31:56Z</dc:date>
    <item>
      <title>SAS Packages Framework, version 20230207</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Packages-Framework-version-20230207/m-p/857605#M338864</link>
      <description>&lt;P&gt;Hey SAS-C,&lt;/P&gt;
&lt;P&gt;Just for your information&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;STRONG&gt;SAS Packages Framework&lt;/STRONG&gt;, version&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;20230207&lt;/CODE&gt;&amp;nbsp;is available. As usual at&amp;nbsp;&lt;A title="https://github.com/yabwon/SAS_PACKAGES" href="https://github.com/yabwon/SAS_PACKAGES" target="_self"&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;https://github.com/yabwon/SAS_PACKAGES&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;News:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;New "Additional Content" feature added to the framework.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Usually a package is a "code container" with plain text files with code inside, but sometimes Developer may want the package to contain so called "&lt;EM&gt;additional content&lt;/EM&gt;". The additional content is a perfect solution for a Developer who want, for example, to include: a 150 pages long&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;pdf&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file with detailed documentation, or a bunch of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;jpg&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files with figures depicting relations between package macros, or something else (basically everything that can't be delivered in the "standard" way). See the latest version of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Documentation" href="https://github.com/yabwon/SAS_PACKAGES/blob/main/SPF/Documentation/SAS(r)%20packages%20-%20the%20way%20to%20share%20(a%20how%20to)-%20Paper%204725-2020%20-%20extended.pdf" target="_blank"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for the details.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;Changes in the framework related to the new feature:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;new macro&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;%loadPackageAddCnt()&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which allows to extract additional content,&lt;/LI&gt;
&lt;LI&gt;modifications in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;%generatePackage()&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;macro to allow creation of additional content,&lt;/LI&gt;
&lt;LI&gt;new parameter in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;%loadPackage()&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;%installPackage()&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;macros which triggers use of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;%loadPackageAddCnt()&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;macro,&lt;/LI&gt;
&lt;LI&gt;new code added in loading test (to verify extraction of additional content).&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;Fixes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;IML Modules loader utility macro rewritten,&lt;/LI&gt;
&lt;LI&gt;minor bug fixes.&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;P&gt;Documentation:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;documentation updated,&lt;/LI&gt;
&lt;LI&gt;spelling fixes.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Feb 2023 17:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Packages-Framework-version-20230207/m-p/857605#M338864</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-02-07T17:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Packages Framework, version 20230207</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Packages-Framework-version-20230207/m-p/858225#M339089</link>
      <description>&lt;P&gt;Ok. So since the &lt;STRONG&gt;SAS Packages Framework&lt;/STRONG&gt; allows to add additional content to a package it's high time to present some practical example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may already know &lt;A title="the SQLinDS package" href="https://support.sas.com/resources/papers/proceedings12/004-2012.pdf" target="_blank" rel="noopener"&gt;the &lt;STRONG&gt;SQLinDS&lt;/STRONG&gt; package&lt;/A&gt; built base on the 2012 article by Mr. Mike Rhoads: "&lt;A href="https://support.sas.com/resources/papers/proceedings12/004-2012.pdf" rel="nofollow" target="_blank"&gt;&lt;EM&gt;Use the Full Power of SAS in Your Function-Style Macros&lt;/EM&gt;&lt;/A&gt;".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Version 2.2.5 of the package contains the article as an additional content, so whenever you would like to do a "deep dive" into roots/details of the package implementation you have the article at your hand (and you can use it even if your Internet connection id dead &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check it out and let me know whet do you think, both about the SQLinDS package and the new feature of the framework!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Al the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 10:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Packages-Framework-version-20230207/m-p/858225#M339089</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2023-02-10T10:31:56Z</dc:date>
    </item>
  </channel>
</rss>

