|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns a numeric attribute of a dataset. More...
Go to the source code of this file.
Can be used in open code, eg as follows:
%put Number of observations=%mf_getattrn(sashelp.class,NLOBS); %put Number of variables = %mf_getattrn(sashelp.class,NVARS);
| [in] | libds | library.dataset |
| [in] | attr | Common values are NLOBS and NVARS, full list in documentation |
Definition in file mf_getattrn.sas.