Search found 42189 matches

by chulett
Tue May 11, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to decide which partition to be used in what kind of job
Replies: 4
Views: 1191

Lookup-->Entire as a blanket statement? Yikes. To the OP - practice, experience and experimentation help.
by chulett
Tue May 11, 2010 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with stage properities
Replies: 2
Views: 974

Involve your official support provider if this happens to everyone. If it's just you, uninstalling and reinstalling the client may help.
by chulett
Tue May 11, 2010 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:How to use field function
Replies: 2
Views: 1570

Let me give you the short version - 3rd field from a dash delimited string. Walla! :D

(yes, I know that is not how it is spelled)
by chulett
Tue May 11, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Special Character
Replies: 9
Views: 11236

No-one can help you unless you can (and do) explain exactly what you mean by "special characters". By itself that statement means nothing, unfortunately.
by chulett
Tue May 11, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to install datastage 7.5.2
Replies: 3
Views: 3168

Sorry, couldn't help myself. You run the installer, just like any other software... and kind of crazy, I know, but it comes with instructions. :wink:
by chulett
Tue May 11, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to install datastage 7.5.2
Replies: 3
Views: 3168

"how to install Datastage 7.5.2"
by chulett
Tue May 11, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Intelligent word wrapping
Replies: 22
Views: 6430

ray.wurlod wrote:Fold() breaks on length boundaries, not word boundaries.
Phooey.
by chulett
Tue May 11, 2010 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 5946

You would do this just like any other O/S command, depending on the need: Execute Command stage, Before/After ExecSH, DSExecute() etc etc. Many ways to skin that cat.
by chulett
Mon May 10, 2010 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is it possible to install two versions of datastage s/w
Replies: 6
Views: 2418

Hmmm... what "software" did you mean? I was thinking... server rather than client.
by chulett
Mon May 10, 2010 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred during initializeFromArgs().
Replies: 8
Views: 21316

Any chance you could post the resolution? It could help future searchers who come here with the same problem.
by chulett
Mon May 10, 2010 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Intelligent word wrapping
Replies: 22
Views: 6430

So... no Folding? What the heck am I misremembering? :(
by chulett
Mon May 10, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Intelligent word wrapping
Replies: 22
Views: 6430

Hmmm... I seem to recall Ray mentioning the Fold() function for this but can't check at the moment.
by chulett
Mon May 10, 2010 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred during initializeFromArgs().
Replies: 8
Views: 21316

Which "Oracle stage" are you using? Have you used them before so you know they should work or is this your first attempt? What exact 8.x release?
by chulett
Mon May 10, 2010 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle a large input string more than 10000 character
Replies: 4
Views: 3269

Forget about the viewer for a moment and just run the job. What happens?

ps. "Excel file" <> sequential file unless you've saved it as a csv first. Direct (native) access will require using the ODBC stage.
by chulett
Mon May 10, 2010 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The call to sqlldr failed; the return code = 256;
Replies: 12
Views: 11229

Either that or involve someone who knows how sqlldr works, someone like your DBA for instance.