hi please tell me exactly what to do for setting the env. variable .
I am not able to understand in the document.
zeeshan
> hi please tell me exactly what to do for setting the env. variable .
> I am not able to understand in the document.
This variable lists specific variable names for either stored procedures or
user-defined functions. By default, the db2start command filters out all
user environment variables except those prefixed with DB2 or db2. If
specific environment variables must be passed to either stored procedures
or user-defined functions, you can list the variable names in the
DB2ENVLIST environment variable. Separate each variable name by one or more
spaces.
What exactly have you tried after reading the document?
$ db2set DB2ENVLIST=var_name
$ export var_name=ON
$ db2start
shaan.shaan@gmail.com - 06 Jul 2006 17:14 GMT
Hi Darin ,
Thanks for the info.
Do I have to give the below mentioned command on the command prompt
directly before running the application?
Best Regards,
Zeeshan
> > hi please tell me exactly what to do for setting the env. variable .
> > I am not able to understand in the document.
[quoted text clipped - 12 lines]
> $ export var_name=ON
> $ db2start