1
0
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:
Allan Bowe
2021-07-26 22:30:02 +03:00
parent d63d2a4ec1
commit a5baf46233
2 changed files with 117 additions and 15 deletions

View File

@@ -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 ;