Search found 42189 matches

by chulett
Tue Apr 27, 2010 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Current date parameter
Replies: 11
Views: 4290

Do you understand what it is doing - i.e. why it worked? I always wonder in situations like this.
by chulett
Tue Apr 27, 2010 5:24 am
Forum: General
Topic: Not able to setup datastage Credential
Replies: 2
Views: 1277

Why choose XP, an unsupported operating system? :?
by chulett
Mon Apr 26, 2010 8:15 pm
Forum: General
Topic: Unable to export a job getting error 30107 error
Replies: 5
Views: 1941

And when he says 'exclusive' he means exclusive as in not another soul, alive or dead or undead, in the project. Nada.
by chulett
Mon Apr 26, 2010 8:13 pm
Forum: General
Topic: How to parse string input into rows by delimiter
Replies: 5
Views: 2574

There is a Locate() but probably not what you are looking for, sounds more like Index() is what you're after. Why not look into the Fmt() function that Ray mentioned?
by chulett
Mon Apr 26, 2010 10:36 am
Forum: General
Topic: call a package in a Sequence Job
Replies: 6
Views: 1911

Typically from the command line using whatever utility exists for that using the Execute Command stage. For example in Oracle: sqlplus. And that usually with a wrapper script rather than a direct call.
by chulett
Mon Apr 26, 2010 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anybody explain - Use of RPC in Server Jobs
Replies: 6
Views: 2217

For the question of RCP in Server jobs the answer is quite simple - there is no such thing.
by chulett
Mon Apr 26, 2010 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input buffer overrun at field "FIELD_NAME", at off
Replies: 1
Views: 3976

What did an exact search for "Input buffer overrun" reveal?
by chulett
Mon Apr 26, 2010 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert hexadecimal value to decimal in data stage
Replies: 3
Views: 6154

So... what is your literal source value? In your example, would it be 55 or literally the X'0055' string you've shown?
by chulett
Mon Apr 26, 2010 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating sequence numbers using Stage variables
Replies: 19
Views: 7536

Assuming, of course, that this load happens in isolation.
by chulett
Mon Apr 26, 2010 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: Schema reconciliation detected a size mismatch
Replies: 7
Views: 8799

Perhaps. Be patient.

Why are you surprised that it is telling you that a 50 character string may not fit properly in a 30 character target?
by chulett
Mon Apr 26, 2010 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read "Parameter Set" through Unix
Replies: 8
Views: 2686

He asked if it has an associated value file.
by chulett
Mon Apr 26, 2010 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture duplicates
Replies: 3
Views: 1416

There's a document here on detecting changes using stage variables. You can also add a Key Change Column in the Sort stage to help with this in a PX job.
by chulett
Mon Apr 26, 2010 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file
Replies: 2
Views: 1328

Yes, the newline is simply part of the data when your input file is formatted like that. Strip them from the field in your job using Convert() and CHAR(13).
by chulett
Mon Apr 26, 2010 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use Modify stage for converting null string to empty string
Replies: 4
Views: 2513

Easiest way to answer that question is to try it and see. Don't see why it wouldn't work, however.