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);
libds | library.dataset |
attr | Common values are NLOBS and NVARS, full list in documentation |
Definition in file mf_getattrn.sas.