|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Fetches DDL for a specific table. More...
Go to the source code of this file.
Uses mp_getddl under the hood
| [in] | libds | library.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:
|
| [in] |
= (NO) Set to YES to show the DDL in the log
| [in] | schema= | () Choose a preferred schema name (default is to use actual schema, else libref) |
| [in] | applydttm= | (NO) For non SAS DDL, choose if columns are created with native datetime2 format or regular decimal type |
Definition in file mp_ds2ddl.sas.