Search found 53125 matches

by ray.wurlod
Tue Jan 16, 2007 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling generated subroutine ERROR
Replies: 6
Views: 3711

There is only one node, so the question is moot. This is the server forum.

Still waiting for the output from clicking More to be posted, or for the thread to be marked as resolved.
by ray.wurlod
Tue Jan 16, 2007 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Job Variables in a stage and accessing it in another
Replies: 10
Views: 3281

The scope of a stage variable is within a stage. The scope of a job variable is within a job (though there's really no such thing as a job variable). The scope of a COMMON variable is within a single process. You could use the job's user status area to store a value, and retrieve it subsequently usi...
by ray.wurlod
Tue Jan 16, 2007 7:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Redbrick
Replies: 10
Views: 2669

If "remove automatically" is set to Yes, the TMU file is removed once the load has occurred.
by ray.wurlod
Tue Jan 16, 2007 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage not recognising match
Replies: 5
Views: 1227

What about partitioned on the join key(s)?
by ray.wurlod
Mon Jan 15, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage not recognising match
Replies: 5
Views: 1227

Welcome aboard. :D

Before Join stage will work properly both its inputs much be identically partitioned and sorted on the join key(s). Is this the case in your job?
by ray.wurlod
Mon Jan 15, 2007 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to view data in seq.file stage in parallel job
Replies: 8
Views: 2919

I think it's much more likely that /tmp fills during a job run. Can you, or the UNIX Administrator, delete anything unneeded from the /tmp directory and/or allocate more space to it?
by ray.wurlod
Mon Jan 15, 2007 8:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is in valid date format
Replies: 26
Views: 10122

Sorry about the delay. You can find it here - right-click and Save Target As... to get the DSX file.
Please heed copyright requirements (can be re-used if copyright notice is preserved).
by ray.wurlod
Mon Jan 15, 2007 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: configuration file
Replies: 9
Views: 1923

Each job requires one conductor process (on the "conductor node"), one section leader process per node and as many as one player process per stage per node. These are allocated automatically by the parallel engine. Allocation as described may change due to operator combination and restriction of par...
by ray.wurlod
Mon Jan 15, 2007 7:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Naming a file with the Job Run Timestamp with microseconds
Replies: 3
Views: 881

Not all operating systems deliver microseconds.
by ray.wurlod
Mon Jan 15, 2007 5:42 pm
Forum: Data Quality Best Practices
Topic: how to import flat file to quality stage
Replies: 6
Views: 11111

It's a directory. Put them there using cp or mv (on UNIX) or COPY (on Windows). Or any other file moving tools that you may have.
by ray.wurlod
Mon Jan 15, 2007 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage PX training materail
Replies: 11
Views: 4833

Cost varies (for example, the Advanced class has optional modules). Bulk discounts are available. Please email me with your requirements.
by ray.wurlod
Mon Jan 15, 2007 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get the fraction of seconds in the time hh:mm:ss-sss
Replies: 12
Views: 4352

System(12) gives milliseconds. You can also set $OPTIONS TIME.MILLISECONDS as a compiler directive.
by ray.wurlod
Mon Jan 15, 2007 4:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage parrallel with intel or amd
Replies: 19
Views: 6214

Installation may not care, but runtime may, hence my caution. No point installing if it's not going to work.
by ray.wurlod
Mon Jan 15, 2007 4:00 pm
Forum: Data Quality Best Practices
Topic: how to import flat file to quality stage
Replies: 6
Views: 11111

Put them in the Data directory of the QualityStage project.
by ray.wurlod
Mon Jan 15, 2007 3:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: literal does not match format string
Replies: 4
Views: 1009

The error is coming from Oracle. Use the oerr command to get recommendations for remedial action. At a quick glance your timestamp formats do appear to match your date pictures in the TO_DATE function.