1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +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;
%else 1;
%mend;
%mend mf_existds;