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

fix: removing redundant dlm option

This commit is contained in:
Allan Bowe
2021-09-27 20:14:52 +01:00
parent 9b32e6e3f2
commit 4887f355c8
2 changed files with 2 additions and 2 deletions

View File

@@ -3556,7 +3556,7 @@ data _null_;
put 'run;';
end;
else do;
put "infile cards dsd delimiter=',';";
put "infile cards dsd;";
put "input ";
%do i = 1 %to &nvars.;
%if(%length(&&input_stmt_&i..)) %then