mpe_makedatamodel.test.sas
Go to the documentation of this file.
1 /**
2  @file
3  @brief Testing mpe_refreshtables macro
4 
5  <h4> SAS Macros </h4>
6  @li mpe_makedatamodel.sas
7  @li mp_assert.sas
8  @li mp_assertscope.sas
9 
10  @author 4GL Apps Ltd
11  @copyright 4GL Apps Ltd. This code may only be used within Data Controller
12  and may not be re-distributed or re-sold without the express permission of
13  4GL Apps Ltd.
14 
15 **/
16 
17 %mp_assertscope(SNAPSHOT)
18 %mpe_makedatamodel(lib=WORK)
19 %mp_assertscope(COMPARE,
20  desc=Checking macro variables against previous snapshot
21 )
22 
23 %mp_assert(
24  iftrue=(&syscc = 0),
25  desc=Checking error condition
26 )