SAS Packages Framework, version 20260723

SAS Packages Framework, version `20260723`

Changes:

- Bugfix in the %isPackagesFilerefOK() macro.
- New functionality added to the %SasPackagesFrameworkNotes() macro.
- Minor code cleaning.
This commit is contained in:
Bart Jablonski
2026-07-23 15:37:54 +02:00
parent 914ad08157
commit 923dfbc369
26 changed files with 231 additions and 169 deletions
+4 -4
View File
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
SAS Packages Framework, version 20260721.
SAS Packages Framework, version 20260723.
See examples below.
A SAS package is a zip file containing a group of files
@@ -63,7 +63,7 @@ Contributors:
/*** HELP END ***/
/*+installPackage+*/
/* Macros to install SAS packages, version 20260721 */
/* Macros to install SAS packages, version 20260723 */
/* A SAS package is a zip file containing a group of files
with SAS code (macros, functions, data steps generating
data, etc.) wrapped up together and %INCLUDEed by
@@ -94,7 +94,7 @@ Contributors:
/secure
minoperator
/*** HELP END ***/
des = 'Macro to install SAS package, version 20260721. Run %installPackage(HELP) for help info.'
des = 'Macro to install SAS package, version 20260723. Run %installPackage(HELP) for help info.'
;
%if (%superq(packagesNames) = ) OR (%qupcase(&packagesNames.) = HELP) %then
%do;
@@ -109,7 +109,7 @@ des = 'Macro to install SAS package, version 20260721. Run %installPackage(HELP)
%put ### This is short help information for the `installPackage` macro #;
%put #--------------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to install SAS packages, version `20260721` #;
%put # Macro to install SAS packages, version `20260723` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;