How to enable the SASTRACE option in SAS® Enterprise Guide®


To enable the SASTRACE option in SAS Enterprise Guide, follow these steps:

  1. Open SAS Enterprise Guide.
  2. In SAS Enterprise Guide 3.0: Select Tools ► Options ► Tasks General.
    In SAS Enterprise Guide 4.1: Select Tools ► Options ► Custom Code.
  3. Under Additional SAS Code, select the Insert custom SAS code before task and query code box and click Edit.
  4. In the Edit dialog box, enter the following:

options sastrace=',,,d' sastraceloc=saslog;

5. Click Save.

6. Click OK.