SAS Packages Framework - 20200812
Version 20200811, change list:
- in the %generatePackage() macro the filesLocation is now positional parameter (the first one),
- in the framework both
%loadPackage()
and%loadPackage(HELP)
command prints out the help information for the %loadPackage() macro (for other macros too), - the %ICEloadPackage() macro extended with version testing,
- test for existence of %loadPackage macro added,
- bug fix in lazyData generation
- parsing of the
description.sas
file improved - help section search improved
- documentation updated.
Packages recompiled with new version of SAS Packages Framework:
- BasePlus [0.53] (bug fix in getVars macro)
- SQLinDS [2.1]
- DFA (Dynamic Function Arrays) [0.2]
- macroArray [0.3]
- dynMacroArray [0.2]