For your information,
the SAS Packages Framework, version 20200911, was released today. It is available at: https://github.com/yabwon/SAS_PACKAGES
Main changes includes:
- New macros added:
%loadPackageS() and %verifyPackage()
%installPackage() allow to install multiple packages with in run
%listPackages() updated
%generatePackage() provides hash digest of the package zip file (for SAS 9.54M6 and later)
- Bug fixes
- New versions of documentation and "getting started"
Packages recompiled with new version of the framework:
BasePlus [0.62]
- getVars() modified to handle "long" lists of variables
- QuickSort functions added
SQLinDS [2.1]
DFA (Dynamic Function Arrays) [0.2]
macroArray [0.4]
- new parameter
which= added to the %do_over macro
dynMacroArray [0.2]