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

Fetches DDL for a specific table. More...

Go to the source code of this file.

Detailed Description

Uses mp_getddl under the hood

Parameters
[in]libdslibrary.dataset to create ddl for
[in]fref=(getddl) the fileref to which to append the DDL. If it does not exist, it will be created.
[in]flavour=(SAS) The type of DDL to create. Options:
  • SAS
  • TSQL
[in]

Definition in file mp_ds2ddl.sas.