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

fix: updating mp_ds2md to cope with tables with no columns

This commit is contained in:
Allan
2022-05-17 14:34:33 +00:00
committed by GitHub
parent ea0a936871
commit de4ea8888f

View File

@@ -57,6 +57,11 @@
%local vars;
%let vars=%upcase(%mf_getvarlist(&libds));
%if %trim(X&vars)=X %then %do;
%put &sysmacroname: Table &libds has no columns!!;
%return;
%end;
/* create the header row */
data _null_;
file &outref;