Problem Note 65041: The SAS/SHARE® server fails when reading an HFS directory with Read-only permissions
When you try to read an HFS directory from a SAS/SHARE server with Read-only permission, the SAS/SHARE server fails.
For example, you encounter this issue in the following scenario:
In session 1, the SAS/SHARE server is running under a user ID with a umask of 022.
options comamid=tcp;
%let tcpsec=_secure_;
proc server id=__16788;
run;
In session 2, which is logged on with a different user ID that does not have permission to access the HFS directory, submitting the following code causes the SAS/SHARE server in session 1 to fail:
options comamid=tcp;
libname serv "/u/xxxxxx/readonly" server=__16788
user=xxxxxx pwd="xxxxxxxx";
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/SHARE | z/OS | 9.4_M6 | | 9.4 TS1M6 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2020-03-26 14:19:22 |
Date Created: | 2019-11-01 08:53:55 |