diff --git a/all.sas b/all.sas index 4e9f2d3..ccf2d95 100644 --- a/all.sas +++ b/all.sas @@ -9734,10 +9734,8 @@ run; %mend mp_sortinplace;/** @file @brief Prepares an audit table for stacking (re-applying) the changes. - @details WORK IN PROGRESS!! - - When the underlying data from a Base Table is refreshed, it can be helpful - to have any previously-applied changes, re-applied. + @details When the underlying data from a Base Table is refreshed, it can be + helpful to have any previously-applied changes, re-applied. Such situation might arise if you are applying those changes using a tool like [Data Controller for SASĀ®](https://datacontroller.io) - which records diff --git a/base/mp_stackdiffs.sas b/base/mp_stackdiffs.sas index e7fbe56..9167c7e 100644 --- a/base/mp_stackdiffs.sas +++ b/base/mp_stackdiffs.sas @@ -1,10 +1,8 @@ /** @file @brief Prepares an audit table for stacking (re-applying) the changes. - @details WORK IN PROGRESS!! - - When the underlying data from a Base Table is refreshed, it can be helpful - to have any previously-applied changes, re-applied. + @details When the underlying data from a Base Table is refreshed, it can be + helpful to have any previously-applied changes, re-applied. Such situation might arise if you are applying those changes using a tool like [Data Controller for SASĀ®](https://datacontroller.io) - which records