mirror of
https://github.com/sasjs/core.git
synced 2025-12-15 16:14:36 +00:00
fix: increasing limit from 1k to 100k for mf_getuniqueliref()
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
@author Allan Bowe
|
||||
**/
|
||||
|
||||
%macro mf_getuniquelibref(prefix=mclib,maxtries=1000);
|
||||
%macro mf_getuniquelibref(prefix=mc,maxtries=1000);
|
||||
%local x;
|
||||
|
||||
%if ( %length(&prefix) gt 7 ) %then %do;
|
||||
|
||||
Reference in New Issue
Block a user