1
0
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:
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 @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';