Search found 4992 matches
- Tue Aug 01, 2006 3:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EOR character
- Replies: 1
- Views: 771
- Tue Aug 01, 2006 1:25 pm
- Forum: General
- Topic: Datastage PX Libraries
- Replies: 4
- Views: 3309
- Tue Aug 01, 2006 10:01 am
- Forum: General
- Topic: Datastage PX Libraries
- Replies: 4
- Views: 3309
- Tue Aug 01, 2006 9:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can you explain with this ArchiveFiles routine
- Replies: 5
- Views: 1591
- Tue Aug 01, 2006 7:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: difference between join,merge and lookup
- Replies: 2
- Views: 1153
- Tue Aug 01, 2006 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD In Parallel Jobs
- Replies: 9
- Views: 2905
The difficulty in SCD in parallel is the complicated nature of a type 1, 2, and hybrid 1-2. You need to transform a new row and compare it to the current row. You may compare just a subset of all columns. This means that if you have 40 columns, maybe only 35 pertain to looking for a difference. You ...
- Mon Jul 31, 2006 5:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is Execution order works fine if we use InterProcess?
- Replies: 4
- Views: 925
Okay, I finally see what you are doing. The OCI_3-->Hashed portion of your job will run to completion before the first row is read from SRCFile. The Hashed file will be static while rows from SRCFile are passed to Link3 and Link2. The order of rows going into Link3---->OCI_3 will not be in sync or s...
- Mon Jul 31, 2006 5:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can you explain with this ArchiveFiles routine
- Replies: 5
- Views: 1591
- Mon Jul 31, 2006 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is Execution order works fine if we use InterProcess?
- Replies: 4
- Views: 925
Execution order is for an incoming row relative to the outgoing links. The incoming row with be put on the output links in the link execution order. Row buffering and IPC work at the row level, so they pertain to interaction with other stages. Your row will be written to the output link the correct ...
- Mon Jul 31, 2006 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Move files from working to shared directory
- Replies: 7
- Views: 3581
- Sun Jul 30, 2006 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing .xls or .mdb files in a Unix directory
- Replies: 18
- Views: 7736
- Thu Jul 27, 2006 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flag Logic
- Replies: 4
- Views: 1417
Looks like you need to run the data to a hashed file with all rows flagged as "N" and also to an Aggregator getting the max for the group and then output from the aggregator to a transformer where you set the flag accordingly, then write to the same hashed file. Then, move the data out of the hashed...
- Thu Jul 27, 2006 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert a dummy record if file is empty
- Replies: 7
- Views: 2480
- Thu Jul 27, 2006 1:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange message
- Replies: 2
- Views: 908
- Thu Jul 27, 2006 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing Multi Instance logs with CLEAR.FILE
- Replies: 12
- Views: 5952