Search found 173 matches

by prasad111
Thu Dec 06, 2007 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Genarting n nuber of rows from single row
Replies: 3
Views: 1912

Will you be always looking for [if custid is 1000 and eff.date is feb/12/2002, and number of installments are 4] it doesn't make sense. What you can do it is, Read the incoming data......check the conditions in constraints (have 4 output links) in all the 4 output links check the constraint custid=1...
by prasad111
Thu Dec 06, 2007 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output Stage error
Replies: 6
Views: 1931

I guess, you are doing schema validation, try not to do the schema validation it might work................
by prasad111
Thu Aug 16, 2007 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use
Replies: 6
Views: 3574

vijayrc and us1aslam1us reply was very helpful.

Thanks a lot.............
by prasad111
Tue Aug 14, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use
Replies: 6
Views: 3574

Re: which stage to use

Hi Prasad, If col1 values are consistent( 'M','C' & 'U'). Use the transformer stage to filter the col1 using constarints and to get three output streams.Define a common dummy column in all three outstreams with the same constant value.Next use the merge stage to merge all the three streams. Or ...
by prasad111
Tue Aug 14, 2007 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use
Replies: 6
Views: 3574

which stage to use

Hi All, This is one of the requirement, need help Input data col1|col2 M|abc C|def U|hji M|ad U|ryer M|fntry C|rtf U|gsfdg Ouput col1|col2|col3 |col4|col5|col6 M|abc|C|def|U|hji M|ad| | |U|ryer M|fntry|C|rtf|U|gsfdg whenever an M starts the data has to be entered in a new row. Regards Prasad
by prasad111
Mon Jun 11, 2007 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsk strucutre for routines
Replies: 6
Views: 1688

chulett wrote:What changes are to be made to what precisely? :?

You should call your routine using the Routine Activity stage and then check the $ReturnValue of that in your trigger expressions.
This was a really a smart logic, that works now.
Thanks a lot.

Experience really make a difference.
by prasad111
Fri Jun 08, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: .dsk strucutre for routines
Replies: 6
Views: 1688

.dsk strucutre for routines

Hi All, I have written a routine to get the row count of a link, it works fine in some places, in sequencer(trigger column) some places it wont. http://www.dsxchange.com/viewtopic.php?t=109694&highlight=.dsk Based on the above link can anyone tell me wher is .dsk files are stored or what are the...
by prasad111
Thu May 31, 2007 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use
Replies: 3
Views: 760

SO in the entire dataset, if you find ABC in col2, then change col3 value of all associated with identical first col, and the rest of the data will have zero? Did I understand you correctly? Yes thats correct. To more elaboarte, I have added one more set of example Input 1 | XYZ | 207 1 | ABC | 207...
by prasad111
Thu May 31, 2007 12:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage to use
Replies: 3
Views: 760

which stage to use

Hi All, How to implement this Ipt_Col1 | Ipt_Col2 | Ipt_Col3 1 | XYZ | 104 1 | ABC | 207 1 | DEF | 302 2 | MNO | 403 2 | PQR | 560 2 | UVW | 30 Transformation rule is, whenever there is a ABC in Ipt_Col2 then the value associated with ABC is replaced in all the columns of Ipt_Col3 with the correspon...
by prasad111
Wed May 30, 2007 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Lookup
Replies: 2
Views: 1125

No. Use two Lookup stages. Run the reject links from them through a Funnel stage to accumulate the rejected rows. Or make the lookup failed rule on the first Lookup stage Continue, and perform the ... Currently I am using two lookup stages. First lookup then reject into a funnel and then second loo...
by prasad111
Tue May 29, 2007 6:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML &apos;
Replies: 6
Views: 4615

Re: XML &apos;

Hi All, how do I get datastage to output apostrosphe ' instead of &apos; in my XML output. For example I want St john's but data stage is outputting St John&apos;s . Is there a way to override it? Thanks This looks only in the UNIX environment, when you look in the windows environment with ...
by prasad111
Tue May 29, 2007 5:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Lookup
Replies: 2
Views: 1125

Multiple Lookup

Hi, Source file has 4 columns Src_col1, Src_col2, Src_col3, Src_col4. Lookup table1 has 3 columns lkp1_col1, lkp1_col2, lkp1_col3 Lookup table2 has 3 columns lkp2_col1, lkp2_col2, lkp2_col3 Target file has 4 columns Tgt_col1, Tgt_col2, Tgt_col3, Tgt_col4 Reject file has 4 columns as coming from the ...
by prasad111
Tue May 15, 2007 12:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Scheduler - Simple Question
Replies: 1
Views: 730

DS Scheduler - Simple Question

Hi,

If the DataStage job has scheduled from admin userid.

Is there a way a regular user can view the schedule and see the job ran successfully or not?

Regads
Prasad
by prasad111
Mon Apr 02, 2007 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width in Seq file
Replies: 15
Views: 8015

novneet wrote:Please let us know what was the resolution for the issue?
I used the Tag case value in the table definitions of the column it worked!!!!!!!!!!!!! 8)