From 6d10426474ea4623f9ed8fba98814ef3c5f5cee5 Mon Sep 17 00:00:00 2001 From: Bart Jablonski Date: Wed, 20 Apr 2022 22:48:09 +0200 Subject: [PATCH] **SAS Packages Framework**, version 20220420 **SAS Packages Framework**, version 20220420 - Changes in the `%GeneratePackage()` macro: - check for driving files existence added, - local `createPackageContentStatus` macro variable added, - if `createPackageContentStatus` is not zero an _ERROR _is printed and tests are not executed, - The `kscanx()` function and `kcountw()` function used in macros of the Framework, - Doc. updated. - Packages regenerated with new version of the SAS Packages Framework: - BasePlus - SQLinDS - macroArray - DFA - dynMacroArray - GSM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59357b9..4f1aeeb 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ This is a list of locations where the SAS Packages Framework is used: If you want to share that you are using the SPF let me know and I'll update the list. -If you find the SPF usefull **share info** about it or **give it a [star](https://github.com/yabwon/SAS_PACKAGES/stargazers)** so more people will know. +If you find the SPF useful **share info** about it or **give it a [star](https://github.com/yabwon/SAS_PACKAGES/stargazers)** so more people will know. ---