1
0
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:
rafgag
2020-08-04 11:30:12 +02:00
parent 8466acc7a7
commit 1373957031

View File

@@ -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';