From 740ce9b04b807aa2daabb30c091b5f39743b1996 Mon Sep 17 00:00:00 2001 From: Bart Jablonski Date: Tue, 3 Nov 2020 20:47:06 +0100 Subject: [PATCH] SAS Packages Framework, version 20201103 **SAS Packages Framework**, version 20201103 Bugfix for `SAS 9.4M5` related to the following Problem Note: `https://support.sas.com/kb/62/037.html` All macros using MD%() function should now run on M5. Packages recompiled with the new version of the SAS Packages Framework: - SQLinDS (version 2.2) - macroArray (version 0.7) - The `%mcHashTable()` macro was added in the package. - DFA (version 0.2) - BasePlus (version 0.9) - New parameter `mcArray=` added to the `%getVars()` macro. - New macros added:`%dedupListS()`, `%dedupListC()`, `%dedupListP()`, `%dedupListX()`, and `%QdedupListX()` - dynMacroArray (version 0.2) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4baf351..616ff5f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ To get started with SAS Packages try this [**`Getting Started with SAS Packages` The documentation and more advance reading would be the [**`SAS(r) packages - the way to share (a how to)- Paper 4725-2020 - extended.pdf`**](https://github.com/yabwon/SAS_PACKAGES/blob/main/SPF/Documentation/SAS(r)%20packages%20-%20the%20way%20to%20share%20(a%20how%20to)-%20Paper%204725-2020%20-%20extended.pdf "SAS packages - the way to share") article (see the `./SPF/Documentation` directory). +Short description of the SAS Packages Framework macros can be found [here](https://github.com/yabwon/SAS_PACKAGES/blob/main/SPF/SPFinit.md "Short description of the SAS Packages Framework macros") + **General overview video:** - [SAS Global Forum 2020 V.E.](https://www.youtube.com/watch?v=qCkb-bx0Dv8&t=0s "SGF2020") (April 2020) - [Sasensei International Dojo](https://www.youtube.com/watch?v=BFhdUBQgjYQ&t=0s "SID no. 1") (April 2020)