1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 04:50:05 +00:00

patch: doxy formatting

This commit is contained in:
2020-12-03 22:44:08 +01:00
parent bedc2a443a
commit 0592206f2d
8 changed files with 45 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
applying CRLF line endings and converting embedded cr and crlf to lf.
usage:
fileref mycsv "/path/your/csv";
%mp_cleancsv(in=mycsv,out=/path/new.csv)
@@ -17,6 +18,7 @@
@version 9.2
@author Allan Bowe
@cond
**/
%macro mp_cleancsv(in=NOTPROVIDED,out=NOTPROVIDED,qchar='22'x);
@@ -65,4 +67,5 @@
else put inchar $char1.;
end;
run;
%mend;
%mend;
/** @endcond */