Search found 42189 matches
- Wed Feb 27, 2013 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk character inserted with Extended ascii in Netezza
- Replies: 3
- Views: 3067
- Wed Feb 27, 2013 3:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generic file compare using RCP
- Replies: 5
- Views: 1463
- Wed Feb 27, 2013 3:31 pm
- Forum: General
- Topic: Writing SQL Query as Source in DataStage
- Replies: 12
- Views: 12296
- Wed Feb 27, 2013 8:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Empty in AIX
- Replies: 5
- Views: 2634
- Wed Feb 27, 2013 7:47 am
- Forum: General
- Topic: Import DataStage Job to a Specific Category
- Replies: 3
- Views: 1993
- Wed Feb 27, 2013 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Changing from Single node to Multi node Configuration
- Replies: 15
- Views: 11532
Today I create a job that uses the merge stage to join 3 different sources of data (datasets) and then loads into a target table. Because of the requirements of the merge stage I explicitly hash partition my source data, pre-sort, and remove dups. I run this using a single-node config file and proc...
- Wed Feb 27, 2013 7:33 am
- Forum: General
- Topic: datastage8.7 installation without c++ compiler
- Replies: 7
- Views: 3171
- Wed Feb 27, 2013 7:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple SQL in "Load SQL from file at run time"
- Replies: 7
- Views: 2222
- Wed Feb 27, 2013 12:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Co Sort functionality using Datastage Generic Job
- Replies: 2
- Views: 1725
Note quite sure how you got that from a reading of their post, Ray, they mention nothing about still planning on invoking the CoSort scripts. They are looking for advice on exactly what you mentioned - converting the work that CoSort does into DataStage. Off the top of my head, however, I have no id...
- Tue Feb 26, 2013 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple SQL in "Load SQL from file at run time"
- Replies: 7
- Views: 2222
- Tue Feb 26, 2013 12:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture no of rows processed on link in parallel job
- Replies: 18
- Views: 5050
- Tue Feb 26, 2013 12:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple SQL in "Load SQL from file at run time"
- Replies: 7
- Views: 2222
- Tue Feb 26, 2013 8:30 am
- Forum: IBM QualityStage
- Topic: Phonetic Code Generation
- Replies: 9
- Views: 5113
- Tue Feb 26, 2013 12:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture no of rows processed on link in parallel job
- Replies: 18
- Views: 5050
- Mon Feb 25, 2013 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture no of rows processed on link in parallel job
- Replies: 18
- Views: 5050
Be aware that coding it with DSJ.ME as the job handle means it can only check the links in the job that called it. And that means you'd need to call this routine 'after job' in every job that you wanted to monitor. I prefer a 'post' process, something that you can run after your loads are complete t...