Search found 4 matches

by sachin518
Sat Jul 21, 2012 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help
Replies: 9
Views: 3482

Can you please explain it clearly
by sachin518
Sat Jul 21, 2012 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help
Replies: 9
Views: 3482

The above logic not working

My question is it shoudl diplay 1 for first occurence of 'd' and 'c' and when ever 'd' comes after 'c' we have to increment the value, for example d--1 d--1 d--1 d--1 d--1 c--1 c--1 c--1 c--1 c--1 when 'd' comes after 'c' we have incrment d--2 d--2 d--2 c--2 c--2 Again here 'd comes after 'c' d--3 d...
by sachin518
Sat Jul 21, 2012 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic help
Replies: 2
Views: 1398

Basic help

give me the logic to generating sequence number without using surrogate key generator.
by sachin518
Sat Jul 21, 2012 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need help
Replies: 9
Views: 3482

need help

input data:
d
d
d
d
c
c
d
d
d
c
d
c
d
d
c
c

output;
d--1
d--1
d--1
d--1
c--1
c--1
d--2
d--2
d--2
c--2
d--3
c--3
d--4
d--4
c--4
c--4