Hi: There's a difference between the style templates used by SAS and ODS, which are stored by default in SASHELP.TMPLMST and SASUSER.TEMPLAT -- 2 item stores that are always part of a SAS Session and the location of CSS files used by Enterprise Guide. Essentially, there is a CSS "version" of most style templates and EG uses this CSS version of the style template. The EG CSS files live on a user's local machine; while the ODS items stores for templates live on the SAS server. So depending on what you mean by "default" file location, you could mean the Style Template item store location (use ODS PATH) and the STYLE= option or the CSS location and the STYLESHEET= option or the CSSSTYLE= option -- the STYLESHEET= option and the CSSSTYLE= options can take a path name or a URL (if the CSS file is stored on the server). So without seeing the code you tried, it's nearly impossible to comment on your statement that you could not "find out how to change the default file location" because that would be dependent on the code technique you used. cynthia
... View more