Search found 53125 matches
- Tue Jun 01, 2010 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Basic Transformer in Parallel Job
- Replies: 3
- Views: 1447
Shared Container is irrelevant. It will make no different if it's a parallel Shared Container, and a server Shared Container cannot contain a BASIC Transformer stage. The BASIC Transformer stage is not the same as the server Transformer stage; the latter accepts reference input links, the former doe...
- Tue Jun 01, 2010 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to see how many rows each node process
- Replies: 7
- Views: 1963
- Tue Jun 01, 2010 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading sequentail file
- Replies: 4
- Views: 8563
- Tue Jun 01, 2010 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Funnel Stage -
- Replies: 3
- Views: 2916
- Tue Jun 01, 2010 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I process squential files in date order?
- Replies: 10
- Views: 2152
- Tue Jun 01, 2010 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove two consecutive quotes in a csv file
- Replies: 4
- Views: 1519
- Tue Jun 01, 2010 4:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator aborting...
- Replies: 12
- Views: 3145
- Tue Jun 01, 2010 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Error
- Replies: 20
- Views: 10029
- Tue Jun 01, 2010 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer stage
- Replies: 12
- Views: 2906
- Tue Jun 01, 2010 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to use substring in transformer
- Replies: 4
- Views: 3233
This would be quite simple as a routine. It needs one input argument (the string to be parsed) and will return a delimited string containing the values found. FUNCTION GetValues(aTheString) If UnAssigned(aTheString) Or IsNull(aTheString) Then Ans = @NULL End Else TheString = UpCase(aTheString) ; * h...
- Tue Jun 01, 2010 4:17 pm
- Forum: General
- Topic: Sorting not working
- Replies: 8
- Views: 2706
- Tue Jun 01, 2010 4:16 pm
- Forum: General
- Topic: Pbm using CURRVAL in datastage
- Replies: 8
- Views: 2221
- Tue Jun 01, 2010 4:14 pm
- Forum: IBM QualityStage
- Topic: Warning in QualityStage job
- Replies: 3
- Views: 1860
- Tue Jun 01, 2010 5:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer stage
- Replies: 12
- Views: 2906
- Tue Jun 01, 2010 4:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Installation of Datastage 8.1 into Wondows 7 Home Edition
- Replies: 8
- Views: 6985