Search found 42189 matches
- Mon Feb 17, 2014 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importance of Preserve Partition Flag
- Replies: 5
- Views: 3981
From the Parallel Framework Standard Practices Redbook: The Preserve Partitioning flag is an internal hint that Auto partitioning uses to attempt to preserve previously ordered data (for example, on the output of a parallel sort). This flag is set automatically by certain stages (sort, for example),...
- Sun Feb 16, 2014 7:37 am
- Forum: General
- Topic: Projects not available in XMETA
- Replies: 6
- Views: 2329
- Fri Feb 14, 2014 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checksum error
- Replies: 9
- Views: 6523
- Fri Feb 14, 2014 10:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checksum error
- Replies: 9
- Views: 6523
- Fri Feb 14, 2014 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checksum error
- Replies: 9
- Views: 6523
- Fri Feb 14, 2014 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running Oracle connector in parallel mode
- Replies: 13
- Views: 6937
- Thu Feb 13, 2014 11:16 am
- Forum: General
- Topic: Invoking datastage job from from a java program
- Replies: 1
- Views: 642
One example here.
- Thu Feb 13, 2014 10:22 am
- Forum: General
- Topic: Unzip multiple files- DataStage versus UNIX Shell Script
- Replies: 4
- Views: 958
- Thu Feb 13, 2014 8:57 am
- Forum: General
- Topic: Unzip multiple files- DataStage versus UNIX Shell Script
- Replies: 4
- Views: 958
- Thu Feb 13, 2014 8:52 am
- Forum: General
- Topic: Unzip multiple files- DataStage versus UNIX Shell Script
- Replies: 4
- Views: 958
- Wed Feb 12, 2014 11:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate a sequence based on Alphabetical order:
- Replies: 3
- Views: 1295
If you have sorted the data but not made use of the KeyChange feature, then sure. But you don't really need the first stage variable: svRank--> if InputCode=svPrevious then svRank else svRank+1 svPrevious=InputCode Using all three won't hurt and may make it a teeny bit easier to read. With the KeyCh...
- Wed Feb 12, 2014 8:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate a sequence based on Alphabetical order:
- Replies: 3
- Views: 1295
That's a standard group change detection task. Use stage variables in a transformer, one to track the previous group and one to increment your sequence when it changes. Use a Sort stage before it with a key change column in order to simplify the transformer work. In that case you would only need a s...
- Wed Feb 12, 2014 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv Date format from variable/parameter
- Replies: 4
- Views: 1891
- Wed Feb 12, 2014 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Iconv Date format from variable/parameter
- Replies: 4
- Views: 1891
If myDateFormat is a job parameter, have you tried enclosing it in hash marks?
If it isn't then please explain how you are setting it up...
Code: Select all
Iconv(link.col,#myDateFormat#)- Wed Feb 12, 2014 10:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncate Issue
- Replies: 11
- Views: 5021