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

@@ -23,7 +23,7 @@
*/
)/secure
/*** HELP END ***/
des = 'Macro to preview content of a SAS package, version 20240415. Run %previewPackage() for help info.'
des = 'Macro to preview content of a SAS package, version 20240423. Run %previewPackage() for help info.'
;
%if (%superq(packageName) = ) OR (%qupcase(&packageName.) = HELP) %then
%do;
@@ -38,7 +38,7 @@ des = 'Macro to preview content of a SAS package, version 20240415. Run %preview
%put ### This is short help information for the `previewPackage` macro #;
%put #-------------------------------------------------------------------------------#;
%put # #;
%put # Macro to get preview of a SAS packages, version `20240415` #;
%put # Macro to get preview of a 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 #;