mirror of
https://github.com/sasjs/core.git
synced 2026-01-03 07:40:04 +00:00
Update mp_getddl.sas
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
@details Data Definition Language relates to a set of SQL instructions used
|
||||
to create tables in SAS or a database. The macro can be used at table or
|
||||
library level. The default behaviour is to create DDL in SAS format.
|
||||
|
||||
Usage:
|
||||
|
||||
data test(index=(pk=(x y)/unique /nomiss));
|
||||
x=1;
|
||||
y='blah';
|
||||
|
||||
Reference in New Issue
Block a user