mirror of
https://github.com/sasjs/core.git
synced 2026-04-18 22:23:12 +00:00
fix: runall
This commit is contained in:
10
all.sas
10
all.sas
@@ -10277,7 +10277,8 @@ https://blogs.sas.com/content/sastraining/2012/08/14/jedi-sas-tricks-reset-sas-s
|
||||
%macro mp_resetoption(option /* the option to reset */
|
||||
)/*/STORE SOURCE*/;
|
||||
|
||||
data _null_;
|
||||
%if "%substr(&sysver,1,1)" ne "4" and "%substr(&sysver,1,1)" ne "5" %then %do;
|
||||
data _null_;
|
||||
length code $1500;
|
||||
startup=getoption("&option",'startupvalue');
|
||||
current=getoption("&option");
|
||||
@@ -10286,8 +10287,11 @@ data _null_;
|
||||
putlog "NOTE: Resetting system option: " code ;
|
||||
call execute(code );
|
||||
end;
|
||||
run;
|
||||
|
||||
run;
|
||||
%end;
|
||||
%else %do;
|
||||
%put &sysmacroname: reset option feature unavailable on &sysvlong;
|
||||
%end;
|
||||
%mend mp_resetoption;/**
|
||||
@file
|
||||
@brief Generate and apply retained key values to a staging table
|
||||
|
||||
Reference in New Issue
Block a user