Configuration Properties: How to Configure SAS Studio 5.2 (Basic)
Update SAS Studio Configuration Properties
To customize web application configuration properties for SAS Studio 5.2 (Basic), edit sasstudio.conf or init_usermods.properties, in the path appropriate for your operating system:
- Linux:
/opt/sas/viya/config/etc/sysconfig/sasstudio.conf
See the example of using sasstudio.conf to make a configuration change:
export java_global_option_sas_studio_allowdownload="-Dsas.studio.allowDownload=false"
- Windows:
\ProgramData\SAS\Viya\etc\sasstudio\default\init_usermods.properties
For a listing of configuration properties that you can update, see SAS Studio 5.2 (Basic).
Changes take effect after you restart the web application. For more information, see instructions appropriate for your operating system.
Set File Navigation Options
For SAS Studio 5.2 (Basic),
the root directories that are available in the Explorer section
depend on the value for the sas.studio.fileNavigationRoot property.
You can specify a value
of USER, SYSTEM, or CUSTOM for the sas.studio.fileNavigationRoot property.
The default value is USER.
- If
sas.studio.fileNavigationRootis set to USER, the Explorer section displays an empty Folder Shortcuts folder and a Files folder.- On Windows, the Files folder is mapped to your My Documents folder.
- On Linux, the Files folder
is mapped to your
$HOMEdirectory.
- If
sas.studio.fileNavigationRootis set to SYSTEM, the Explorer section displays the following information:- On Windows, the Folder Shortcuts folder includes a predefined shortcut to your My Documents folder.
- On Linux, the Folder Shortcuts folder includes a predefined shortcut to your home directory. The Files folder is mapped to the system root directory for the server.
- If
sas.studio.fileNavigationRootis set to CUSTOM, the path displayed in the Explorer section is specified by the value of thesas.studio.fileNavigationCustomRootPathproperty.