diff --git a/all.sas b/all.sas index 6e40080..7827cb2 100644 --- a/all.sas +++ b/all.sas @@ -20409,7 +20409,7 @@ options &optval; outref=0, outlogds=_null_ )/*/STORE SOURCE*/; -%local dbg fref1 chopout1 chopout2; +%local dbg i var ds1 fref1 chopout1 chopout2; %if &mdebug=1 %then %do; %put &sysmacroname entry vars:; %put _local_; diff --git a/server/ms_testservice.sas b/server/ms_testservice.sas index 16db635..176f70d 100644 --- a/server/ms_testservice.sas +++ b/server/ms_testservice.sas @@ -59,7 +59,7 @@ outref=0, outlogds=_null_ )/*/STORE SOURCE*/; -%local dbg fref1 chopout1 chopout2; +%local dbg i var ds1 fref1 chopout1 chopout2; %if &mdebug=1 %then %do; %put &sysmacroname entry vars:; %put _local_;