Search found 53125 matches

by ray.wurlod
Fri Jan 21, 2011 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dfloat & sfloat
Replies: 5
Views: 7846

karthi_gana wrote:How to avoid this warning message? what kind of action need to be taken?
Don't map dfloat to float.

The dfloat may be a generated one, for example from an Aggregator stage. In this case use the Preserve Type or Decimal Output property.
by ray.wurlod
Fri Jan 21, 2011 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: repeating the records
Replies: 4
Views: 1698

Another interview question?
by ray.wurlod
Fri Jan 21, 2011 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_uvput() - Write failed for record id
Replies: 15
Views: 14459

No, the "group starting at address 0x80000000" part of the message indicates the 2GB limit for a hashed file with 32-bit addressing has been encountered.
by ray.wurlod
Fri Jan 21, 2011 1:49 pm
Forum: General
Topic: Stage Names
Replies: 5
Views: 1909

I had thought that DSRID is a column name in the DS_JOBOBJECTS table. It turns out that that's an alias I had created for @ID. So substitute @ID for DSRID in my previous response.
by ray.wurlod
Fri Jan 21, 2011 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FIELD function
Replies: 3
Views: 2247

Can't you stop people providing you with such crappily structured files?

Field(InLink.TheString, "|", 1, 1) gives the first field from the delimited string, Field(InLink.TheString, "|", 2, 1) gives the second field, and so on. Parse into separate fields then Pivot.
by ray.wurlod
Fri Jan 21, 2011 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dfloat & sfloat
Replies: 5
Views: 7846

What drop-down list box? The float data type can more formally be described as a "single precision floating point number". Storage arrangements for these is described in an IEEE standard, and occupies four bytes. The dfloat data type can accommodate much larger floating point numbers, and ...
by ray.wurlod
Fri Jan 21, 2011 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Running & Link Color
Replies: 3
Views: 2769

Job monitor app not running, or "performance statistics" not enabled in Designer.
by ray.wurlod
Fri Jan 21, 2011 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformations
Replies: 4
Views: 1755

I would suggest either that the interviewer is incompetent (thinks - "pointy haired boss" from Dilbert) or the strategy is to test your depth of knowledge about what is and isn't part of the product.
by ray.wurlod
Fri Jan 21, 2011 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partitions
Replies: 5
Views: 2229

Four ways.
by ray.wurlod
Fri Jan 21, 2011 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql query in PX routine
Replies: 2
Views: 1079

Are you also totally new to the C++ programming language? If so, you're about to embark on a fairly steep learning curve.

(I don't have any code that performs this task.)
by ray.wurlod
Fri Jan 21, 2011 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_INSERTION_SORT
Replies: 8
Views: 6209

There is no environment variable of this name in DataStage.

Is this an interview question?
by ray.wurlod
Fri Jan 21, 2011 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformations
Replies: 4
Views: 1755

It may be some time before U responds, and it may well be a small question for U. However I have never encountered these terms in more than 12 years working with ETL tools. Is it an interview question?
by ray.wurlod
Fri Jan 21, 2011 12:29 am
Forum: General
Topic: Not able connect datastage server through datastage client
Replies: 2
Views: 2195

Possibly a timeout. Try opening a new instance of the client or, if that fails, re-booting the client machine (the "Microsoft solution").
by ray.wurlod
Fri Jan 21, 2011 12:26 am
Forum: General
Topic: Unlocking Parameter Set
Replies: 3
Views: 1710

Well, you can always re-start the engine tier.

I think this is a reasonable suggestion because Parameter Sets will never be locked in any environment where they're not being edited. There should, I believe, be scope for re-starting a development environment.
by ray.wurlod
Thu Jan 20, 2011 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sel_Contingent_Commission: Error occurred during initializeF
Replies: 6
Views: 4096

Did they happen to mention what this environment variable does?