BookmarkSubscribeRSS Feed
yabwon
Onyx | Level 15

Hey SAS-C

 

Only last week we had a "trick or treat season" release and here we have another "version" 😉
Hope you like it.

 

All the best

Bart

 

SAS Packages Framework, version 20241102

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

Changes


In the %loadPackage(), the %ICEloadPackage(), and the %loadPackageAddCnt() macros version of a package can be provided with a comparison condition.

If the required version is provided with a comparison operator, e.g., <=, =, or >, then the operator is used to compare required and provided versions.

The following example:

%loadPackage(myPackage
  ,requiredVersion=1.2.2=
)
 

will force to load the package only if the required version is exactly equal to the provided one.

Comparison is done in form "req. comparison prov.".


The Documentation and Hands-on-Workshops materials were 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



1 REPLY 1
yabwon
Onyx | Level 15

If you are interested in SAS Package Framework, but not convinced yet, below is link to a short article describing advantages of using SAS packages.

Paper was presented at PHUSE EU 2024 conference. 

Official proceedings will be publicly available soon, meanwhile here is the article:

 https://github.com/yabwon/SAS_PACKAGES/blob/main/SPF/Documentation/Paper_SM01-PHUSEEU2024.pdf

 

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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 1 reply
  • 2311 views
  • 2 likes
  • 1 in conversation