![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns a character attribute of a dataset. More...
Go to the source code of this file.
Can be used in open code, eg as follows:
%put Dataset label = %mf_getattrc(sashelp.class,LABEL); %put Member Type = %mf_getattrc(sashelp.class,MTYPE);
[in] | libds | library.dataset |
[in] | attr | full list in documentation |
Definition in file mf_getattrc.sas.