1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-08 18:00:06 +00:00

chore: updating header

This commit is contained in:
Allan Bowe
2021-07-26 19:06:53 +03:00
parent e3205ec06c
commit 838324c15e

View File

@@ -6,8 +6,8 @@
Usage:
%mp_ds2inserts(sashelp.class,outref=myref)
data test;
%mp_ds2inserts(sashelp.class,outref=myref,outds=class)
data class;
set sashelp.class;
stop;
proc sql;