diff --git a/all.sas b/all.sas
index 5707f22..13e7291 100644
--- a/all.sas
+++ b/all.sas
@@ -4482,6 +4482,8 @@ run;
If you'd just like to browse the dictionary data model, you can also check
out [this article](https://rawsas.com/dictionary-of-dictionaries/).
+ 
+
@param lib= (WORK) The libref in which to create the views
Related Files
diff --git a/base/mp_dictionary.sas b/base/mp_dictionary.sas
index 5f0e7ed..983dc71 100644
--- a/base/mp_dictionary.sas
+++ b/base/mp_dictionary.sas
@@ -27,6 +27,8 @@
If you'd just like to browse the dictionary data model, you can also check
out [this article](https://rawsas.com/dictionary-of-dictionaries/).
+ 
+
@param lib= (WORK) The libref in which to create the views
Related Files