Is there any way that I can determine whether the dataset is open or not? For example, If I open the dataset "x" in the work library,which means there is a window which title bar is "VIEWTABLE: work.X". In this situation,I exist below code data work.x;
yy = 1;
run; There's a ERROR log saying "member-level control" etc., you know. To avoid this, I'm looking for a way to grasp how this data set is open before casting the dataset(work.x) to DATA step. I know "open" function,which is for open dataset.This time I'm looking "opened" or not. I asked “Google” but it seems no answer. Sincerely,
... View more