If you want several users to each have a separate set of application data files in their own directories, while sharing a single set of PROIV bootstrap files in /usr/pro (for example) you may do the following:

For the Bourne shell, use the following commands:

PROPATH=/usr/pro
export PROPATH

For the 'C' shell, use the following command:

setenv PROPATH /usr/pro

Comment on this topic

Topic ID: 720221