Setting PS_FILEDIR and PS_TREEBASEDIR in UNIX Environments

To set the PS_FILEDIR and PS_TREEBASEDIR variable in UNIX use one of the following commands as appropriate for your UNIX environment.

Note that the path you specify in either command is the location from where the system will upload files. The documentation for the feature with which you are working may state a specific path to enter.

To set PS_FILEDIR:

  • export PS_FILEDIR = <PS_HOME>/file

  • setenv PS_FILEDIR = <PS_HOME>/file

To set PS_TREEBASEDIR:

  • export PS_TREEBASEDIR = <PS_HOME>/file

  • setenv PS_TREEBASEDIR = <PS_HOME>/file