Not to use SAS Token Authentication? Actually, you should be able to get a METAUSER in autoexec*.sas, maybe you can create a personal library for them there.
Not to use SAS Token Authentication? Actually, you should be able to get a METAUSER in autoexec*.sas, maybe you can create a personal library for them there.
@alexal already pointed in the right direction: you can use something like
libname private v9 "base-dir/&_MetaUser.";
in the autoexec_usermods.sas config file.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.