Macros for SAS Application Developers
https://github.com/sasjs/core
Toggle main menu visibility
Home
File List
▼
@sasjs/core
Macro Core
▼
File List
►
base
►
ddl
►
fcmp
►
lua
►
meta
►
metax
►
server
▼
tests
►
base
▼
ddlonly
mddl_dc_difftable.test.sas
mddl_dc_filterdetail.test.sas
mddl_dc_filtersummary.test.sas
mddl_dc_locktable.test.sas
mddl_dc_maxkeytable.test.sas
mddl_sas_cntlout.test.sas
►
sas9only
►
serveronly
►
viyaonly
►
x-platform
►
viya
►
xplatform
•
All
Files
Pages
Loading...
Searching...
No Matches
mddl_dc_locktable.test.sas
Go to the documentation of this file.
1
/**
2
@file
3
@brief Locktable DDL test
4
5
<h4> SAS Macros </h4>
6
@li mddl_dc_locktable.sas
7
@li mf_existds.sas
8
@li mp_assert.sas
9
10
**/
11
12
%mddl_dc_locktable(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_locktable.test.sas
Generated by
1.13.2
For more information visit the
Macro Core library
.