Not sure if this is the right forum to post to. We have a server environment, so multiple SAS processes will be running at once. Two-part question:
1. If I run Proc Delete to clean up workspace, will I clean up all users' work datasets or just the workspace datasets from the particular program that is running:
Proc Delete Data=Work._ALL_; Run;
2. If 2 programs are running and both are using SAS Work library and both create a dataset "x", will that cause a conflict or does SAS manage this such that x will be distinguished in each program?
Thanks,
--Charlie