BookmarkSubscribeRSS Feed
yabwon
Amethyst | Level 16

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



hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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