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-16_0/IQ-16_0.sh
  2. For the C shell:
    source $SYBASE/IQ-16_0/IQ-16_0.csh;
    rehash