Search found 90 matches

by Dsnew
Sun Sep 06, 2009 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cumulative Totals using Stage Variables
Replies: 5
Views: 2240

Ray,

Thank you very much, It solved my problem.
You are the man!
by Dsnew
Sun Sep 06, 2009 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cumulative Totals using Stage Variables
Replies: 5
Views: 2240

Cumulative Totals using Stage Variables

Hi, I am looking to get a column F2 having cumulative totals from column F1 Also I need it to reset for each year. I am guessing stage Variables is the way to, but no clue as to how to go about it. Can someone help me out with. Please let me know if my requirement is not clear. Thanks in advance. Ex...
by Dsnew
Fri Feb 06, 2009 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of "in" in Stage Variables
Replies: 2
Views: 2363

Use of "in" in Stage Variables

Hello all, Is there a way to replace "IN" statement without using "OR" multiple times while creating a derivation for a stage variable? Eq: If I have to use a Job parameter "JobP" which has a value of ('AAA',BBB','CCC','DDD') which I use in my source query, I would like...
by Dsnew
Thu Sep 25, 2008 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use UtilityRunJob as an after job subroutine
Replies: 2
Views: 1233

Thanks for confirming chulett.
If possible can you please give me a code snippet of the same.
by Dsnew
Thu Sep 25, 2008 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use UtilityRunJob as an after job subroutine
Replies: 2
Views: 1233

Use UtilityRunJob as an after job subroutine

Hi, Is it possible to run a multi instance job using UtilityRunJob after a job? If yes, how do we call it? Do we need to incorporate it into an After job subroutine? or write a Transform Function? p.s. I know that I can call it as a Job Activity, but I want to run it as an after job. Any help apprec...
by Dsnew
Mon Jul 28, 2008 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from hashed file
Replies: 47
Views: 15391

Can you please tell me how do you select from a hashed file from unix?
by Dsnew
Tue May 06, 2008 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Binary null in the last column of the Sequential file
Replies: 16
Views: 3893

ArndW, I had a question.
How do you make the file fifo?
by Dsnew
Fri May 02, 2008 11:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load Timestamp with milliseconds into Oracle
Replies: 2
Views: 2001

Kumar, sorry for the late reponse.
Yeah I guess you are right, that may be my only option. Thanks
by Dsnew
Fri Apr 25, 2008 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load Timestamp with milliseconds into Oracle
Replies: 2
Views: 2001

Load Timestamp with milliseconds into Oracle

I have a simple job to read from a sequential file and load into Oracle table. One of the column in the file in timestamp in the format. 2008-04-01 02:05:48.147 I would like to maintain the same format in the target table If I need to load it into an Oracle table - 1. What datatype should the target...
by Dsnew
Wed Dec 05, 2007 6:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transpose Data
Replies: 2
Views: 923

Bulls eye!
Problem solved. Thanks Ken
by Dsnew
Wed Dec 05, 2007 4:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transpose Data
Replies: 2
Views: 923

Transpose Data

Hi all, Can any body guide me in the below scenario Table A has the below data Item1 Item2 Item3 Item_type Item_Qty ---- ----- ----- --------- -------- A B C x 1 A B C y 2 A B C z 5 D E F y 2 D E F x 6 D E F u 8 D E F m 9 I want to transpose the Item_Type and Quantity in the below manner Item1 Item2...
by Dsnew
Tue Aug 07, 2007 7:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text manipulation
Replies: 5
Views: 1167

Thanks Craig and ArndW for pointing in the correct direction.
by Dsnew
Tue Aug 07, 2007 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text manipulation
Replies: 5
Views: 1167

Text manipulation

Hi all, I have a requirement where in I need to convert some values in a tables below. From------------------------->To =================================== 111,22,3245,44 ------------> ##111,###22,#3245,###44 32,434-----------------------> ###32,##434 1232,3432,54,54334-------> #1232,#3432,###54,543...
by Dsnew
Fri Jul 13, 2007 1:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compiling all jobs mentioned in seuencers
Replies: 2
Views: 1146

There is a option in the Tools menu of the DS Manager where in you can compile multiple jobs at the same time.
It does not select the jobs inside the sequence automatically, you need to select them manually.

By the way, it is sequence and not sequencer
by Dsnew
Fri Mar 09, 2007 8:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Get DENSE RANK in a grouped data
Replies: 26
Views: 10438

Kool! Works like a charm!
I have both ways now.
You guys rock :P