The SAS Workspace Server process remains open on the remote SAS server if you submit the SASTRACE option from SASĀ® Enterprise GuideĀ®


If you submit the SASTRACE option in a SAS Enterprise Guide project, the workspace server session might keep running on the remote SAS server.

Here is an example of using the SASTRACE option.

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

To ensure that the workspace server session closes on the remote server, use SASTRACE=OFF to close the SASTRACE log. Here is an example of using SASTRACE=OFF.

options sastrace=off;