Search found 42189 matches
- Fri Jan 26, 2007 10:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: px version of Ereplace()
- Replies: 51
- Views: 66643
- Fri Jan 26, 2007 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 4:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tranformer Constraint Expressions
- Replies: 36
- Views: 13920
- Fri Jan 26, 2007 4:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tranformer Constraint Expressions
- Replies: 36
- Views: 13920
You can't simply change the keys defined in a lookup without consequence. Running to completion doesn't necessarily mean running correctly. There's too many variables to make a blanket statement here, it would really depend (amongst other things) on the sql in the lookup stage - if it is generated u...
- Fri Jan 26, 2007 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: increment counter
- Replies: 13
- Views: 2556
True, they are. Sorry. I was confused there for a moment and thinking about other routines. Keep the advise more as general advise not to make changes to existing routines unless you own them and are aware of the impact the change will have on every job that uses them. Otherwise, you're just asking ...
- Fri Jan 26, 2007 4:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tranformer Constraint Expressions
- Replies: 36
- Views: 13920
- Fri Jan 26, 2007 3:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: increment counter
- Replies: 13
- Views: 2556
- Fri Jan 26, 2007 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: increment counter
- Replies: 13
- Views: 2556
- Fri Jan 26, 2007 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Date format in oracOCI
- Replies: 38
- Views: 8420
- Fri Jan 26, 2007 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
- Fri Jan 26, 2007 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: increment counter
- Replies: 13
- Views: 2556
- Fri Jan 26, 2007 3:18 pm
- Forum: Site/Forum
- Topic: DSXchange Tutorial for new members !!!
- Replies: 2
- Views: 2283
- Fri Jan 26, 2007 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in getting environment variable in routines...
- Replies: 29
- Views: 13520
Actually, what 'env' returns from your command line and what is available inside a running job are two different things as the environments are different. Yes, even when run 'by the same user'. Create a simple job that just executes 'env' and captures the result to the log, it will become more clear.
- Fri Jan 26, 2007 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tranformer Constraint Expressions
- Replies: 36
- Views: 13920
Right, no worries. :D One thing to note is I personally only use the NOTFOUND link variables with hashed file lookups. I have found them very unreliable when used with database stages, Oracle in particular - I guess they weren't written to properly support them - so I never use them there. [shrug] S...