mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 04:50:05 +00:00
chore: removing extra period
This commit is contained in:
@@ -82,7 +82,7 @@ proc format; /* credit yabwon for special null removal */
|
|||||||
/* next, export data */
|
/* next, export data */
|
||||||
data _null_;
|
data _null_;
|
||||||
file &outref mod ;
|
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;
|
set &ds;
|
||||||
length _____str $32767;
|
length _____str $32767;
|
||||||
format _numeric_ best.;
|
format _numeric_ best.;
|
||||||
|
|||||||
Reference in New Issue
Block a user