Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
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
)
tests
base
mp_assert.test.sas
Generated by
1.9.8
For more information visit the
Macro Core library
.