Fork join with one path through Aggregator to get the counts.
Capture any row with a count >= 2 using a Filter or Transformer stage. These are your duplicates.
Another link captures either all rows or only those with count = 1, depending on your requirements.
Search found 53125 matches
- Fri May 14, 2010 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: capture duplicates to separate file
- Replies: 5
- Views: 2073
- Fri May 14, 2010 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Two files
- Replies: 12
- Views: 4377
- Fri May 14, 2010 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job picking default parameter values and not from script.
- Replies: 7
- Views: 2152
- Fri May 14, 2010 4:18 pm
- Forum: General
- Topic: denormalize seqential file data
- Replies: 3
- Views: 1959
- Fri May 14, 2010 4:15 pm
- Forum: General
- Topic: DataStage ASB Packs training
- Replies: 2
- Views: 1446
- Fri May 14, 2010 6:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to store the data in XML FILE
- Replies: 1
- Views: 1014
Search DSXchange for "failed to load". Discover the usual reasons that shared libraries fail to be found or fail to load. Work out which one is affecting you.
- Fri May 14, 2010 6:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: O/p required in the mentioned format
- Replies: 2
- Views: 918
- Fri May 14, 2010 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checking jobstatus
- Replies: 4
- Views: 1366
Yes. The easiest way is to refer to the $JobStatus activity variable downstream of the Job activity in a sequence. Otherwise you can create a routine using the DataStage API and calling DSGetJobInfo() to obtain the required information. You will, in this case, need to have attached the job to the ro...
- Fri May 14, 2010 5:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Convert Negative number in round braces ()
- Replies: 3
- Views: 1599
- Fri May 14, 2010 5:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error "INTVAL" unexpected,Was expecting: Assignmen
- Replies: 0
- Views: 1359
- Fri May 14, 2010 5:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSend Mail Error
- Replies: 2
- Views: 1632
- Fri May 14, 2010 5:53 am
- Forum: General
- Topic: Error while View the Data from Sybase Source table
- Replies: 1
- Views: 987
- Thu May 13, 2010 10:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Creating copy of a parallel job
- Replies: 2
- Views: 2266
Why did you mark the job type as Server ?
Code 40019 is "write failure". Check permissions within your project directory, in particular to the DS_JOBOBJECTS directory and the files within it.
Code 40019 is "write failure". Check permissions within your project directory, in particular to the DS_JOBOBJECTS directory and the files within it.
Code: Select all
SELECT * FROM SYS.MESSAGE WHERE @ID = 040019;- Thu May 13, 2010 5:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Batch Script returns different date format when scheduled
- Replies: 8
- Views: 3176
- Thu May 13, 2010 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not find "APT_DB2ReadOperator"...
- Replies: 12
- Views: 4324