Hey SAS-C,
Just FYI.
Don't forget to give it a "star" at GitHub 🙂
All the best
Bart
20260125Available as usual at: https://github.com/yabwon/SAS_PACKAGES
Little update to make things more comfortable.
A) Two new parameters added to the %listPackages() macro:
listDataSet - name of a data set to save the list of available packages,quiet= - indicator to suspend LOG printout.B) Documentation updated.
Example 1. Save list of packages in ListOfPackages data set:
filename packages ("/sas/packages1" "/sas/packages2");
%include packages(SPFinit.sas);
%listPackages(ListOfPackages)
proc print data=ListOfPackages;
run;
Update:
https://communities.sas.com/t5/SAS-Programming/SAS-Packages-Framework-version-20260126/td-p/982434
🙂
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.