1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

feat: updating mf_getvarcount to allow filtering by column type

This commit is contained in:
Allan Bowe
2022-05-03 15:24:22 +00:00
parent e9e576b5ec
commit e0469be0d8
3 changed files with 68 additions and 10 deletions

View File

@@ -3,12 +3,12 @@
@brief Returns an unused libref
@details Use as follows:
libname mclib0 (work);
libname mclib1 (work);
libname mclib2 (work);
libname mclib0 (work);
libname mclib1 (work);
libname mclib2 (work);
%let libref=%mf_getuniquelibref();
%put &=libref;
%let libref=%mf_getuniquelibref();
%put &=libref;
which returns: