Running UNIX Environment Source Files

Environment source files set the required environment variables on UNIX.

Issue the following command to set all required environment variables.

  1. For the Bourne/Korn shell:
    . $SYBASE/IQ-15_3/IQ-15_3.sh
  2. For the C shell:
    source $SYBASE/IQ-15_3/IQ-15_3.csh;
    rehash