Environment variables across threads
Environment variables are not thread-scoped in a thread-safe IBM® Informix® ESQL/C application. That is, if a thread changes the value of a particular environment variable, this change is visible in all other threads as well.