Search found 7 matches

by gautham
Thu Oct 18, 2007 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generate range of numbers
Replies: 5
Views: 2507

Hi Narasimha

you have mentioned getting the values from hash file and achiving this.Can you explain how is this possible.

Thanks
gautham
by gautham
Wed Oct 17, 2007 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generate range of numbers
Replies: 5
Views: 2507

Use a job sequence to read the two numbers and pass them as parameter values to a server job consisting of a Transformer stage and an output stage. Intialize a stage variable to your low value, incre ... Is there any other method as I am getting the start and end values from a hash file my flow is ...
by gautham
Wed Oct 17, 2007 9:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generate range of numbers
Replies: 5
Views: 2507

generate range of numbers

Hi

I am having two values coming from source startvalue and endvalue
if start value = 100 and end value = 120 I need to generate 20 rows in the target.Can any one suggest some work around.

Thanks
Goutham
by gautham
Wed Oct 03, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Critical Date Conversion
Replies: 2
Views: 1267

Thanks Chulett :)
by gautham
Wed Oct 03, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Critical Date Conversion
Replies: 2
Views: 1267

Critical Date Conversion

Hi

Is there any way to convert from any given format to yyyy-mm-dd. I mean like the input can be random like yyyy-mmm-dd.There is no specified number of formats given to handle them.Can any one tell a generic solution for this which will be great.

Thanks in advance

Goutham
by gautham
Wed Sep 13, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence generator
Replies: 1
Views: 1119

sequence generator

Hi

I want to generate a sequence generator
col1 col2 seq
a a 1
b b 1
a a 2
c c 1

Can you please help me out in this

Thanks in advance