Previous Page | Next Page

Administering SAS Data Integration Studio

Redirecting Output and Logging Information to a File

When you execute Data Integration Studio jobs, you generate and execute SAS code. When you execute SAS code, you generate log information and perhaps other output. To route the log information to a non-default location, set options on the SAS Workspace Server that runs your jobs, as described in the logging chapter of SAS Intelligence Platform: System Administration Guide.

To route other SAS output to a file, you can modify the start command of the SAS Workspace Server, as follows:

  1. In SAS Management Console, expand the Server Manager, and then expand the node of the logical workspace server that is used by SAS Data Integration Studio clients.

  2. Right-click the icon for the physical SAS Workspace Server, and select Properties from the pop-up menu.

  3. In the Properties window, click the Options tab.

  4. Add the -print option in the Command text box, as follows:

    sas -config "SAS-configuration-directory\Lev1\SASApp\sasv9_usermods.cfg"
     -print print-file-name.lst
     

  5. Click OK in the Workspace Server Properties dialog box.

Previous Page | Next Page | Top of Page