mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-16 19:10:04 +00:00
SAS Packages Framework, version 20240529
SAS Packages Framework, version `20240529` Changes: - aesthetic changes in log when running `%generatePackage()` macro, - reshaped format of an automatic documentation header, - and little bug fix for automatic documentation generation (for excluding file from documentation the `IN` operator should be used instead `IN:`). --- BasePlus, version `1.39.0` Changes: - new parameter `DSout=` added in `%downloadFilesTo()` macro, - file SHA256: `F*3C3A2050E3FF46E1FC0F936634A66FC3F294A3531EFE0A7DC9CE74F2EF17C687` for this version.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
when empty the "packages" value is used */
|
||||
)/secure
|
||||
/*** HELP END ***/
|
||||
des = 'Macro to list directories pointed by "packages" fileref, version 20240423. Run %extendPackagesFileref(HELP) for help info.'
|
||||
des = 'Macro to list directories pointed by "packages" fileref, version 20240529. Run %extendPackagesFileref(HELP) for help info.'
|
||||
;
|
||||
|
||||
%if %QUPCASE(&packages.) = HELP %then
|
||||
@@ -22,7 +22,7 @@ des = 'Macro to list directories pointed by "packages" fileref, version 20240423
|
||||
%put ### This is short help information for the `extendPackagesFileref` macro #;
|
||||
%put #-----------------------------------------------------------------------------------------#;;
|
||||
%put # #;
|
||||
%put # Macro to list directories pointed by 'packages' fileref, version `20240423` #;
|
||||
%put # Macro to list directories pointed by 'packages' fileref, version `20240529` #;
|
||||
%put # #;
|
||||
%put # A SAS package is a zip file containing a group #;
|
||||
%put # of SAS codes (macros, functions, data steps generating #;
|
||||
|
||||
Reference in New Issue
Block a user