BookmarkSubscribeRSS Feed
yabwon
Onyx | Level 15

Hey SAS-C,

Just FYI. We have new release.

Bart

 

SAS Packages Framework, version 20231210


As usual available at: https://github.com/yabwon/SAS_PACKAGES

 

Intro

The release addresses the #89 issue. Thank you to ynsec37 for bringing the idea up!

New features in this release are dedicated for developers. And they allow to:

  • automatically generate a packagename.md markdown file gathering all documentation notes from the help info snippets and the description file into one document,
  • create a copy of the zip and md files with the version number in their names (i.e. packagename_***_.zip and packagename_***_.md), just so archiving of the new packages versions would be easier.

For backward compatibility those features are turned off by default, appropriate parameters of the %generatePackage() macro has to be set to 1 during package generation to enable them.


Changes:

  • Two new parameters added for the %generatePackage() macro.
    The parameters are:

    • markdownDoc= - Indicates if a markdown file with documentation be generated from help information blocks. To get expected effect it is assumed that help snippets are formatted according to the markdown format requirements.
    • easyArch= - When creating documentation file (markdownDoc=1) it indicates if a copy of the zip and markdown files with the version number in the file name be created.
  • The HelloWorldPackage.md example updated.

  • Documentation updated.

_______________
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-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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
  • 724 views
  • 1 like
  • 1 in conversation