Search found 53125 matches

by ray.wurlod
Tue Jan 20, 2009 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted
Replies: 3
Views: 1351

What are the stage types in your job design?

Something (some stage), somewhere in your job design, requires sorted input.
by ray.wurlod
Tue Jan 20, 2009 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted}}}
Replies: 5
Views: 1324

Then you are probably using a stage type that requires sorted input.
by ray.wurlod
Tue Jan 20, 2009 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted}}}
Replies: 5
Views: 1324

Then you are probably using a stage type that requires sorted input.
by ray.wurlod
Tue Jan 20, 2009 3:07 pm
Forum: IBM QualityStage
Topic: matching job
Replies: 13
Views: 3432

Is null genuine null or simply "missing"? There are ways to handle missing values, among them setting up VARTYPEs. Or you can convert the null values to something else upstream of the Match stage. To what values are your cutoffs set?
by ray.wurlod
Tue Jan 20, 2009 3:05 pm
Forum: IBM QualityStage
Topic: Can't view data
Replies: 3
Views: 12015

Trying to decode errors from APTCombinedOperatorController is a fool's errand. Disable operator combination and try again. At the very least you will learn which stage is generating the error. Also your question is confusing. Is the problem with View Data or is the problem with loading (and what do ...
by ray.wurlod
Tue Jan 20, 2009 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted}}}
Replies: 5
Views: 1324

Moderator: please move to parallel forum
by ray.wurlod
Tue Jan 20, 2009 4:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sorted}}}
Replies: 5
Views: 1324

Which part of "input not sorted" is unclear?
by ray.wurlod
Tue Jan 20, 2009 4:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Profile/Quality stage study material
Replies: 3
Views: 4016

I'm not aware of any study guides apart from the student materials you receive when you attend an IBM class.
by ray.wurlod
Tue Jan 20, 2009 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading error in sequentail stage
Replies: 16
Views: 4394

Make very sure that you have what you think you have, by viewing the file with something that also shows non-printing characters, such as the UNIX command od -c
by ray.wurlod
Tue Jan 20, 2009 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load Performance
Replies: 2
Views: 809

Moderator: please move to server forum
by ray.wurlod
Tue Jan 20, 2009 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Bulk Load Performance
Replies: 2
Views: 809

Define "performance".

What rate can you get writing to a text file, without doing the bulk load? Would you be prepared to do that, and run the bulk load separately?
by ray.wurlod
Tue Jan 20, 2009 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic Implementation
Replies: 3
Views: 915

Int(InputField / 1000) : "." : Field(InputField, ".", 2, 1)
by ray.wurlod
Tue Jan 20, 2009 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Information Server Architecture
Replies: 5
Views: 1835

"Domain" really means Information Server, its associated services and all the products. It's the all-encompassing term.
by ray.wurlod
Tue Jan 20, 2009 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading error in sequentail stage
Replies: 16
Views: 4394

Make very sure that you have what you think you have, by viewing the file with something that also shows non-printing characters, such as od -c

Also make sure that your metadata are correct, in particular that the quote character is the single quote (by default it is the double quote).
by ray.wurlod
Tue Jan 20, 2009 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge Number of Colums -- Performance Issue
Replies: 4
Views: 1296

Then you are stuck with processing the huge number of columns.

C'est la vie.