14data work.test; a=1;run;
15%mp_lockfilecheck(work.test)
19 desc=Checking regular table can be locked,
20 outds=work.test_results
25%global success abortme;
27%macro mp_abort(iftrue=,mac=,msg=);
28 %
if &abortme=1 %then %let success=1;
31%mp_lockfilecheck(sashelp.class)
37 desc=Checking sashelp table cannot be locked,
38 outds=work.test_results