Sunday, September 3, 2017

Check if dataset is locked.

Here is the tip to check if the dataset is locked by other PID. It is useful as it has write operation but actually does not change anything.
proc append base=dsn data=dsn(obs=0); run;

No comments: