Search found 53125 matches

by ray.wurlod
Tue May 15, 2012 12:25 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How does IA determine the data type of a value
Replies: 7
Views: 3944

The complete logic is documented in the Information Analyzer User Guide.

For example, your two numbers are Int64 because they contain only numeric digits and a sign, and are too large to be Int32.
by ray.wurlod
Mon May 14, 2012 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Surrogate Key Generator
Replies: 10
Views: 9631

Don't worry about what's in the state file. Just use the Surrogate Key generator stage. It knows what's in the state file and how to use and maintain it.
by ray.wurlod
Mon May 14, 2012 4:26 pm
Forum: General
Topic: Install fix pack on windows 7 of 64bit?
Replies: 17
Views: 5856

You still have not answered the question about what version of the Update Installer you are trying to use.
by ray.wurlod
Mon May 14, 2012 4:24 pm
Forum: IBM QualityStage
Topic: Match Cutoff Negative
Replies: 8
Views: 3885

That is correct behaviour. Anything with an aggregate weight below zero is necessarily a non-match, since the sum of magnitudes of disagreement weights is greater than the sum of magnitudes of agreement weights.
by ray.wurlod
Mon May 14, 2012 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column import stage warning
Replies: 7
Views: 3178

What did you do with the Format specifications?
by ray.wurlod
Sun May 13, 2012 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datatype problem
Replies: 9
Views: 2573

DataStage always puts the zeroes in for Decimal data type, to prove that precision and scale are handled properly. You can only get rid of the zeroes if you use VarChar as the data type.
by ray.wurlod
Sun May 13, 2012 9:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning
Replies: 2
Views: 1206

My guess: file has DOS-style line terminators but your job design format specifies UNIX-style.
by ray.wurlod
Sun May 13, 2012 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combine columns from Dataset and tables.
Replies: 7
Views: 2249

... and maybe you are using a different version, and maybe you are running on a different platform.

When you start your own thread we'll have a better idea about your problem.
by ray.wurlod
Sun May 13, 2012 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column import stage warning
Replies: 7
Views: 3178

Is the final line in the file complete?
by ray.wurlod
Sat May 12, 2012 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting single row into multiple rows with Delimiter '|'
Replies: 12
Views: 13871

How do you handle the arbitratry number of values?
by ray.wurlod
Sat May 12, 2012 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column import stage warning
Replies: 7
Views: 3178

Possibly the last line is missing its line terminator character.
by ray.wurlod
Fri May 11, 2012 4:45 pm
Forum: General
Topic: Difference between CLEAR.FILE and CLEAR-FILE
Replies: 10
Views: 3409

Ancient History lesson

Once upon a time there was a multi-value database called GIRLS. Later other vendors jumped on the bandwagon but had different ideas about identifiers. One group (let's call them the Pick group) preferred the hyphen as a delimiter while others (let's call them the Prime INFORMATION group) preferred t...
by ray.wurlod
Fri May 11, 2012 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel: An unsupported SQL data type was encountered
Replies: 12
Views: 3830

It may be that you have an ODBC driver for Excel, even though Excel itself is not installed. In that case you can use an ODBC stage.
by ray.wurlod
Thu May 10, 2012 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between numeric and decimal datatype?
Replies: 5
Views: 2245

Use whichever one does not throw a metadata mismatch warning.

Some database products use "Decimal", others use "Numeric", some allow either.
by ray.wurlod
Thu May 10, 2012 8:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert job parameter in PX Stages behaves oddly
Replies: 18
Views: 8030

Ah. Something akin to

Code: Select all

select * from users where clue > 0;

0 records selected.