environment report

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

environment report

Post 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
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

To get the contents, you can go to your project directory and do

Code: Select all

cat DSParams
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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?
-craig

"You can never have too many knives" -- Logan Nine Fingers
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

Post by fmartinsferreira »

DSguru2B wrote:To get the contents, you can go to your project directory and do

Code: Select all

cat DSParams
Thanks!
Post Reply