Search notes:

SAS automatic macro variables: sysscp and sysscpl

&sysscp and &sysscpl can be used to determine the operating system that a programm is running on.
This might be useful, for example, to determine if directories are separated by a forward or backward slash.
%put sysscp:  &sysscp;
%put sysscpl: &sysscpl;
Github repository about-SAS, path: /macro-processor/variables/automatic/sysscp-sysscpl.sas

See also

automatic macro variables

Index