Search found 53125 matches

by ray.wurlod
Sun Jan 11, 2009 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data not populating.
Replies: 5
Views: 1248

Also check how many rows are actually selected from your ODBC source, and verify the SQL SELECT statement being used. Does it, for example, contain an unwanted DISTINCT keyword?
by ray.wurlod
Sun Jan 11, 2009 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a Seq file
Replies: 7
Views: 2107

No, because that would set a precedent to undermine one of the sources of revenue by which DSXchange hosting and bandwidth costs are funded. A premium membership, which will allow you to read the entire post, is not expensive, at less than 30c (Rs12) per day.
by ray.wurlod
Sun Jan 11, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Evaluating parameter expression in ExecuteCommand
Replies: 1
Views: 744

The Parameters field does not take expressions, only values.

Use

Code: Select all

#A#.cde
by ray.wurlod
Sun Jan 11, 2009 5:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data not populating.
Replies: 5
Views: 1248

What is the key of the hashed file? If you have only 16 different (distinct) values for the key column then the hashed file will contain precisely 16 rows.
by ray.wurlod
Sat Jan 10, 2009 8:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Enterprise Stage error
Replies: 3
Views: 1403

*Topic Relocated - Content Editor*
by ray.wurlod
Sat Jan 10, 2009 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of data from a Seq file
Replies: 7
Views: 2107

Welcome aboard. Please post the exact error message - it may even give you some clue if you read it carefully. The representation of NULL in the file must have the same number of characters as the field width. Therefore "X" is invalid as a representation of NULL unless the data type is Cha...
by ray.wurlod
Sat Jan 10, 2009 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting data - partition design question
Replies: 4
Views: 1334

The given job design uses Data Sets as targets. Please don't introduce "red herrings". You can use a sort/merge collector if you need a sequential file to preserve sorting; it is not necessary to force the Sort stage to execute in sequential mode.
by ray.wurlod
Sat Jan 10, 2009 3:32 pm
Forum: General
Topic: Is it possible to 'force' and abend or abort in a DS job?
Replies: 1
Views: 1328

Welcome aboard. It is, in my opinion a Bad Idea to force a DataStage job to abort, but it is possible. You can create an extra output from the Transformer stage, and set its "abort after rows" value to 1, and send any row that is needed to cause an abort along this link. You can use a befo...
by ray.wurlod
Sat Jan 10, 2009 3:28 pm
Forum: General
Topic: webservices
Replies: 1
Views: 838

You use a text editor and some knowledge of Perl scripting. However, what precisely is it that you are trying to do? Write this down in English and turn it into a specification, and you may well find that your task becomes much more straightforward to solve. For example, is the DataStage job the web...
by ray.wurlod
Sat Jan 10, 2009 1:04 am
Forum: IBM QualityStage
Topic: Reference match error
Replies: 7
Views: 3244

No, there's nothing there that explains that it's something you've done or anything in the matching process itself. I'm afraid you're going to have to engage your official support provider on this one. How large are the data sets you're processing?
by ray.wurlod
Fri Jan 09, 2009 6:55 pm
Forum: IBM QualityStage
Topic: Reference match error
Replies: 7
Views: 3244

That would certainly cause a problem, though I hope a more meaningful error message. Disable operator combination by setting APT_DISABLE_COMBINATION to True (maybe load this environment variable as a job parameter). You can also disable the combinability of any particular stage via its Advanced prop...
by ray.wurlod
Fri Jan 09, 2009 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Inter process row buffering
Replies: 6
Views: 7746

In process and Inter process are mutually exclusive. Inter process can only be used in SMP parallel systems. That bit is wrong. Provided a single CPU machine can support multiple processes (and they all can, these days), inter-process row buffering may be used. All IBM training classes that use int...
by ray.wurlod
Fri Jan 09, 2009 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence trigger after certain time
Replies: 8
Views: 1976

You could use a Wait For File activity that waits for a file that will never appear and which has a timeout set.
by ray.wurlod
Fri Jan 09, 2009 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can we write routines in PX?
Replies: 6
Views: 1354

Before/after job subroutines in parallel jobs are written in DataStage BASIC. Routines callable from parallel Transformer stage must be written in C++ and compiled and linked, and have an entry in the Routines part of the Repository (a parallel "routine" is actually a description of the lo...
by ray.wurlod
Fri Jan 09, 2009 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not getting compiled
Replies: 18
Views: 5928

Just curious: would you mind asking said team member WHY the decision was made to use 60 as the new PAKTIME value?