Search found 42189 matches

by chulett
Tue Apr 27, 2010 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do some calculation in a loop ?
Replies: 5
Views: 2032

Again... in words? Like you were writing a requirement for someone else to follow? Worst case, write your own C++ routine and call that.
by chulett
Tue Apr 27, 2010 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Interview Qoestions
Replies: 3
Views: 1788

Sorry, doesn't work that way here.
by chulett
Tue Apr 27, 2010 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import file Error
Replies: 3
Views: 1092

That really explains nothing and you didn't answer any of the other questions. :?
by chulett
Tue Apr 27, 2010 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are not aborting
Replies: 4
Views: 1746

You need to tell it that's what you want to happen. That's what the Terminator stage is for or perhaps the 'Automatically handle' compiler option.
by chulett
Tue Apr 27, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 14
Views: 2754

Please look twice before asking someone to mark something Resolved - they already had when you posted. :wink:
by chulett
Tue Apr 27, 2010 5:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import file Error
Replies: 3
Views: 1092

What "code" are we talking about? How was it generated? How did your CR/LF terminators go missing in the process?
by chulett
Tue Apr 27, 2010 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 14
Views: 2754

No, they're not or you'd be seeing all records. You have a metadata mismatch and the "bad" records are being rejected by the stage. Try all Varchar fields and see if that helps. ... Problem got solve actually the view data period was set to 11 now i have changed it to 1 now i am able to s...
by chulett
Tue Apr 27, 2010 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Processing
Replies: 6
Views: 2021

nima511 wrote:It could grow to more than 100 over the next few releases.
And? :?

Shane is wondering about one magic job with RCP, I'd wager...
by chulett
Tue Apr 27, 2010 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 14
Views: 2754

No, they're not or you'd be seeing all records. You have a metadata mismatch and the "bad" records are being rejected by the stage. Try all Varchar fields and see if that helps.
by chulett
Tue Apr 27, 2010 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to modify the Read only jobs
Replies: 6
Views: 2937

Is the project Protected? Perhaps you should be making your changes... elsewhere, I would wager you should be doing this in whatever 'source' (dev) project they were originally developed in and re-promoted. They should be "read only" for a reason, not on a whim. :?
by chulett
Tue Apr 27, 2010 5:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do some calculation in a loop ?
Replies: 5
Views: 2032

A) It's not urgent for us but I just happen to be up and posting at this time.

B) Why not spell out your requirements in words rather than code? Tell us what you have to do, not how you think you need to do it.
by chulett
Tue Apr 27, 2010 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to stripout the '-'
Replies: 8
Views: 2014

Or just convert it to an empty string rather than a space, save the whole 'trim' part.
by chulett
Tue Apr 27, 2010 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anybody explain - Use of RPC in Server Jobs
Replies: 6
Views: 2217

Right, was wondering if IPC was actually what was meant - and it's not the Silver Bullet that some seem to think. :?
by chulett
Tue Apr 27, 2010 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle timestamp(6) conversation problem!!
Replies: 8
Views: 4427

Seeing as how you'd need to use TO_TIMESTAMP() rather than TO_DATE() and DataStage is unable to automatically generate the former, you have no choice but to use 'custom' SQL for this.
by chulett
Tue Apr 27, 2010 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: View data is showing query
Replies: 1
Views: 1237

What exactly does that mean - "showing query in the fields"? Can you post an example, please. :?