|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Aborts if a SAS lock file is in place, or if one cannot be applied. More...
Go to the source code of this file.
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)
| [in] | libds | The libref.dataset for which to check the lock status |
Definition in file mp_lockfilecheck.sas.