Meaning: I create a script, "example.sas" I open that script in EGuide I run the script, and in that script, the path where "example.sas" is assigned to a variable
... View more
How can I get the path of a script's own location (where the .sas file is saved), and assign that path to a variable? Python equivalent would be: import os path = os.path.dirname(__file__) I'm using EGuide on SAS 9.04
... View more