The line below retrives the servername/computername where SAS is executing from an environment variabelĀ in the operating system.
%let servername = %sysget(computername);
This will only work in Windows.
The line below retrives the servername/computername where SAS is executing from an environment variabelĀ in the operating system.
%let servername = %sysget(computername);
This will only work in Windows.