BookmarkSubscribeRSS Feed
yabwon
Amethyst | Level 16

Hi,

 

just for your information, the SAS Packages Framework, version 20210528, was released. As usual the SPF is available at: https://github.com/yabwon/SAS_PACKAGES

 

In the GitHub's readme.md file I added a list of locations where the SAS Packages Framework is used. If you want to share that you are using the SPF let me know and I'll update the list.

 

Changes:

 

1) Help tags selection modified in the %generatePackage() macro.
New solution allows to write help tags surrounding comments in two ways.
The first (old) is:

/*** HELP START ***/
/*
comment
*/
/*** HELP END ***/

and the second (new):

/*** HELP START ***//*
comment
*//*** HELP END ***/

The second allows to print help info in log without /* and */ surrounding comments. It looks better and is easier for building .md files or other help documents (so you do not have to remove /* by hand).

 

2) Documentation updated.

 

3) The following packages were regenerated with new version of the SPF:

  • BasePlus
  • DFA
  • dynMacroArray
  • macroArray
  • SQLinDS

 

All the best

Bart

_______________
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



hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 935 views
  • 8 likes
  • 1 in conversation