If you create a program node in Enterprise Guide and submit:  %put _ALL_;  You will find a lot of information in macro variables from the log, like;   _CLIENTPROJECTPATH - where your .egp-file is located  SASWORKLOCATION - the location of your temporary work library  _CLIENTMACHINE - the name of the maschine submitting from  _SASHOSTNAME - the host that executes your code   The macro variables can be used in SAS code like @_CLIENTPROJECTPATH.   
						
					
					... View more