mirror of
https://github.com/sasjs/core.git
synced 2026-01-04 16:10:06 +00:00
chore: removing unnecessary proc format and generating the all.sas file
This commit is contained in:
@@ -76,9 +76,6 @@ select count(*) into: nobs TRIMMED from &ds;
|
||||
%local varlist;
|
||||
%let varlist=%mf_getvarlist(&ds);
|
||||
|
||||
proc format; /* credit yabwon for special null removal */
|
||||
value bart ._ - .z = null
|
||||
other = [best.];
|
||||
/* next, export data */
|
||||
data _null_;
|
||||
file &outref mod ;
|
||||
|
||||
Reference in New Issue
Block a user