mirror of
https://github.com/sasjs/core.git
synced 2025-12-31 22:50:05 +00:00
chore(docs): crediting louise
This commit is contained in:
5
all.sas
5
all.sas
@@ -5871,6 +5871,11 @@ options varlenchk=&optval;
|
|||||||
proc print data=work.mymeta;
|
proc print data=work.mymeta;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|
For more details on creating datasets from PROC CONTENTS check out this
|
||||||
|
excellent [paper](
|
||||||
|
https://support.sas.com/resources/papers/proceedings14/1549-2014.pdf) by
|
||||||
|
[Louise Hadden](https://www.linkedin.com/in/louisehadden/).
|
||||||
|
|
||||||
@param libds The library.dataset to export the metadata for
|
@param libds The library.dataset to export the metadata for
|
||||||
@param outds= (work.dsmeta) The output table to contain the metadata
|
@param outds= (work.dsmeta) The output table to contain the metadata
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,11 @@
|
|||||||
proc print data=work.mymeta;
|
proc print data=work.mymeta;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|
For more details on creating datasets from PROC CONTENTS check out this
|
||||||
|
excellent [paper](
|
||||||
|
https://support.sas.com/resources/papers/proceedings14/1549-2014.pdf) by
|
||||||
|
[Louise Hadden](https://www.linkedin.com/in/louisehadden/).
|
||||||
|
|
||||||
@param libds The library.dataset to export the metadata for
|
@param libds The library.dataset to export the metadata for
|
||||||
@param outds= (work.dsmeta) The output table to contain the metadata
|
@param outds= (work.dsmeta) The output table to contain the metadata
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user