|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns the CAS caslib name for a given SAS libref. More...
Go to the source code of this file.
Pure macro function. Reads sashelp.vlibnam and returns the sysvalue where sysname='Caslib' for the given libref. This is useful when the caslib name and libref name may differ.
Usage:
%put %mfv_getcaslib(lib=PUBLIC);
| [in] | lib | SAS libref for which to return the CAS caslib name |
Definition in file mfv_getcaslib.sas.