Search found 53125 matches

by ray.wurlod
Thu Dec 03, 2009 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in Reading from dataset
Replies: 5
Views: 1239

Do you have many unbounded VarChar data types inthe record? What is the speed if you use this design as a test?

Code: Select all

DataSet  --------->  Copy
by ray.wurlod
Thu Dec 03, 2009 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count the rows in a file
Replies: 9
Views: 3390

Don't worry about counting anything. Specify two readers per node to read the file. DataStage will work out the 50% point automatically.
by ray.wurlod
Thu Dec 03, 2009 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To get only unique records
Replies: 7
Views: 2481

This is a fairly typical "fork join" design with one tine of the fork calculating the count.

When is the interview?
by ray.wurlod
Thu Dec 03, 2009 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find second Transaction date in a Table
Replies: 4
Views: 1095

Sort by transaction date in ascending order, then use Remove Duplicates stage to preserve the last from each group. (I'm assuming a maximum of two rows per group.)
by ray.wurlod
Thu Dec 03, 2009 2:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Default formatting
Replies: 15
Views: 6562

Weak advice - the conversion function will fail if the string is not a valid timestamp. The IsValid() function is intended to be applied to a string.
by ray.wurlod
Thu Dec 03, 2009 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS mapping error
Replies: 6
Views: 10186

WHAT error occurs? (Without that information your question is in the "my car won't start" class.)
by ray.wurlod
Thu Dec 03, 2009 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IS services starting after server reboot
Replies: 5
Views: 2402

On some UNIX servers, anyway. Sometimes it's /etc/rc2.d, sometimes it's called rc.d.
by ray.wurlod
Thu Dec 03, 2009 2:15 pm
Forum: IBM QualityStage
Topic: Name Standardization issue 7.5 vs 8x
Replies: 6
Views: 3873

Somewhere, somehow, you are going to have to classify some names as first names. You probably also need to parse the pattern + | I | + into first name, middle name and primary name buckets.
by ray.wurlod
Thu Dec 03, 2009 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ouptut value different for different datastage versions
Replies: 5
Views: 1852

This is not a QualityStage question.

**Note - topic relocated by Content Editor **
by ray.wurlod
Thu Dec 03, 2009 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequencer
Replies: 14
Views: 3927

It's "sequence", people, not "sequencer".

A sequencer is something you might use in a sequence.
by ray.wurlod
Thu Dec 03, 2009 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: even-odd data
Replies: 15
Views: 3322

Even easier, use Modulus partitioning on a two-node configuration (or node pool) and have the Sequential File stage write two files.
by ray.wurlod
Thu Dec 03, 2009 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compatibility with MS Visual C++ 2008 Express Edition
Replies: 1
Views: 1186

2003 or 2005 only.

You can Search DSXchange for clues on where to find these for download.
by ray.wurlod
Thu Dec 03, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Weird behaviour of dscmdexport.exe command
Replies: 5
Views: 2144

Try putting a short pause - maybe 30 seconds - between the finish of one export and the start of the next.
by ray.wurlod
Wed Dec 02, 2009 8:52 pm
Forum: General
Topic: Need to convert columns into rows in server 7.5
Replies: 4
Views: 2462

Parse into separate columns (Transformer stage) then use a Pivot stage. DSXchange is an all volunteer site whose members post as and when they can. It is not a substitute for official support and, particularly, nothing here is urgent. We regard terms like "asap" to be offensive. If you wan...