Previous Page | Next Page

Administering SAS Management Console

Redirecting Local Files Created by SAS Management Console

By default, SAS Management Console stores the log files, application default files, and connection profiles on the local host. To change the default storage location, follow these steps:

  1. Close SAS Management Console on the local host.

  2. Create the path and directory for the client files.

  3. Open the file sasmc.ini and add the following Java argument:

    JavaArgs_xx=-Dsas.appdatapath="new_path"

    xx is the next available Java argument number, and new_path is a fully qualified path to the new directory. Here is a typical example:

    JavaArgs_12=-Dsas.appdatapath="\\adminServer02\SMCClientFiles\Hostd17362"

  4. Start SAS Management Console on the local host.

Previous Page | Next Page | Top of Page