SAS Packages Framework, version 20240423

SAS Packages Framework, version 20240423

A minor aesthetic update in a log note about KMF snippets added to `%generatePackage()` macro. Does not change any functionality, just make it look nicer.
This commit is contained in:
Bart Jablonski
2024-04-23 11:32:52 +02:00
parent c38cb1e70d
commit 73f0ba2d4c
14 changed files with 71 additions and 71 deletions

View File

@@ -34,7 +34,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to load SAS package, version 20240415. Run %loadPackage() for help info.'
des = 'Macro to load SAS package, version 20240423. Run %loadPackage() for help info.'
minoperator
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
@@ -50,7 +50,7 @@ minoperator
%put ### This is short help information for the `loadPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to *load* SAS packages, version `20240415` #;
%put # Macro to *load* SAS packages, version `20240423` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;