|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Returns a distinct list of formats from a table. More...
Go to the source code of this file.
Reads the dataset header and returns a distinct list of formats applied.
%put NOTE- %mf_getfmtlist(sashelp.prdsale); %put NOTE- %mf_getfmtlist(sashelp.shoes); %put NOTE- %mf_getfmtlist(sashelp.demographics);
returns:
DOLLAR $CHAR W MONNAME $CHAR BEST DOLLAR BEST Z $CHAR COMMA PERCENTN
| [in] | libds | Two part library.dataset reference. |
Definition in file mf_getfmtlist.sas.