mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
18 lines
293 B
SAS
18 lines
293 B
SAS
/**
|
|
@file
|
|
@brief mddl_sas_cntlout ddl test
|
|
|
|
<h4> SAS Macros </h4>
|
|
@li mddl_sas_cntlout.sas
|
|
@li mf_existds.sas
|
|
@li mp_assert.sas
|
|
|
|
**/
|
|
|
|
%mddl_sas_cntlout(libds=WORK.TEST)
|
|
|
|
%mp_assert(
|
|
iftrue=(%mf_existds(WORK.TEST)=1),
|
|
desc=Checking table was created,
|
|
outds=work.test_results
|
|
) |