I'm trying to get the location of my EGP project using the macro variables &_clientprojectpath and &_clientprojectname, but these variables are set to missing. These global macro variables used to exist in EG 5.1, but have gone in EG 6.1?? When I run: %put _all_; I get returned: 22 GOPTIONS ACCESSIBLE; 23 %put _all_; GLOBAL _EGSOURCE SOURCE GLOBAL _CLIENTAPP 'SAS Enterprise Guide' GLOBAL _CLIENTAPPABREV EG GLOBAL _CLIENTPROJECTPATH '' GLOBAL _CLIENTPROJECTNAME '' GLOBAL EGP_FILE '' GLOBAL EGP_PATH GLOBAL SYS_SQL_IP_ALL -1 Does anyone know how to get these variables set correctly in EG6.1? Is there an option setting or command line switch that needs to be used? Thanks James
... View more