Search found 53125 matches
- Wed Feb 29, 2012 3:01 pm
- Forum: General
- Topic: finding unix shell scripts used in datastage
- Replies: 9
- Views: 3479
There's no public domain documentation. These tables were originally built using the UniVerse RDBMS (the original engine for DataStage). When IBM purchased UniVerse but had not yet purchased DataStage, the two engines shared the same code base, and have diverged only a little since. UniVerse RDBMS i...
- Wed Feb 29, 2012 2:59 pm
- Forum: General
- Topic: running Batch files
- Replies: 11
- Views: 2332
- Wed Feb 29, 2012 2:57 pm
- Forum: General
- Topic: how to know SMP or MPP or CLUSTER or GRID
- Replies: 7
- Views: 3351
- Wed Feb 29, 2012 2:55 pm
- Forum: General
- Topic: DataStage best Practices doc
- Replies: 20
- Views: 10460
- Wed Feb 29, 2012 2:51 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Agent Connection Error
- Replies: 8
- Views: 7663
- Wed Feb 29, 2012 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SWITCH Stage - with wild card character
- Replies: 10
- Views: 2675
- Wed Feb 29, 2012 12:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partition Type = Auto
- Replies: 9
- Views: 2591
Code: Select all
(Auto) ::= Round Robin if sequential -> parallel
Entire on reference input to Lookup stage
DB2 on input link to DB2 stage of any kind (parallel execution)
Same if parallel -> parallel- Wed Feb 29, 2012 12:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: call oracle stored procedure in datastage server job
- Replies: 8
- Views: 5750
- Wed Feb 29, 2012 12:51 am
- Forum: General
- Topic: Loading table definition on Columns tab is painfully slow
- Replies: 7
- Views: 1867
- Wed Feb 29, 2012 12:48 am
- Forum: General
- Topic: Query on DataStage Repository 7.5
- Replies: 5
- Views: 3833
- Wed Feb 29, 2012 12:46 am
- Forum: Cognos (IBM BI)
- Topic: cognos reporting
- Replies: 3
- Views: 8535
- Tue Feb 28, 2012 2:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to write to a sequential file
- Replies: 22
- Views: 7081
0x20 is 32 in decimal. You should have used Char(32) rather than Char(20), but " " is actually more efficient. None of these will handle ASCII NUL, however, which is Char(0) - and is not the same as NULL (unknown value).
Code: Select all
Convert(" ", "", NullToEmpty(MyFieldValue))- Tue Feb 28, 2012 2:36 pm
- Forum: IBM QualityStage
- Topic: Convert function in rule set
- Replies: 8
- Views: 2733
- Tue Feb 28, 2012 12:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get increment of a value..
- Replies: 2
- Views: 782
- Tue Feb 28, 2012 12:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: running dynamic sqls
- Replies: 1
- Views: 630