Page 1 of 1

environment report

Posted: Wed Feb 07, 2007 2:04 pm
by fmartinsferreira
Is there any way to get a environment report?

Something like:

LIBPAHT-> LD libraty path -> /home/db2inst1/sqllib
PATH -> Shell search path -> /usr:/usr/bin:/usr/vacpp:/usr/vacpp/bin
TMPDIR-> Temporary directory
...
...
...

but with out "->" :lol:

Regards,

Fernando

Posted: Wed Feb 07, 2007 2:10 pm
by DSguru2B
To get the contents, you can go to your project directory and do

Code: Select all

cat DSParams

Posted: Wed Feb 07, 2007 2:44 pm
by chulett
That would only get you any defined in the Administrator.

Every job run logs an entry (second log entry, I believe) that lists all 'Environment variable settings'. Perhaps just locate one of those and build your 'report' from that?

Posted: Thu Feb 08, 2007 7:37 am
by fmartinsferreira
DSguru2B wrote:To get the contents, you can go to your project directory and do

Code: Select all

cat DSParams
Thanks!