BookmarkSubscribeRSS Feed
yabwon
Amethyst | Level 16

Hey SAS-C,

Just FYI.

Don't forget to give it a "star" at GitHub 🙂

 

All the best

Bart

 

SAS Packages Framework, version 20260125

Available as usual at: https://github.com/yabwon/SAS_PACKAGES

 

Little update to make things more comfortable.


Changes and modifications:

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.


Examples

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;
 
_______________
Polish SAS Users Group: www.polsug.com and communities.sas.com/polsug

"SAS Packages: the way to share" at SGF2020 Proceedings (the latest version), GitHub Repository, and YouTube Video.
Hands-on-Workshop: "Share your code with SAS Packages"
"My First SAS Package: A How-To" at SGF2021 Proceedings

SAS Ballot Ideas: one: SPF in SAS, two, and three
SAS Documentation



How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 41 views
  • 1 like
  • 1 in conversation