in reply to using DBD:DB2 with perl on DB2 for windows
You can either set them in the shell where you launch your script (how you do that depends on the shell - I think it is "SET <variable>=<value>" in cmd.exe) or you set them in a BEGIN-block in your script ($ENV{DB2INSTANCE}=<whatever>").
Which variables to set to which value depends on your installation - best to ask your DBA.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: using DBD:DB2 with perl on DB2 for windows
by omer2312 (Initiate) on Oct 16, 2010 at 10:43 UTC |