Search found 53125 matches
- Wed Jan 26, 2011 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dataset data file
- Replies: 2
- Views: 1495
Re: dataset data file
I did go through the Parallel Job developer guide but did not find any thing related to the format of data in data file. Look again. The section (I think it's in Chapter 2) is called something like "data types in DataStage" for example you learn that a Date requires four bytes and a times...
- Wed Jan 26, 2011 3:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Num() funciton gives the warning "tfmDummy1,0: Null str
- Replies: 5
- Views: 1801
In that case don't pass NULL to the Num() function.
Code: Select all
If IsNull(InLink.TheValue) Then SetNull() Else Num(InLink.TheValue)- Wed Jan 26, 2011 3:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job using Merge stage is failing after n number of records
- Replies: 5
- Views: 2290
- Wed Jan 26, 2011 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: row count
- Replies: 21
- Views: 7225
- Wed Jan 26, 2011 3:29 pm
- Forum: General
- Topic: QC environment in ETL
- Replies: 2
- Views: 1822
- Wed Jan 26, 2011 3:27 pm
- Forum: General
- Topic: Suspend Datastage Jobs
- Replies: 6
- Views: 2518
- Tue Jan 25, 2011 8:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: calling environmental varible in transformer stage
- Replies: 6
- Views: 2070
- Tue Jan 25, 2011 8:37 pm
- Forum: IBM QualityStage
- Topic: Rule set issue
- Replies: 9
- Views: 3988
- Tue Jan 25, 2011 6:35 pm
- Forum: Site/Forum
- Topic: Status of Posts
- Replies: 2
- Views: 3413
Status of Posts
When I view posts in DSXchange using Internet Explorer or Firefox the "unread" (orange) icon changes to "read" (blue).
But, when I use Safari as my browser, they remain "unread", which makes life difficult.
But, when I use Safari as my browser, they remain "unread", which makes life difficult.
- Tue Jan 25, 2011 6:33 pm
- Forum: General
- Topic: Suspend Datastage Jobs
- Replies: 6
- Views: 2518
- Tue Jan 25, 2011 6:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Questions regarding Hash files and hash file stage
- Replies: 54
- Views: 42070
- Tue Jan 25, 2011 6:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How Can I validate two times One Row??
- Replies: 6
- Views: 2578
- Tue Jan 25, 2011 6:27 pm
- Forum: General
- Topic: Designing a restartable sequence that stops after a warning
- Replies: 5
- Views: 1749
- Tue Jan 25, 2011 6:25 pm
- Forum:
- Topic: Lineage + binding
- Replies: 26
- Views: 16580
- Tue Jan 25, 2011 6:24 pm
- Forum: IBM QualityStage
- Topic: Rule set issue
- Replies: 9
- Views: 3988
Without creating a custom rule set or a really comprehensive set of overrides, not really. You could look at MNS but that's mainly for addresses. It gets trickier, for example EVELYN is as likely to be a male name as a female name in GBNAME but is always female in USNAME rule set. And in the AUNAME ...