Search found 53125 matches

by ray.wurlod
Tue Apr 03, 2007 10:11 pm
Forum: General
Topic: Unable to use Job parameter in JobControl
Replies: 5
Views: 2203

Check the exit status (returned value) of DSSetParam. If it is a negative integer you have some more design to do.
by ray.wurlod
Tue Apr 03, 2007 10:07 pm
Forum:
Topic: metadata listener
Replies: 14
Views: 4850

This check box only appears if MetaStage is also installed.
by ray.wurlod
Tue Apr 03, 2007 10:06 pm
Forum: IBM QualityStage
Topic: Running Standarize Jobs from ODBC
Replies: 2
Views: 1142

You can use a Format Convert stage within QualityStage to read directly from ODBC sources.
by ray.wurlod
Tue Apr 03, 2007 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch Space and Resource Disk in Datastage
Replies: 5
Views: 10809

TMPDIR is used after scratch space fills.
by ray.wurlod
Tue Apr 03, 2007 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using the Change Capture stage
Replies: 4
Views: 1494

What are you expecting to get? What do you believe is happening that is not documented behaviour? Others find that the stage works as documented.
by ray.wurlod
Tue Apr 03, 2007 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage
Replies: 1
Views: 770

Please choose meaningful subjects to aid future searchers.
Tail stage.
by ray.wurlod
Tue Apr 03, 2007 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage
Replies: 1
Views: 672

Please delete the duplicate post.
by ray.wurlod
Tue Apr 03, 2007 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Control M Character
Replies: 17
Views: 5321

Re: Haaa... Finally i got a resolution for this.

Th3Und34D- wrote:I got a solution. It solved my purpose of removing ^M. :)

Use Iconv("Column where ^M is present", "MCP")

With MCP option ur problem will b solved ... :D

Regards,
Asish Koyya

Please post your parallel version of the Iconv() function.
by ray.wurlod
Tue Apr 03, 2007 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Strange problem about join stage
Replies: 8
Views: 2167

Are you partitioning and sorting on the join keys? This is necessary if the join stage is to produce correct results.
by ray.wurlod
Tue Apr 03, 2007 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: In_Format for Integer Field
Replies: 4
Views: 1670

There is another thread on this topic. Please search for it. I believe it is a bug.
by ray.wurlod
Tue Apr 03, 2007 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: HashFile
Replies: 3
Views: 1415

You were using hashed files.
by ray.wurlod
Tue Apr 03, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get the value of an encrypted parameter for any job..
Replies: 2
Views: 1010

Please ask, find out, and let us know what the Problem was.
by ray.wurlod
Tue Apr 03, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect to onsite servers
Replies: 12
Views: 2314

Check that the DataStage RPC daemon (dsrpcd) is running. The message suggests that it is not.
by ray.wurlod
Tue Apr 03, 2007 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler : Why use it.. and how to handle warnings
Replies: 20
Views: 6895

It's the right answer. Read the manual again. Exception Handler handles ABORT situations only. You have to "program" any other requirement.