fix: Enable display of metadata-only tables. Closes #56
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m21s
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 1m21s
This commit is contained in:
parent
a6d962bfaa
commit
f3e82b4ee2
@ -290,6 +290,7 @@ run;
|
||||
run;
|
||||
data work.groups;
|
||||
length groupuri groupname $32 groupdesc $128 ;
|
||||
call missing (of _all_);
|
||||
output;
|
||||
stop;
|
||||
run;
|
||||
|
Loading…
Reference in New Issue
Block a user