If you are using the C shell, environment variables are located in your .cshrc file. Use the following format to set environment variables:
setenv <environment variable> <value>
For example, to set the directory path to your MAX PLUS II home directory, add the following line to your .cshrc file:setenv MAX2_HOME /usr/maxplus2/bin
If you are using Bourne or Korn Shell, environment variables are located in your .profile file, and have the following format:
set <environment variable> = <value>
For example:set MAX2_HOME = /usr/maxplus2/bin
For a list of MAX PLUS II environment variables, see Appendix C of the MAX PLUS II Getting Started Manual.