Search found 53125 matches

by ray.wurlod
Mon Apr 21, 2008 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding NLS MAP
Replies: 5
Views: 2981

Search will be your friend.
by ray.wurlod
Mon Apr 21, 2008 2:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage to capture delta records
Replies: 6
Views: 1884

How big are the two files that are inputs to the Merge stage? You may have run out of memory trying to accomplish the join.
by ray.wurlod
Mon Apr 21, 2008 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server name and project name in email subject line
Replies: 12
Views: 5480

Did I not specify "trimmed of field mark characters"?

Code: Select all

Trim(#CMD.$CommandOutput#,@FM,"A")

The Admininstrator client does not execute natively in the operating system shell. But you can open one.

Code: Select all

DOS /C hostname
by ray.wurlod
Mon Apr 21, 2008 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data conversion
Replies: 2
Views: 975

No, you can do it with an expression. For example (and this is not the only way):

Code: Select all

Oconv(Iconv("01 " : InLink.TheString, "DDMY"), "D-MBYL")
by ray.wurlod
Mon Apr 21, 2008 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error
Replies: 1
Views: 885

Your Search capability certainly can.
by ray.wurlod
Mon Apr 21, 2008 12:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge stage to capture delta records
Replies: 6
Views: 1884

How? Mind reading? How about you tell us precisely how you set up the properties of your Merge stage, then we might have some idea of what you want to do and how you went about doing it.
by ray.wurlod
Sun Apr 20, 2008 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hi everybody
Replies: 1
Views: 994

Please post with meaningful subject, to aid future searchers.
by ray.wurlod
Sun Apr 20, 2008 10:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Abnormal Termination" error in server DS job
Replies: 5
Views: 1700

I don't know. I can't see vital things like your reference key expression and whether the value(s) being supplied to it are null or not. YOU need to do the detective work. Only you have access to all the details of your job design. That it fails consistently in the same place strongly suggests that ...
by ray.wurlod
Sun Apr 20, 2008 8:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Abnormal Termination" error in server DS job
Replies: 5
Views: 1700

Are you trying to do a lookup using a null-valued reference key?

DSD.BCIGetByKey is the internal routine that retrieves a row from an ODBC or UniVerse stage on a reference input link.

You did not mention doing any lookups in your original post in this thread.
by ray.wurlod
Sun Apr 20, 2008 7:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Abnormal Termination" error in server DS job
Replies: 5
Views: 1700

Only the obvious one - that you're doing something in step 7 that DataStage doesn't like.

When you reset the job in Director after it fails, what extra information appears in the "from previous run..." event in the log?
by ray.wurlod
Sat Apr 19, 2008 4:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookups with Oracle Odbc
Replies: 5
Views: 1224

You did not mention sparse lookups in your original question. Sparse lookups do have the restriction of one reference input link. A Lookup stage can support any (reasonable) number of reference input links performing normal lookups, but only one lookup if it is performing a sparse lookup. A normal l...
by ray.wurlod
Sat Apr 19, 2008 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 API using DB2 connect
Replies: 1
Views: 797

There is such a document, a thoroughly comprehensive one. It is available for the asking from your support provider. It is NOT available from DSXchange so please don't ask.
by ray.wurlod
Sat Apr 19, 2008 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it just me, or is PX warning happy?
Replies: 3
Views: 1536

The reason you don't know which stage is your own fault; you are allowing the operators to combine (to execute in the same process). For diagnosis at least you do not want this to occur. This particular message results from the way in which decimal data are stored internally, and the first half-byte...
by ray.wurlod
Sat Apr 19, 2008 4:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum value of a group
Replies: 6
Views: 1350

If the data are sorted on the grouping keys then on the column for which you need the maximum value per group, you could also use a Remove Duplicates stage.
by ray.wurlod
Sat Apr 19, 2008 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the datastore options in Datastage?
Replies: 6
Views: 1327

Mainframe jobs actually have fewer options than server jobs. If I were you I'd track down one of the DataStage experts in IBM Australia for a chat.