Skip to content

Commit

Permalink
SAS Packages Framework, version 20241102
Browse files Browse the repository at this point in the history
SAS Packages Framework, version 20241102

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:
```sas
%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.`".

Documentation and HoW-materials updated.
  • Loading branch information
yabwon committed Nov 2, 2024
1 parent a24aee5 commit 0da6ca7
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified Share your code with SAS Packages - a Hands-on-Workshop.pdf
Binary file not shown.

0 comments on commit 0da6ca7

Please sign in to comment.