Search found 53125 matches

by ray.wurlod
Mon Aug 23, 2010 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null in update where clause
Replies: 13
Views: 4686

Check the (DB2) help on COALESCE function.

Perhaps it only takes column names as its arguments?
by ray.wurlod
Mon Aug 23, 2010 2:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target Load Order
Replies: 5
Views: 2964

No.

But the answer is no whether it's a server job or a parallel job.
by ray.wurlod
Mon Aug 23, 2010 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding seq. file stage
Replies: 8
Views: 1748

You're wrong (you did invite it). DataStage projects can be created in any directory except the root directory. DataStage engine can be installed in any directory except the root directory. It's only the default that is /opt/IBM/InformationServer.
by ray.wurlod
Mon Aug 23, 2010 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion from source type string[max=20]
Replies: 7
Views: 5574

Your target column is VarChar(4).

Check again.
by ray.wurlod
Mon Aug 23, 2010 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remote visibility of Data Sets
Replies: 3
Views: 1244

Since you can not cross-mount file systems, there's no solution. If you could, you probably would still have somehow to construct a descriptor file on machine2 that properly referred to the segment files in the Data Set itself. Even I would not be confident that that could be done. Perhaps an altern...
by ray.wurlod
Mon Aug 23, 2010 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identifying processes for node servers
Replies: 1
Views: 802

Dump the score (set APT_DUMP_SCORE to True). This will tell you which processes are allocated on which nodes. Nodes are numbered (from zero) in the order specified in the configuration file.
by ray.wurlod
Mon Aug 23, 2010 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null in update where clause
Replies: 13
Views: 4686

There is (should be) NO WAY that you can put a null into a Not Null column.
by ray.wurlod
Mon Aug 23, 2010 4:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: enhancement in etl
Replies: 5
Views: 1879

It really does depend what you're doing with the ETL. An obvious enhancement is ETLstats ( downloadable from Kim Duke's website), to gather all kinds of process metadata. In most applications you can enrich the data with calculated columns based on re-usable components, such as functions
by ray.wurlod
Sun Aug 22, 2010 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is RT_SCnnn folder ?
Replies: 2
Views: 1308

Run time source code. There can be more than two files - there will be more than two files if the job includes a Transformer stage.
by ray.wurlod
Sat Aug 21, 2010 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null in update where clause
Replies: 13
Views: 4686

If COLUMN1 or COLUMN2 is null in any particular row, then the WHERE clause for that particular row cannot be realized.
by ray.wurlod
Sat Aug 21, 2010 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle to Oracle performance
Replies: 7
Views: 3970

Initialize a stage variable to DSJobStartTimestamp and use this stage variable rather than re-evaluate the macro twice for every row processed.
by ray.wurlod
Sat Aug 21, 2010 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to set not null column to null
Replies: 16
Views: 8999

For Char data type the Null Field Value must have the correct number of characters for the field. This has been explained about a bazillion times here.
by ray.wurlod
Fri Aug 20, 2010 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Returning identity key
Replies: 3
Views: 1239

Welcome aboard.

Is there anything in the record, such as a run ID or updated date, that you can use to select the record after it's been inserted (and the identity key generated)?
by ray.wurlod
Fri Aug 20, 2010 4:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle to Oracle performance
Replies: 7
Views: 3970

Welcome aboard.

What are you doing in the SELECT? Any grouping or join? What are you doing in the Transformer stage?
by ray.wurlod
Fri Aug 20, 2010 4:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_DecimalNumber::convertToDecimal: the precision is not
Replies: 5
Views: 2833

If the table has a scale definition of 3, yes.