Search found 53125 matches
- Fri Oct 29, 2010 11:29 am
- Forum: General
- Topic: Dubious 'Standards'
- Replies: 8
- Views: 2073
- Fri Oct 29, 2010 11:27 am
- Forum: General
- Topic: not able to login datastage and not to start WAS
- Replies: 6
- Views: 7552
- Fri Oct 29, 2010 11:24 am
- Forum:
- Topic: Whether Datastage 8.X Bussiness Glossary have single sign on
- Replies: 2
- Views: 2182
Everything Ernie said is true. However, single sign-on is not yet available. A separate sign-on is required for each product in the suite, even though it be the same sign-on each time. This is an artifact of them having been separate products in the past. I believe single sign-on is in the roadmap f...
- Thu Oct 28, 2010 10:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is it possible to add colums in modify stage?
- Replies: 1
- Views: 1657
- Thu Oct 28, 2010 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to implement Reject logic
- Replies: 13
- Views: 6308
- Thu Oct 28, 2010 5:03 pm
- Forum: General
- Topic: Dubious 'Standards'
- Replies: 8
- Views: 2073
- Thu Oct 28, 2010 4:59 pm
- Forum: General
- Topic: Determining work load / hardware resource demands
- Replies: 7
- Views: 2041
- Thu Oct 28, 2010 4:57 pm
- Forum: General
- Topic: Determining work load / hardware resource demands
- Replies: 7
- Views: 2041
- Thu Oct 28, 2010 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read the fixed width file
- Replies: 4
- Views: 1788
- Thu Oct 28, 2010 1:22 pm
- Forum: General
- Topic: Cannot able to find a job
- Replies: 8
- Views: 2336
Code: Select all
LIST.ITEM DS_JOBS 'DimClt'- Thu Oct 28, 2010 1:18 pm
- Forum: General
- Topic: sending mail notification to multiple ids
- Replies: 3
- Views: 1381
- Thu Oct 28, 2010 7:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doing division in parallel
- Replies: 6
- Views: 1605
- Wed Oct 27, 2010 7:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doing division in parallel
- Replies: 6
- Views: 1605
If lkDiv.AMT = 0 Or lkpAmount.AMT = 0 Then 0 Else SomeAmt * (inAmount.AMT / lkpAmount.AMT) We don't want divide by zero errors, do we? For what it's worth, the Iconv() and Oconv() functions in your server version are redundant unless you're doing it to achieve rounding. In a parallel job, the Scale...
- Wed Oct 27, 2010 7:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with special characters/deletion handling
- Replies: 0
- Views: 1526
- Wed Oct 27, 2010 9:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserving Sort Order After Join Stage
- Replies: 3
- Views: 1857