Search found 3329 matches

by Sainath.Srinivasan
Thu Aug 25, 2005 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job limited to 1000 rows in overnight batch
Replies: 6
Views: 1452

Maybe someone has manually stopped the job at that stage.
by Sainath.Srinivasan
Wed Aug 24, 2005 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-28002: the password will expire within 15 days
Replies: 4
Views: 2529

Did you try from SQL Plus from DS Server?
by Sainath.Srinivasan
Wed Aug 24, 2005 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: one field from multirow lookup to multivalue field
Replies: 30
Views: 6194

There are lots of way to achieve this. But why do you need this?
by Sainath.Srinivasan
Wed Aug 24, 2005 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wrong Routine value returned
Replies: 9
Views: 1625

Can you provide
a.) The code of the routine
b.) The step by which you called it
c.) Values passed
d.) Value returned
e.) Reason what makes you think it is wrong
by Sainath.Srinivasan
Wed Aug 24, 2005 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Three simple Text files
Replies: 7
Views: 1451

The req is in Win.
by Sainath.Srinivasan
Wed Aug 24, 2005 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enterprise edition
Replies: 2
Views: 712

Docs are in ascl website and embedded in this forum.

Search is your friend.
by Sainath.Srinivasan
Wed Aug 24, 2005 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error DBMS.CODE
Replies: 5
Views: 1231

I will suggest you to try little bit harder. Your question is very generic and it will be up to you to get the values and not ask others to provide them to you.

Did you try google or other website(s)?
by Sainath.Srinivasan
Wed Aug 24, 2005 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wrong Routine value returned
Replies: 9
Views: 1625

Your logic appears to be defined to pick the least of the 2.

The result is therefore the least of the two.
by Sainath.Srinivasan
Wed Aug 24, 2005 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delay Link Execution
Replies: 3
Views: 717

Or simply put them in separate jobs to complicate it further and add them using sequencer.
by Sainath.Srinivasan
Tue Aug 23, 2005 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FMT function in parallel transfer
Replies: 1
Views: 1543

Right(PadString("","0", length) : Trim(YourValue), length)
by Sainath.Srinivasan
Tue Aug 23, 2005 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling SQL
Replies: 3
Views: 1037

You can get that from Datastage export file.
by Sainath.Srinivasan
Tue Aug 23, 2005 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to read from a hash file...
Replies: 13
Views: 3881

Did you link the columns correctly? Did you try with a sample constant?
by Sainath.Srinivasan
Tue Aug 23, 2005 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reusable jobs for Fixed record width sources
Replies: 5
Views: 1202

You can define the file to be of varying length to achieve this.
by Sainath.Srinivasan
Tue Aug 23, 2005 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem for Merging three sequential files
Replies: 9
Views: 2033

First, if they are so disparate, why do you need to merge / join / concatenate them?

Second, (as ArndW had asked) how do you wish to link them? Row by row or col by col?

Third, what if one row or col is removed from one of the files? Do you need to bother about it?