Hey SAS-C,
Just for your information
Bart
The SAS Packages Framework, version 20230207
is available. As usual at https://github.com/yabwon/SAS_PACKAGES
News:
pdf
file with detailed documentation, or a bunch of jpg
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 documentation for the details.Changes in the framework related to the new feature:
%loadPackageAddCnt()
which allows to extract additional content,%generatePackage()
macro to allow creation of additional content,%loadPackage()
and %installPackage()
macros which triggers use of %loadPackageAddCnt()
macro,Fixes:
Documentation:
Ok. So since the SAS Packages Framework allows to add additional content to a package it's high time to present some practical example.
You may already know the SQLinDS package built base on the 2012 article by Mr. Mike Rhoads: "Use the Full Power of SAS in Your Function-Style Macros".
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 😉)
Check it out and let me know whet do you think, both about the SQLinDS package and the new feature of the framework!
Al the best
Bart
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.