I'm using SAS UE in linux. After checking several options I found:
1) You are right, %LET PATH doesn't work
2) Changing the macro variable to ROOT or MYPATH (and probably ant other valid name) did work.
It seems that sas studio uses PATH for its own needs when launching a new session
and then resets it.
... View more