mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
chore: updating documentation in preparation for upcoming sasjs snippets feature
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
/**
|
||||
@file
|
||||
@brief A wrapper for mp_getddl.sas
|
||||
@details In the next release, this will be the main version.
|
||||
@brief Fetches DDL for a specific table
|
||||
@details Uses mp_getddl under the hood
|
||||
|
||||
@param [in] libds library.dataset to create ddl for
|
||||
@param [in] fref= (getddl) the fileref to which to _append_ the DDL. If it
|
||||
does not exist, it will be created.
|
||||
@param [in] flavour= (SAS) The type of DDL to create. Options:
|
||||
@li SAS
|
||||
@li TSQL
|
||||
|
||||
@param [in]showlog= (NO) Set to YES to show the DDL in the log
|
||||
@param [in] schema= () Choose a preferred schema name (default is to use
|
||||
actual schema, else libref)
|
||||
@param applydttm= (NO) For non SAS DDL, choose if columns are created with
|
||||
native datetime2 format or regular decimal type
|
||||
|
||||
<h4> SAS Macros </h4>
|
||||
@li mp_getddl.sas
|
||||
|
||||
Reference in New Issue
Block a user