1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-10 10:50:04 +00:00

chore: adding mend statement

This commit is contained in:
Allan Bowe
2021-05-31 15:15:17 +03:00
parent 4d6edf5566
commit 808b24e31b

View File

@@ -23,4 +23,4 @@
%if %sysfunc(exist(&libds)) ne 1 & %sysfunc(exist(&libds,VIEW)) ne 1 %then 0; %if %sysfunc(exist(&libds)) ne 1 & %sysfunc(exist(&libds,VIEW)) ne 1 %then 0;
%else 1; %else 1;
%mend; %mend mf_existds;