To check if OS permissions are correctly set:
- log on to the server as sassrv via SSH
(if that is not possible, have someone with superuser privileges switch to sassrv with su - sassrv)
- cd to the directory where the libname is to be assigned
- if that works, do a ls -l
- if that also works, copy one of the dataset files to a temp location (this verifies you can read the dataset)
If assigning the library worked (as I assume from one of your last posts, as proc datasets already worked), but proc contents did not work, then you will have problems with the permissions of the individual datasets. Make sure that
- either read permission is set for "others" on the files
- or sassrv is made a member of the owning group of the files, and read permission for the group is set
... View more