Search found 53125 matches

by ray.wurlod
Wed Sep 19, 2007 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Sort & Agreggator Stage (Data Volume 10 mil ++ Record
Replies: 2
Views: 786

Parallel job Sort and Aggregator stages are far more robust with large volumes of data. They are NOT based upon their server job counterparts, but have been written specifically to take advantage of the new environment.
by ray.wurlod
Wed Sep 19, 2007 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of COMMON
Replies: 12
Views: 2293

Will need to get back to you. Running a QualityStage class this week, don't have the DataStage manuals ready to hand.
by ray.wurlod
Wed Sep 19, 2007 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE output
Replies: 1
Views: 748

A1. File may have been in use. One figure comes from the file header, the per-group figures do not. A2. Total number of data bytes in the file has undergone "arithmetic overflow". This also affects figures based on using this number as a dividend. The number is stored unsigned, but is reported signe...
by ray.wurlod
Wed Sep 19, 2007 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warnings for Null Values
Replies: 3
Views: 969

Derive a stage variable as

Code: Select all

If IsNull(InLink.Level1) Or IsNull(InLink.Level2) Or IsNull(InLink.Level3) Then UtilityWarningToLog("Level field is null") Else 0
. You don't have to use the stage variable.
by ray.wurlod
Wed Sep 19, 2007 1:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prob lem running UNIX script for a DataStage job
Replies: 3
Views: 2211

"Not in a runnable state" includes "already running". Check that you don't have the script trying to start the same job twice, or two scripts trying to start the same job at similar times. Otherwise check that the job status is one of "finished", "finished (see log)", "validated", "validated (see lo...
by ray.wurlod
Tue Sep 18, 2007 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of COMMON
Replies: 12
Views: 2293

I'm told that the secret of immortality is not to have a life. Perhaps something similar is going on here.
:twisted:
by ray.wurlod
Tue Sep 18, 2007 8:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 Value different from project to project
Replies: 5
Views: 1408

Or different byte order, or different separator, or different column order, or maybe other differences; even the character order can be significant.
by ray.wurlod
Tue Sep 18, 2007 6:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to send mail to multiple recipient
Replies: 5
Views: 2058

The delimiter character actually depends on the requirements of your SMTP mail client.
by ray.wurlod
Tue Sep 18, 2007 6:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of COMMON
Replies: 12
Views: 2293

Unclearly worded question. :cry:
by ray.wurlod
Tue Sep 18, 2007 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: double quotes
Replies: 5
Views: 1549

Change the Quote Character property to None.
by ray.wurlod
Tue Sep 18, 2007 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringDecode
Replies: 3
Views: 1111

Explore the Modify stage, which has lookup_string_from_int16() function.
by ray.wurlod
Tue Sep 18, 2007 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator - Partitioning
Replies: 12
Views: 4364

Partition by the grouping keys. Make sure that the data are sorted by at least these fields, and in the order specified by the Sort aggregation method if you are using that.
by ray.wurlod
Tue Sep 18, 2007 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split Records
Replies: 7
Views: 1875

If the header and trailer are differently structured to detail records, they can be captured using the Sequential File stage's reject link. They can be parsed subsequently, if desired, using a Column Import stage.
by ray.wurlod
Tue Sep 18, 2007 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing IBM Information Server 8.0 on Windows
Replies: 2
Views: 1130

Officially, no. In one of his blogs Vincent McBurney claims to have done so. But it wasn't easy. There will also, of course, be licensing issues.