SAS Packages Framework, version 20240415

SAS Packages Framework, version 20240415

Features:

- In the `%generatePackage()` macro, when `markdownDoc=` parameters is used, packages files can be "excluded" from being used to produce documentation markdown file.

- Documentation updated.
This commit is contained in:
Bart Jablonski
2024-04-15 19:31:06 +02:00
parent 0a738cc639
commit c38cb1e70d
15 changed files with 114 additions and 76 deletions

View File

@@ -3,7 +3,7 @@
Macro to list SAS packages in packages folder.
Version 20231210
Version 20240415
A SAS package is a zip file containing a group
of SAS codes (macros, functions, data steps generating
@@ -22,7 +22,7 @@
%macro listPackages()/secure PARMBUFF
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20231210.'
des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HELP) for help, version 20240415.'
;
%if %QUPCASE(&SYSPBUFF.) = %str(%(HELP%)) %then
%do;
@@ -37,7 +37,7 @@ des = 'Macro to list SAS packages from `packages` fileref, type %listPackages(HE
%put ### This is short help information for the `listPackages` macro #;
%put #-----------------------------------------------------------------------------------------#;;
%put # #;
%put # Macro to list available SAS packages, version `20231210` #;
%put # Macro to list available SAS packages, version `20240415` #;
%put # #;
%put # A SAS package is a zip file containing a group #;
%put # of SAS codes (macros, functions, data steps generating #;