diff --git a/base/mp_assert.sas b/base/mp_assert.sas index 627931d..86fdf56 100644 --- a/base/mp_assert.sas +++ b/base/mp_assert.sas @@ -22,7 +22,7 @@ results. If it does not exist, it will be created, with the following format: |TEST_DESCRIPTION:$256|TEST_RESULT:$4|TEST_COMMENTS:$256| |---|---|---| - |User Provided description|PASS|Column &inds contained ALL columns| + |User Provided description|PASS|Dataset &inds contained ALL columns| @version 9.2 @author Allan Bowe diff --git a/base/mp_assertcols.sas b/base/mp_assertcols.sas index 355e313..7e61756 100644 --- a/base/mp_assertcols.sas +++ b/base/mp_assertcols.sas @@ -41,7 +41,7 @@ results. If it does not exist, it will be created, with the following format: |TEST_DESCRIPTION:$256|TEST_RESULT:$4|TEST_COMMENTS:$256| |---|---|---| - |User Provided description|PASS|Column &inds contained ALL columns| + |User Provided description|PASS|Dataset &inds contained ALL columns|