Macros for SAS Application Developers
https://github.com/sasjs/core
mp_assert.test.sas
Go to the documentation of this file.
1 /**
2  @file
3  @brief Testing mp_assert macro
4  @details This is quite "meta".. it's just testing itself
5 
6  <h4> SAS Macros </h4>
7  @li mp_assert.sas
8 
9 **/
10 
11 %mp_assert(
12  iftrue=(1=1),
13  desc=Checking result was created,
14  outds=work.test_results
15 )