SAS Packages Framework, version 20260617

SAS Packages Framework, version `20260617`

Changes:

- Documentation update. Answer to issue: #136

Co-Authored-By: K.Nakamatsu <ken-nakamatsu@knworx.com>
This commit is contained in:
Bart Jablonski
2026-06-17 19:20:26 +02:00
parent dd4132d2ea
commit 3ca1cae526
25 changed files with 134 additions and 131 deletions
+3 -3
View File
@@ -43,7 +43,7 @@
- to unload, or
- to generate SAS packages.
SAS Packages Framework, version 20260615.
SAS Packages Framework, version 20260617.
See examples below.
A SAS package is a zip file containing a group of files
@@ -84,7 +84,7 @@ Contributors:
*/
)/secure
/*** HELP END ***/
des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) for help info.'
des = 'Macro to unload SAS package, version 20260617. Run %unloadPackage(HELP) for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -99,7 +99,7 @@ des = 'Macro to unload SAS package, version 20260615. Run %unloadPackage(HELP) f
%put ### This is short help information for the `unloadPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to unload SAS packages, version `20260615` #;
%put # Macro to unload SAS packages, version `20260617` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;