|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Creates a dataset containing distinct formatted values. More...
Go to the source code of this file.
If no format is supplied, then the original value is used instead. There is also a dependency on other macros within the Macro Core library. Usage:
%mp_distinctfmtvalues(libds=sashelp.class,var=age,outvar=age,outds=test)
| [in] | libds= | () input dataset |
| [in] | var= | (0) variable to get distinct values for |
| [out] | outvar= | (formatteed_value) variable to create. |
| [out] | outds= | (work.mp_distinctfmtvalues) dataset to create. |
| [in] | varlen= | (2000) length of variable to create |
Definition in file mp_distinctfmtvalues.sas.