Search found 53125 matches
- Thu Dec 27, 2007 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage log in issue Version *
- Replies: 7
- Views: 5118
- Thu Dec 27, 2007 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage compilation error
- Replies: 5
- Views: 1276
- Thu Dec 27, 2007 2:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concadinate one string with numaric
- Replies: 11
- Views: 2189
- Thu Dec 27, 2007 2:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RowProcCompareWithPreviousValue Routine not working...
- Replies: 14
- Views: 2908
Comparison operators such as "=" must make decisions about whether the operands are numeric or not, so as to perform the correct type of comparison (string or numeric). The third argument of Compare() - the "justification" argument - allows this to be forced. The following code ought also to work. I...
- Thu Dec 27, 2007 2:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading a value from a file and database
- Replies: 4
- Views: 932
Presumably you are using triggers based upon the command output (activity variable $CommandOutput) to make the decision about whether to run Job1 or Job2?
Code: Select all
+--> Job1
|
ExecuteCommand
|
+--> Job2- Thu Dec 27, 2007 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Environmental variable
- Replies: 8
- Views: 2586
- Thu Dec 27, 2007 4:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 2 consecutive Modify Stages
- Replies: 13
- Views: 3911
- Thu Dec 27, 2007 4:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue in accessing Oracle 10g R2 database
- Replies: 8
- Views: 4154
- Thu Dec 27, 2007 4:00 am
- Forum: General
- Topic: Problem in connecting to db2udb on AIX machine
- Replies: 3
- Views: 1018
- Wed Dec 26, 2007 11:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup condition not found
- Replies: 1
- Views: 1122
- Wed Dec 26, 2007 10:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSCAPIOp directory and shared Objects
- Replies: 2
- Views: 1466
- Wed Dec 26, 2007 10:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RowProcCompareWithPreviousValue Routine not working...
- Replies: 14
- Views: 2908
- Wed Dec 26, 2007 2:22 pm
- Forum: Site/Forum
- Topic: Duplicate Posts
- Replies: 22
- Views: 9977
- Wed Dec 26, 2007 2:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get full length warning messages in attachment
- Replies: 9
- Views: 2298
Spend some time learning about dynamic arrays in DataStage BASIC programming. All multi-line log entries are dynamic arrays. In particular, the dynamic array delimiter characters, such as 0xFD, are not junk. 0xFD is (contrary to what Arnd assumed) a "value mark" character, which is represented by th...
- Wed Dec 26, 2007 1:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to increase the performance of Parallel jobs
- Replies: 10
- Views: 2953
Passing through yet another airport on the weekend I saw an ad for Bose (audio equipment) suggesting that you would get surprising performance from whatever it was they were selling. Is this the same "performance" you expect to get in an ETL environment? I don't think so. Arnd neglected to mention t...