Search found 24 matches

by Vidyut
Fri Mar 11, 2011 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 9029

Or If you don't have any such column and consider all rows in the table as active employees then you can just create one more temp column with any default value and the you can use it as your grouping column.
by Vidyut
Fri Mar 11, 2011 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to find sum(sal) for all the active employees
Replies: 16
Views: 9029

You must be having some column to filter out "active employees"
You can use the same column as your key in aggregator.
For Example: Status_Flag = 'Y'
by Vidyut
Fri Feb 18, 2011 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 2
Views: 2360

Try This:
StringToDate(LkInto_TRNS_SeqGen.Date,"%mm/%dd/%yyyy")
by Vidyut
Fri Feb 18, 2011 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert 'mm/dd/yyyy' to 'yyyy-mm-dd'
Replies: 4
Views: 5136

Use the function: StringToDate(INPUTCOLUMN,"%mm/%dd/%yyyy")
by Vidyut
Fri Feb 18, 2011 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

My point is that many of them (such as my east Asian customers) can not easily understand these forms. ... Hi Ray / Jwiles I got your point and your concern for others is appreciable :) And for the issue- I have created a new job( which was the last option I have ) for loading the duplicates using ...
by Vidyut
Thu Feb 17, 2011 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

Hi mansoor--Thanks for all ur valuable inputs :)

and Ray we are discussing a technical topic over here(not English Literature) and as far as others are able to understand what am saying I believe its fine
by Vidyut
Thu Feb 17, 2011 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Eliminate Duplicate data
Replies: 5
Views: 3116

Bro search dsxchange....this ques has been answered atleast 10 times

Thanks
by Vidyut
Thu Feb 17, 2011 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset corruption, SIGSEGV while reading
Replies: 21
Views: 18812

R using the same dataset created in your Test Environment??
by Vidyut
Thu Feb 17, 2011 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: node contraints
Replies: 12
Views: 8143

As per my knowledge
A node can have one or more CPUs but a CPU can have only one node....
Experts please comment
by Vidyut
Thu Feb 17, 2011 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

Hi mansoor

The first option creates deadlock and I couldnt find a way out....thats y i posted this :)

Can u please explain a little abt the second option...Thanks in advance
by Vidyut
Wed Feb 16, 2011 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Plz help me on below tech tip
Replies: 5
Views: 4190

for 1st--
StageVar1 = (If DSLink2.Col1 = StageVar Then StageVar1 +1 Else 1)
StageVar = (DSLink2.Col1 )

Output
DSLink2.Col1:StageVar1

for 2nd: vishal_rastogi has already answered
by Vidyut
Wed Feb 16, 2011 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

Ok jwiles... thanks all for ur inputs.... still trying to figure out a way Cwong: We can insert using Mload but in my case the performance is a very big factor.....So what I am wondering if it is possible to load a same table 2 times in a single job using two different stages....Thanks If any one ha...
by Vidyut
Tue Feb 15, 2011 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

Thanks for the replies :) I have millions of records and in which thr r some duplicates(few hundred)(complete duplicates i.e, all columns r same) 1) Issue with TD Enterprise Stage is it silently drops the duplicates 2) If i use TD Mload the performance is a big issue for me 3) If I use TD connector ...
by Vidyut
Tue Feb 15, 2011 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load same teradata table 2 times in a single job
Replies: 21
Views: 10725

One more issue I forgot to mention is that I want to avoid to create one different job for loading the duplicates bcoz I have hundreds of jobs & sequencers already designed having the same issue, so adding a new job is the last option..

Thanks