Search found 53125 matches

by ray.wurlod
Sun Mar 14, 2010 6:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to decide using lookup or joiner
Replies: 7
Views: 3026

Of course you may have been confusing should with wood. :lol:
(See my earliest post on this thread.)
by ray.wurlod
Sun Mar 14, 2010 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to decide using lookup or joiner
Replies: 7
Views: 3026

For instance join's can only be across two inputs and there is no reject link, ... This is not the case. A Join stage can have more than two inputs. In this case pairwise joins are created as intermediate results, the same way that databases do it. The "other" inputs are referred to as In...
by ray.wurlod
Sun Mar 14, 2010 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to decide using lookup or joiner
Replies: 7
Views: 3026

A joiner is someone who assembles wooden furniture, particularly cabinetry. Your choice is therefore clear.

Unless, of course, you are loading large amounts of wooden objects...

When's the interview?
by ray.wurlod
Sun Mar 14, 2010 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fork function failed
Replies: 6
Views: 3427

What about NPROC (the number of processes that any one process can start)?
by ray.wurlod
Sun Mar 14, 2010 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create logic/calculation based on partition
Replies: 1
Views: 1217

The best way is to use DataStage Designer.

We really do not like to answer what are patently interview questions, as we believe that interview questions should be answered on the candidate's own merits.
by ray.wurlod
Sun Mar 14, 2010 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where dataset or fileset are stored which is faster
Replies: 1
Views: 1604

Begin by reading the Parallel Job Developer's Guide then post any specific questions that you may have. You control where Data Sets and File Sets are stored, and you would need to define what you mean by "performance" in an ETL context (rows/second is an almost meaningless metric). Every s...
by ray.wurlod
Sun Mar 14, 2010 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to decide which partition to be used in which stage
Replies: 2
Views: 1922

Begin by reading Chapter 2 of the Parallel Job Developer's Guide then post any specific questions that you may have. As it stands your question is too vague. There is no single "best" algorithm, there's no general solution to "optimize parallelism", and you would need to define w...
by ray.wurlod
Sun Mar 14, 2010 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UtilityRunJob error with DataStage 8.1
Replies: 9
Views: 7922

marcelo_almeida wrote:However, I need to do this in a basic transformer inserted in a parallel job.
Why?
If there's only one record then a server job will be far more efficient.
And then you can use UtilityRunJob properly.
by ray.wurlod
Sun Mar 14, 2010 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCI stage error
Replies: 4
Views: 1956

But do you have SELECT privilege to the eight system tables that you need to be able read? This is described both in the manual and you can find it here by searching.
by ray.wurlod
Sun Mar 14, 2010 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file read error : Insufficient system resources
Replies: 2
Views: 2324

My guess is that you've hit some kind of limit in the number of files (or, perhaps, the size of the string) that can be managed as the result of a regular expression (your file pattern). Check both with your official support provider and Microsoft (probably most usefully MSDN) about whether such a l...
by ray.wurlod
Sat Mar 13, 2010 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read file through complex flat file stage
Replies: 11
Views: 6055

I'm not able to check now. But the Sequential File stage definitely has it, as does the Column Import stage.
by ray.wurlod
Fri Mar 12, 2010 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal field suppressing leading and trailing zeros.
Replies: 1
Views: 2346

.00 and .12 are correct. With Decimal data type you can not affect the format (it's actually stored internally in binary format). If you convert it to a string data type of some kind then you can affect the format, as you seem to be trying to do. You are discarding the sign character ("-")...
by ray.wurlod
Fri Mar 12, 2010 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM Support for 1gb or more size XML file.
Replies: 15
Views: 13370

No, it was just a bullet point on the DataStage roadmap presentation at IOD 2009 conference last October.
by ray.wurlod
Thu Mar 11, 2010 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP a member of a partitioned data set
Replies: 7
Views: 3757

Well, if that is the case, and the FTP is from OS/390, then your assumption is correct - the FTP stage has no way of identifying a particular partition. You would need to have the partition dumped into a sequential file of some kind. If you have MVS edition of DataStage, you could create a mainframe...