SAS Packages Framework, version 20260727

SAS Packages Framework, version `20260727`

Changes:

- two tiny utility macros added (`%listPackage()` and `%installPackages()`) so you won't ever have problems with "plural vs. singular" form (of `%listPackages()` and `%installPackage()`).
This commit is contained in:
Bart Jablonski
2026-07-27 17:17:57 +02:00
parent 923dfbc369
commit 2e7fc04a3a
25 changed files with 174 additions and 146 deletions
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
SAS Packages Framework, version 20260723.
SAS Packages Framework, version 20260727.
See examples below.
A SAS package is a zip file containing a group of files
@@ -92,7 +92,7 @@ Contributors:
*/
)/secure
/*** HELP END ***/
des = 'Macro to get help about SAS package, version 20260723. Run %helpPackage(HELP) for help info.'
des = 'Macro to get help about SAS package, version 20260727. Run %helpPackage(HELP) for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -107,7 +107,7 @@ des = 'Macro to get help about SAS package, version 20260723. Run %helpPackage(H
%put ### This is short help information for the `helpPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to get help about SAS packages, version `20260723` #;
%put # Macro to get help about SAS packages, version `20260727` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;