![]() |
Macros for SAS Application Developers
https://github.com/sasjs/core |
Creates a dataset with column metadata. More...
Go to the source code of this file.
This macro takes the proc contents
output and "tidies it up" in the following ways:
Example usage:
%mp_getcols(sashelp.airline,outds=work.myds)
[in] | ds | The dataset from which to obtain column metadata | ||||||||||||||||||||||||||||||||
[out] | outds= | (work.cols) The output dataset to create. Sample data:
|
Definition in file mp_getcols.sas.