mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2025-12-11 03:04:35 +00:00
## SAS Packages Framework, version `20240927` --- ### Changes - Aesthetic changes in log when running the `%installPackage()` macro, notes about successful/failed installation. - New parameter `SFRCVN` added to the `%installPackage()` macro, `SFRCVN` provides a *name* for a macro variable to store value of the *success-failure return code* of the installation process. Return value has the following form: `<number of successes>.<number of failures>` The macro variable is created as a *global* macro variable. - Documentation updated. ---