13 iftrue=(%mf_existvar(sashelp.class,age)>0),
14 desc=Checking existing var exists
18 iftrue=(%mf_existvar(sashelp.class,isjustanumber)=0),
19 desc=Checking non existing var does not exist
29 iftrue=(%mf_existvar(work.lockcheck,)=0),
30 desc=Checking non-provided var does not exist
34update work.lockcheck
set a=2;
38 desc=Checking the lock was released,
39 outds=work.test_results