Search found 42189 matches
- Tue Mar 04, 2014 6:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java client issue..Java experts please help!
- Replies: 23
- Views: 9012
- Tue Mar 04, 2014 4:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading consecutive delimited fields as single field
- Replies: 5
- Views: 1923
- Tue Mar 04, 2014 11:17 am
- Forum: General
- Topic: How to Reset Routine(KeyMgtGetNextValue)?
- Replies: 8
- Views: 1765
Did you get this working? If not, are you having an issue with the command itself (which a search would have turned up) or the actual means of how to incorporate it into your processing? For the latter, it would seem like you could do this either at the very beginning or end of your processing. Do y...
- Tue Mar 04, 2014 8:59 am
- Forum: General
- Topic: Customer Dimension
- Replies: 12
- Views: 3782
It's certainly a track but you have to decide what's right for your situation / needs. Give it a shot, let us know how it goes and if you have any specific questions. And one last comment, I for one wouldn't use an email address as any kind of 'key'. Use it for your matching criteria but a surrogate...
- Tue Mar 04, 2014 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading consecutive delimited fields as single field
- Replies: 5
- Views: 1923
Or just read the file 'like normal' and then concatenate the two values together with a comma between them.
Code: Select all
ename || ',' || deptno- Tue Mar 04, 2014 8:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading consecutive delimited fields as single field
- Replies: 5
- Views: 1923
- Tue Mar 04, 2014 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Read is slow
- Replies: 17
- Views: 9204
- Tue Mar 04, 2014 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cube load
- Replies: 3
- Views: 1021
- Tue Mar 04, 2014 8:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Functionality of Preserve Partition
- Replies: 2
- Views: 1256
- Tue Mar 04, 2014 1:11 am
- Forum: General
- Topic: How to Reset Routine(KeyMgtGetNextValue)?
- Replies: 8
- Views: 1765
- Tue Mar 04, 2014 12:30 am
- Forum: General
- Topic: How to Reset Routine(KeyMgtGetNextValue)?
- Replies: 8
- Views: 1765
- Tue Mar 04, 2014 12:27 am
- Forum: General
- Topic: Email Recipients at run time
- Replies: 3
- Views: 1407
For the recipient's email address, you can specify a parameter. What happens when you click the Browse button to open the External Parameter Helper, which shows you all parameters available at this point in the job sequence? Does yours show and if you pick it from the Helper does it then function pr...
- Tue Mar 04, 2014 12:17 am
- Forum: General
- Topic: How to Reset Routine(KeyMgtGetNextValue)?
- Replies: 8
- Views: 1765
One such example here. However, if your sequence always starts at zero each run then there's really no need to be using a sequence. Why not simply increment a counter?
- Mon Mar 03, 2014 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import metadata from Sequential file
- Replies: 3
- Views: 1111
- Mon Mar 03, 2014 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Import metadata from Sequential file
- Replies: 3
- Views: 1111