|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Converts every value in a dataset to formatted value. More...
Go to the source code of this file.
Converts every value to it's formatted value. All variables will become character, and will be in the same order as the original dataset.
Lengths will be adjusted according to the format lengths, where applicable.
Usage:
%mp_ds2fmtds(sashelp.cars,work.cars) %mp_ds2fmtds(sashelp.vallopt,vw_vallopt)
| [in] | libds | The library.dataset to be converted |
| [out] | outds | The dataset to create. |
Definition in file mp_ds2fmtds.sas.