Hello,
We are getting the error after changing the password of xyz user however we noticed xzy are not used in share library .
Could you please confirm which password we need to pass it here in lib statement? we are not getting error with old password. We have the changed OS level and in metadata password. Is there any other files we need to update the password for sas share?
%let hostname = XXXXXXXXX;
%let SHRID = __8551;
%let sapw = "{sas002}XXXXXXXXXXXXXXXXXXXXX";
%let SHRSERV = &hostname..&shrid sapw=&sapw;
libname temp "/tmp" server=&SHRSERV;