Macros for SAS Application Developers
https://github.com/sasjs/core
mm_getcols.sas File Reference

Creates a dataset with all metadata columns for a particular table. More...

Go to the source code of this file.

Detailed Description

usage:

mm_getcols(tableuri=A5X8AHW1.B40001S5)

Parameters
[out]outdsthe dataset to create that contains the list of columns
[in]urithe uri of the table for which to return columns
Returns
outds dataset containing all columns, specifically:
  • colname
  • coluri
  • coldesc
Version
9.2
Author
Allan Bowe

Definition in file mm_getcols.sas.