To enable the SASTRACE option in SAS Enterprise Guide, follow these steps:
- Open SAS Enterprise Guide.
- In SAS Enterprise Guide 3.0: Select Tools ► Options ► Tasks General.
In SAS Enterprise Guide 4.1: Select Tools ► Options ► Custom Code. - Under Additional SAS Code, select the Insert custom SAS code before task and query code box and click Edit.
- In the Edit dialog box, enter the following:
options sastrace=',,,d' sastraceloc=saslog;
5. Click Save.
6. Click OK.