BookmarkSubscribeRSS Feed
yabwon
Onyx | Level 15

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



sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 0 replies
  • 530 views
  • 8 likes
  • 1 in conversation