Search found 53125 matches

by ray.wurlod
Sun Feb 22, 2015 10:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issues - help with clean-up of files in /Scratch
Replies: 3
Views: 1523

Just extend your script, or the commands in the script, to pick up the files with the additional suffixes.
by ray.wurlod
Sun Feb 22, 2015 9:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition method for creating key change column
Replies: 2
Views: 1443

Re: Partition method for creating key change column

udayanguha wrote: Datastage will take care of the best partitioning method
Not quite true. DataStage will select a partitioning method that will always work. It may not be "best". It will be guaranteed to partition the data correctly for the stage in question.
by ray.wurlod
Sun Feb 22, 2015 9:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partition method for creating key change column
Replies: 2
Views: 1443

Auto will give you Hash on the (entire) Sort key. It may be more efficient to specify explicitly under a couple of circumstances. If there is high cardinality on the first Sort key, you may prefer to partition on that key only. If the Sort key is an integer, then the Modulus algorithm will be more e...
by ray.wurlod
Fri Feb 20, 2015 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unix file handles: multiple jobs reading one file
Replies: 6
Views: 1981

It is possible in some UNIXes to have multiple processes write to the same file simultaneously.
by ray.wurlod
Fri Feb 20, 2015 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple rows output required from lookup
Replies: 4
Views: 4041

Don't use a hashed file. Retrieve them directly from Oracle.
by ray.wurlod
Wed Feb 18, 2015 9:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import error for decimal field in csv file
Replies: 5
Views: 2248

The CSV file was created on a Windows system (hence the 0x0d character at the end). Set the Record Delimiter String property value to "DOS style", or set the Final Delimiter property value to 013.
by ray.wurlod
Wed Feb 18, 2015 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage repetitive data elements issue
Replies: 9
Views: 3140

You could possibly use the looping capability in a Transformer stage to loop through the elements and suppress the DummyKey elements from being transferred to the output.

Otherwise, of course, a routine to do the same.
by ray.wurlod
Wed Feb 18, 2015 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage repetitive data elements issue
Replies: 9
Views: 3140

Is this XML a single string, or on multiple lines as shown? If the latter, simply use a filter (Filter stage or Transformer stage output link constraint) to prevent transfer of any line beginning with "<s:Dummy".
by ray.wurlod
Wed Feb 18, 2015 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Drop when lookup key matches?
Replies: 4
Views: 1446

Use a Copy stage or a Transformer stage (or, indeed, pretty much any active stage type) to effect the column name changes during mapping from input to output.
by ray.wurlod
Wed Feb 18, 2015 4:27 pm
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

chulett wrote:I thought practically all of a Sequence job's compilation 'effort' happened on the client.
Yes, but all of the objects to be compiled have to be transferred from the engine, and various resulting objects need to be transferred back to the engine. A slow network plays havoc with compilation time.
by ray.wurlod
Wed Feb 18, 2015 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort with remove Dups
Replies: 5
Views: 2430

Seems to me that you want Duplicates to Retain=Last.
by ray.wurlod
Wed Feb 18, 2015 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting started with the IIS Operations Console Database!
Replies: 7
Views: 3672

You can log an enhancement request through your support provider, or even through DSXchange!
by ray.wurlod
Wed Feb 18, 2015 2:29 pm
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 4949

Sequences are compiled differently than regular DataStage jobs, with some of the effort actually occurring on the client. Perhaps a faster connection between client and engine would help you.
by ray.wurlod
Wed Feb 18, 2015 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with oracle db sequencer
Replies: 7
Views: 3288

It simply cannot generate signed numbers. Its output is defined to be an unsigned long integer (which most of the rest of the world uses for surrogate key values).

You can, of course, always access the Oracle sequence in custom SQL rather than via a Surrogate Key Generator stage.
by ray.wurlod
Tue Feb 17, 2015 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column name as job parameter
Replies: 9
Views: 1779

It occurs to me that you're not using the right tool for the job. Have you investigated IBM InfoSphere Optim Data Privacy?