hi there, So I have a dataset with a password on it. When I create the view, I don't want any password on it. I have tried your suggestion of: proc datasets library=work ; modify v_class(pw=foo2/); quit ; however when I use your suggestion and open the view in another SAS session I still get the same error message: SQL View mylib.dataset1 could not be processed because at least one of the data sets, or views, referenced directly (or indirectly) by it could not be located, or opened successfully. I want the password to be completely removed from the view no matter how I open the view and at any time. This is so multiple users can use the view instead of the main dataset.
... View more