mirror of
https://github.com/sasjs/core.git
synced 2026-01-18 05:50:06 +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
|
@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
|
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.
|
library level. The default behaviour is to create DDL in SAS format.
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
|
|
||||||
data test(index=(pk=(x y)/unique /nomiss));
|
data test(index=(pk=(x y)/unique /nomiss));
|
||||||
x=1;
|
x=1;
|
||||||
y='blah';
|
y='blah';
|
||||||
|
|||||||
Reference in New Issue
Block a user