mirror of
https://github.com/sasjs/core.git
synced 2026-01-17 21:40:06 +00:00
feat: enabling leading blanks in mp_ds2csv. Also tests for mp_ds2csv and mp_testervice.sas, and strict mode fixes elsewhere
This commit is contained in:
@@ -177,6 +177,7 @@ run;
|
||||
|
||||
data &outds (keep=stpuri prompturi fileuri texturi);
|
||||
length stpuri prompturi fileuri texturi serveruri $256 ;
|
||||
if _n_=1 then call missing (of _all_);
|
||||
set &outds;
|
||||
|
||||
/* final checks on uris */
|
||||
|
||||
Reference in New Issue
Block a user