Search found 53125 matches

by ray.wurlod
Mon Oct 04, 2010 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: highest surrogate key
Replies: 39
Views: 9018

1. Pre-load a hashed file with the CURRENT records from the target, with the business, or natural, key as the key column, the surrogate key as a non-key column, and any columns needed for change detection also as non-key columns. 2. In a Transformer stage check for existence. If not found, generate ...
by ray.wurlod
Sun Oct 03, 2010 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating OSH Script
Replies: 8
Views: 6359

You CAN have RCP. Design it in Designer, compile it and see what develops.
by ray.wurlod
Sun Oct 03, 2010 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export disk pool
Replies: 4
Views: 2652

Some people have a life on weekends.
:roll:
by ray.wurlod
Sun Oct 03, 2010 2:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL & Sequential File
Replies: 11
Views: 3564

C'est moi. 8)
by ray.wurlod
Sun Oct 03, 2010 2:51 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Automation of Information Analyzer Profiling
Replies: 5
Views: 3237

Why not Search for it?
by ray.wurlod
Sun Oct 03, 2010 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting a job
Replies: 11
Views: 2844

I don't believe in causing jobs to abort. I feel it is far better to retain control over what is happening. That said, there are several solutions, including limiting the number of rows on an output link from a Transformer stage that might handle this particular value, or conditionally calling a rou...
by ray.wurlod
Sun Oct 03, 2010 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL & Sequential File
Replies: 11
Views: 3564

Technically, because there are no data types in a text file (only text), text files do NOT support NULL. Therefore your metadata need to describe how NULL is represented within the file/field.
by ray.wurlod
Sun Oct 03, 2010 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to remove dos new line characters using convert
Replies: 4
Views: 3580

Ereplace() would be the more appropriate function, since Convert() only performs a character-by-character conversion. The Convert() solution would also eliminate isolated LF and CR characters, possible incorrectly.
by ray.wurlod
Sat Oct 02, 2010 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: vertical pivot
Replies: 7
Views: 6626

Vertical pivot is allegedly to be available in the PXPivot stage (subject to the usual caveats) in the next version (probably numbered 8.5, subject to other caveats).
by ray.wurlod
Sat Oct 02, 2010 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController(3),0: Field 'field' from inpu
Replies: 2
Views: 2546

Disable operator combination and try again, to determine in which stage this is occurring. At that point we may be able to offer some cogent advice.
by ray.wurlod
Sat Oct 02, 2010 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: highest surrogate key
Replies: 39
Views: 9018

Tell is what "didn't work" actually means. Usually this is implemented either through a job parameter or through a reference link to which the returned value has @INROWNUM added in a Transformer stage. However, this involves doing the query for every row processed, which is why performing ...
by ray.wurlod
Sat Oct 02, 2010 3:50 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Automation of Information Analyzer Profiling
Replies: 5
Views: 3237

The profiling can be automated (through the iaJob command).
by ray.wurlod
Sat Oct 02, 2010 3:49 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: 8.1.2 IFT BasePack instalation completd wid partial success
Replies: 1
Views: 2269

Really, this process is too complex to spend time on here. Involve your official support provider. We don't have the necessary diagnostic tools. You may, for example, have missed a vital patch after FP1.
by ray.wurlod
Fri Oct 01, 2010 4:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Full Outer Join
Replies: 2
Views: 1382

Please wrap your design in Code tags and use Preview till it appears comprehensible. I have no idea what the unformatted design is supposed to be doing.
by ray.wurlod
Fri Oct 01, 2010 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum length of a varchar field
Replies: 5
Views: 5976

This is what's called an "unbounded VarChar".

These have a specific storage strategy in Data Sets, which ordinarily store data (even bounded VarChar) in fixed width format, because it's far more efficient to pack and unpack.