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
20241102
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.
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
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.
Ready to level-up your skills? Choose your own adventure.