Search found 53125 matches

by ray.wurlod
Wed Dec 02, 2009 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage
Replies: 5
Views: 2330

No stage can report how many were actually inserted/updated. They can only report how many they sent. You can also get a count of rejects (which the Oracle Enterprise stage can do).
by ray.wurlod
Wed Dec 02, 2009 2:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-14)
Replies: 3
Views: 2099

Yes, but not until you upgrade to version 8.1 in which you get both a resource estimator and also a performance analyzer. And, alas, they only work on parallel jobs.

So, probably, no.
by ray.wurlod
Wed Dec 02, 2009 2:19 am
Forum: General
Topic: Load and Abort the Job
Replies: 2
Views: 1022

Resist stupid requirements!

You should never have to abort a job.
by ray.wurlod
Wed Dec 02, 2009 2:18 am
Forum: General
Topic: Multiple queries need to be implemented on same input rows
Replies: 15
Views: 2922

Yes. Try it.
by ray.wurlod
Wed Dec 02, 2009 2:17 am
Forum: General
Topic: WARNING:Implicit conversion from source type to result type
Replies: 12
Views: 15368

Please re-read my question. Then answer it. Or at the very least try to think about what I'm driving at.
by ray.wurlod
Tue Dec 01, 2009 11:02 pm
Forum: General
Topic: WARNING:Implicit conversion from source type to result type
Replies: 12
Views: 15368

Exactly the same error, referring to a length of 5? If so, you've missed one - or are looking at the wrong log.
by ray.wurlod
Tue Dec 01, 2009 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop & RCP
Replies: 3
Views: 1547

Hmm. Brave call. Do you have any evidence/documentary proof?

I admit that I have not studied the API documentation in sufficient depth to have answered this question.
by ray.wurlod
Tue Dec 01, 2009 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job control fatal error (-14)
Replies: 3
Views: 2099

Search would reveal not only the meaning of -14 (which you seem to have discovered) but also the fact that the status reported in Director is not always the real status of the job.
by ray.wurlod
Tue Dec 01, 2009 10:57 pm
Forum: General
Topic: Multiple queries need to be implemented on same input rows
Replies: 15
Views: 2922

They are called job parameters. Job parameter references can replace any constant in an SQL query. Others have experimented with replacing the entire SQL query with a single job parameter reference for total customization, but here you need dynamic metadata management, such as is provided for by use...
by ray.wurlod
Tue Dec 01, 2009 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to define date of D-MMM-YY in a schema file
Replies: 4
Views: 1637

That's not what RCP does, so no to that question. There is no automatic mechanism of which I am aware; put simply your data do not match your metadata (record schema) in all cases. Only one format can be specified for any single date field in a record schema.
by ray.wurlod
Tue Dec 01, 2009 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort key no longer exists Warning
Replies: 6
Views: 3750

I'd be more concerned about why a collector is being inserted. Which stage types are executing in sequential mode, and why?
by ray.wurlod
Tue Dec 01, 2009 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cut Off Leading Zeros
Replies: 6
Views: 1617

If this is a decimal data type, the leading zeroes (and trailing nonsignificant zeroes) are emplaced to fulfil the requirements of the precision and scale settings. Search DSXchange for more information on this behaviour.
by ray.wurlod
Tue Dec 01, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to define date of D-MMM-YY in a schema file
Replies: 4
Views: 1637

You don't. You can define it as string, then bring it into a standard format (for example by adding leading zeroes to day and month where required) before converting to Date data type.
by ray.wurlod
Tue Dec 01, 2009 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job names from job sequencer
Replies: 4
Views: 1354

But U (one of our posters) probably is disinterested in doing so.

The second person personal pronoun in English is spelled "you".
by ray.wurlod
Tue Dec 01, 2009 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split txt file
Replies: 5
Views: 2097

I, for one, will avoid answering interview questions here. I have given my reasons for this decision in the past; you can search for them if you wish.