Macros for SAS Application Developers
https://github.com/sasjs/core
mddl_dc_filterdetail.test.sas
Go to the documentation of this file.
1 /**
2  @file
3  @brief Filtertable DDL test
4 
5  <h4> SAS Macros </h4>
6  @li mddl_dc_filterdetail.sas
7  @li mf_existds.sas
8  @li mp_assert.sas
9 
10 **/
11 
12 %mddl_dc_filterdetail(libds=WORK.TEST)
13 
14 %mp_assert(
15  iftrue=(%mf_existds(WORK.TEST)=1),
16  desc=Checking table was created,
17  outds=work.test_results
18 )