Search found 42189 matches
- Wed Sep 12, 2007 5:44 pm
- Forum: General
- Topic: Name for a software company.
- Replies: 14
- Views: 5049
- Wed Sep 12, 2007 5:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Assign Seq No.s to Invoice
- Replies: 22
- Views: 6187
I tried your code but its giving svSeqNo 1 for all the records. I honestly don't see how that is possible. Verify some things for me. 1) You created the stage variables in the order shown 2) You created the derivations as shown, adjusted for your actual names 3) You set the Initial Values on the Pr...
- Wed Sep 12, 2007 12:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Assign Seq No.s to Invoice
- Replies: 22
- Views: 6187
There's no upper limit of '2' to this sequence that Edward M has mentioned. svTargetType -> Link.RecType = 605 svCurrKey -> Link.InvNo : '|' : Link.RecType svNewKey -> svCurrKey <> svPrevKey svSeqNo -> If svTargetType Then If svNewKey Then 1 Else svSeqNo + 1 Else svSeqNo svPrevKey -> svCurrKey Off t...
- Wed Sep 12, 2007 12:24 pm
- Forum: General
- Topic: Sequence jobs - Sequencer
- Replies: 7
- Views: 1655
- Wed Sep 12, 2007 12:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing values to start loop using execute command
- Replies: 9
- Views: 2790
- Wed Sep 12, 2007 9:08 am
- Forum: General
- Topic: IBM U2 University
- Replies: 15
- Views: 5316
- Wed Sep 12, 2007 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Assign Seq No.s to Invoice
- Replies: 22
- Views: 6187
- Wed Sep 12, 2007 7:35 am
- Forum: General
- Topic: IBM U2 University
- Replies: 15
- Views: 5316
- Wed Sep 12, 2007 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wierd Error -- Phantom 29287
- Replies: 7
- Views: 2050
- Wed Sep 12, 2007 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Assign Seq No.s to Invoice
- Replies: 22
- Views: 6187
That just looks like a job for Stage Variables and 'group change detection' to me. Check for 'x 605' and for every time you see a new value of 'x' set a sequence number stage variable's value to 1. As long as 'x' doesn't change, increment the sequence number for each occurance of '605'. This will wo...
- Wed Sep 12, 2007 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: indexes
- Replies: 4
- Views: 1496
Re: indexes
dlkkrao wrote:A number of columns used to process the dimensions (such as src_key columns) do not have indexes. Since lookups use these columns extensively, adding indexes will greatly speed up loading performance.
True, that. Well, except maybe for the 'greatly' part.
- Wed Sep 12, 2007 7:13 am
- Forum: General
- Topic: Regarding Executing jobs in Unix
- Replies: 16
- Views: 4573
- Tue Sep 11, 2007 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with appending the seq file
- Replies: 7
- Views: 1347
- Tue Sep 11, 2007 7:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql loader( Oracle stage)taking lot of time to load the data
- Replies: 4
- Views: 1177
- Tue Sep 11, 2007 7:43 pm
- Forum: General
- Topic: IBM U2 University
- Replies: 15
- Views: 5316