Search found 53125 matches

by ray.wurlod
Tue Apr 03, 2012 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage-Where Clause
Replies: 7
Views: 2582

Are you sure the error is being generated in the Oracle Enterprise stage and not, say, a Transformer stage? Can you post the entirety of the detailed error message from the job log?
by ray.wurlod
Mon Apr 02, 2012 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: matrix
Replies: 2
Views: 902

Something about "The Matrix" perhaps?

No idea from me also. Please provide a context.
by ray.wurlod
Mon Apr 02, 2012 3:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group Determination
Replies: 2
Views: 1024

If you're in a version of DataStage that supports looping in the Transformer stage then yes. Otherwise probably not.
by ray.wurlod
Mon Apr 02, 2012 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture the rejected data
Replies: 3
Views: 1054

Output from a Join stage is the result of the join. There's no such thing as rejected rows.
by ray.wurlod
Mon Apr 02, 2012 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type-2
Replies: 1
Views: 1143

Tip: write out the logic in English. It will help you to design the logic (which is not difficult) or to understand - or even correct - what someone else suggests.
by ray.wurlod
Mon Apr 02, 2012 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing key values when using KeyMgtGetNextValue
Replies: 4
Views: 1725

Or might another job be generating values for the same sequence name?
by ray.wurlod
Mon Apr 02, 2012 3:01 pm
Forum: General
Topic: How to derive last sunday's date based on Current date
Replies: 7
Views: 2023

They're the ones I meant.
by ray.wurlod
Mon Apr 02, 2012 3:00 pm
Forum: General
Topic: diff bw primary key and surrowgatekey
Replies: 3
Views: 1141

Might be an interview question though.
:!:
by ray.wurlod
Mon Apr 02, 2012 2:57 pm
Forum:
Topic: Error while running script ProcessEnvVariables.sh
Replies: 2
Views: 2087

This script loads the environment variables from a DataStage project into the common metadata repository so that they can be resolved when Metadata Workbench is stitching assets together. I think this is a problem for your official support provider. "Array index out of bounds" suggests an ...
by ray.wurlod
Mon Apr 02, 2012 12:54 am
Forum: General
Topic: How to derive last sunday's date based on Current date
Replies: 7
Views: 2023

There are also functions in parallel Transformer stage for generating date offset from weekday. I can't research them right now, but you can.
by ray.wurlod
Sun Apr 01, 2012 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin cpommand help
Replies: 5
Views: 1656

CMD shell typically.
by ray.wurlod
Sat Mar 31, 2012 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Function Logic
Replies: 5
Views: 1706

My understanding is that there's only one comma. Anything to the left of the comma is Last_Name, the first space-delimited field to the right of the comma is First_Name, and anything else is Middle_Name. Hence: svLastName Field(Inlink.TheString, ",", 1, 1) svOtherNames Field(InLink.TheStri...
by ray.wurlod
Sat Mar 31, 2012 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin cpommand help
Replies: 5
Views: 1656

Same rules as for any other command line, provided that the relevant environment variables, such as APT_ORCHHOME, have been set.
by ray.wurlod
Sat Mar 31, 2012 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic help
Replies: 14
Views: 5985

Craig's solution is the most elegant offered. Group by id, min start_date, max end_date.
by ray.wurlod
Sat Mar 31, 2012 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compliation error
Replies: 6
Views: 6187

chulett wrote:Isn't this restriction removed in the later 8.x releases?
Yes. In 8.5 I think, definitely in 8.7.