Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mddl_dc_maxkeytable.test.sas
Go to the documentation of this file.
1
/**
2
@file
3
@brief Maxkeytable DDL test
4
5
<h4> SAS Macros </h4>
6
@li mddl_dc_maxkeytable.sas
7
@li mf_existds.sas
8
@li mp_assert.sas
9
10
**/
11
12
%mddl_dc_maxkeytable(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
)
tests
ddlonly
mddl_dc_maxkeytable.test.sas
Generated by
1.9.8
For more information visit the
Macro Core library
.