1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-15 20:40:05 +00:00
This commit is contained in:
munja
2022-01-25 16:28:47 +01:00
parent 6e0fe0ff25
commit 90adf8dcdd
7 changed files with 18 additions and 22 deletions

View File

@@ -10,13 +10,11 @@
%mp_assert(
iftrue=(%mf_existvar(sashelp.class,age)=1),
desc=Checking existing var exists,
outds=work.test_results
iftrue=(%mf_existvar(sashelp.class,age)>0),
desc=Checking existing var exists
)
%mp_assert(
iftrue=(%mf_existvar(sashelp.class,isjustanumber)=0),
desc=Checking non existing var does not exist,
outds=work.test_results
desc=Checking non existing var does not exist
)