Macros for SAS Application Developers
https://github.com/sasjs/core
mf_getattrc.sas File Reference

Returns a character attribute of a dataset. More...

Go to the source code of this file.

Detailed Description

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);
Parameters
[in]libdslibrary.dataset
[in]attrfull list in documentation
Returns
output returns result of the attrc value supplied, or -1 and log message if err.
Version
9.2
Author
Allan Bowe

Definition in file mf_getattrc.sas.