Search found 3329 matches

by Sainath.Srinivasan
Fri Mar 13, 2009 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract value from file in job sequnce
Replies: 4
Views: 1037

Craig, I did not intend to be rude and am not ignorant of the poster profile mechanism. But there are examples given in the tutorial and search is available. Also Ray had answered similar post before. The questions raised indicated more of requirement of reading through the docs rather than posting ...
by Sainath.Srinivasan
Fri Mar 13, 2009 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Runtime error 6 : Overflow
Replies: 5
Views: 2679

What if you re-try?
by Sainath.Srinivasan
Fri Mar 13, 2009 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg job schedule
Replies: 5
Views: 1187

Make the job "sleep" for that duration.
by Sainath.Srinivasan
Fri Mar 13, 2009 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract value from file in job sequnce
Replies: 4
Views: 1037

Is it possible to describe what you want to achieve in full rather that in parts.

I assume Ray has answered few of your questions. Have you worked on them?

Can you provide a glimpse of your knowledge with the product so that others can guide you appropriately.
by Sainath.Srinivasan
Fri Mar 13, 2009 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 2373

What do you mean by "not giving correct data"?

Unless you share the results, it is not even possible to guess what is happening differently.
by Sainath.Srinivasan
Fri Mar 13, 2009 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage truncating data
Replies: 14
Views: 5297

I assume you have already done this....but still worth confirmation 1.) Login to the database via its own GUI and view the data to check it is more than 6 chars length 2.) Check which database the ODBC points to 3.) Check whether the source is a view and whether any function (like substring) is bein...
by Sainath.Srinivasan
Fri Mar 13, 2009 7:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping fields
Replies: 1
Views: 839

currKey = (if div = "G" then key else currKey)

Note - this is left partial assuming you will always have a G for each ID.
by Sainath.Srinivasan
Fri Mar 13, 2009 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Field Truncation Issue : Sequential File
Replies: 8
Views: 2237

Remove the max length from A and add the check in a transformer in the flow.
by Sainath.Srinivasan
Fri Mar 13, 2009 3:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar Field Truncation Issue : Sequential File
Replies: 8
Views: 2237

Remove the max length from A and add the check in a transformer in the flow.
by Sainath.Srinivasan
Fri Mar 13, 2009 3:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 2373

Re: aggregator performance

sjaladurgam wrote:...and second one with sequential ...
by Sainath.Srinivasan
Fri Mar 13, 2009 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DCount / Concatenate
Replies: 5
Views: 1576

Why don't you create separate stage variables ?

How do you decide when to write them to output?
by Sainath.Srinivasan
Thu Mar 12, 2009 7:12 am
Forum: General
Topic: Incorrect User Assigned to jobs
Replies: 3
Views: 858

Being v8, multiple users appear to be mapped to same OS user.
by Sainath.Srinivasan
Thu Mar 12, 2009 3:47 am
Forum: General
Topic: I want to display only year or month or date from Date colum
Replies: 4
Views: 897

I think Ray has answered to a very similar question from you. Did you try working based on his response?
by Sainath.Srinivasan
Thu Mar 12, 2009 3:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in defining one business rule in transformer
Replies: 6
Views: 2366

Try a Trim(Variable[from,len]) rather than Trim(Variable)[from,len].
by Sainath.Srinivasan
Thu Mar 12, 2009 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to reduce one year from current date
Replies: 10
Views: 3936

What does 'one year from now' mean in simple english?
...especially for '29-02-2008'?