Hi Uday,
See http://support.sas.com/kb/59/828.html...
Many SAS administrators have to reference more than one path where folders or files do not exist within the same subdirectory; examples follow:
C:\public\sasdata
C:\users\sales
Because the File Navigation tab options can accept only a single path, create symbolic links to the directories in question.
For the above example, create symbolic links to both sasdata and sales in a single directory. Then refer to this single directory path in the Specify Path field on the File Navigation tab.
That SAS Note also points out that environment variables can be used on Windows servers...
Note: If your SAS Workspace Server is running on a Windows server, you can use an environment variable. However, the variable must come first in the path and must begin with an exclamation point. For example, to use the USERPROFILE environment variable, you can use the following path:
!USERPROFILE\your-subfolder\
As another example, you might be able to use the USERNAME Windows environment variable in the server file navigation path to start each user in their respective sub-directory (if their usernames match the subdirectory names).
Casey
... View more