fix: Enable display of metadata-only tables. Closes #56 #57

Merged
allan merged 2 commits from issue56 into main 2023-10-16 15:10:04 +00:00

View File

@ -290,6 +290,7 @@ run;
run;
data work.groups;
length groupuri groupname $32 groupdesc $128 ;
call missing (of _all_);
output;
stop;
run;