1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

chore: removing extra period

This commit is contained in:
Allan Bowe
2021-07-26 21:59:48 +03:00
parent 838324c15e
commit 900f694065

View File

@@ -82,7 +82,7 @@ proc format; /* credit yabwon for special null removal */
/* next, export data */
data _null_;
file &outref mod ;
if _n_=1 then put "/* &outlib..&outds (&nobs rows, &vars columns) */";
if _n_=1 then put "/* &outlib.&outds (&nobs rows, &vars columns) */";
set &ds;
length _____str $32767;
format _numeric_ best.;