Macros for SAS Application Developers
https://github.com/sasjs/core
mm_getauthinfo.test.sas
Go to the documentation of this file.
1 /**
2  @file
3  @brief Testing mm_getauthinfo macro
4 
5  <h4> SAS Macros </h4>
6  @li mf_existds.sas
7  @li mm_getauthinfo.sas
8  @li mp_assertscope.sas
9 
10 **/
11 
12 
13 %mp_assertscope(SNAPSHOT)
14 %mm_getauthinfo(outds=auths)
15 %mp_assertscope(COMPARE)
16 
17 
18 %mp_assert(
19  iftrue=(%mf_existds(work.auths)=1),
20  desc=Check if the auths dataset was created
21 )