diff --git a/all.sas b/all.sas index 0007767..6f3addd 100644 --- a/all.sas +++ b/all.sas @@ -5871,6 +5871,11 @@ options varlenchk=&optval; proc print data=work.mymeta; 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 outds= (work.dsmeta) The output table to contain the metadata diff --git a/base/mp_dsmeta.sas b/base/mp_dsmeta.sas index 8557ac3..f472242 100644 --- a/base/mp_dsmeta.sas +++ b/base/mp_dsmeta.sas @@ -44,6 +44,11 @@ proc print data=work.mymeta; 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 outds= (work.dsmeta) The output table to contain the metadata