Macros for SAS Application Developers
https://github.com/sasjs/core
mp_lockfilecheck.sas File Reference

Aborts if a SAS lock file is in place, or if one cannot be applied. More...

Go to the source code of this file.

Detailed Description

Used in conjuction with the mp_lockanytable macro. More info here: https://sasensei.com/flash/24

Usage:

data work.test; a=1;run;
%mp_lockfilecheck(work.test)
Parameters
[in]libdsThe libref.dataset for which to check the lock status

SAS Macros

Related Macros

Version
9.2

Definition in file mp_lockfilecheck.sas.