Home | Previous Page | Next Page   Environment Variables >

Where to Set Environment Variables on UNIX

You can set environment variables on UNIX in the following places:

In IBM Informix ESQL/C, you can set supported environment variables within an application with the putenv( ) system call and retrieve values with the getenv( ) system call, if your UNIX system supports these functions. For more information on putenv( ) and getenv( ), see the IBM Informix: ESQL/C Programmer's Manual and your C documentation.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]