mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-03 13:20:05 +00:00
SAS Packages Framework, version 20201014
**SAS Packages Framework**, version 20201014:
- Small change in displaying help information in the log.
Packages recompiled with new version of SAS Packages Framework:
- `SQLinDS` (version 2.2)
- `macroArray` (version 0.5)
- `DFA` (version 0.2)
- `BasePlus` (version 0.7)
- `dynMacroArray` (version 0.2)
This commit is contained in:
@@ -2242,7 +2242,7 @@ data _null_;
|
||||
put " infile &_PackageFileref_.(description.sas) end = EOF; ";
|
||||
put ' input; ';
|
||||
put ' if upcase(strip(_infile_)) =: "DESCRIPTION END:" then printer = 0; ';
|
||||
put ' if printer then put @1 _infile_; ';
|
||||
put ' if printer then put "| " _infile_; ';
|
||||
put ' if upcase(strip(_infile_)) =: "DESCRIPTION START:" then printer = 1; ';
|
||||
put ' end; ';
|
||||
put ' else stop; ';
|
||||
@@ -2290,7 +2290,7 @@ data _null_;
|
||||
put ' do until (EOF); ';
|
||||
put " infile &_PackageFileref_.(license.sas) end = EOF; ";
|
||||
put ' input; ';
|
||||
put ' put @1 _infile_; ';
|
||||
put ' put "| " _infile_; ';
|
||||
put ' end; ';
|
||||
put ' else stop; ';
|
||||
put 'run; ' /;
|
||||
|
||||
Reference in New Issue
Block a user