How to create a new environment variable in unix and use it in a program??????
See setenv(3) and getenv(3) functions.