Search found 53125 matches

by ray.wurlod
Sun Apr 23, 2006 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid with date format
Replies: 13
Views: 5720

You can not be 100% certain that what is in the product is accurately documented in the manuals, particularly for components that came from Torrent Systems.
by ray.wurlod
Sat Apr 22, 2006 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Rows Retreival from - something similar to hash
Replies: 6
Views: 1768

I wonder why the sudden interest in Cartesian products? I recall that one Cartesian product test was not included in the QA test suite for Prime INFORMATION because it was estimated that it would take in the order of 110 years to complete. (It was a ten-way cross join.) The essence of performance is...
by ray.wurlod
Sat Apr 22, 2006 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues regarding Notification Activity
Replies: 7
Views: 2195

1. Because it's a JOB status report. 2. Alas, that's how it works. Submit an enhancement request. If the job fails, then one can have no confidence about stage start and end times, link row counts, etc., so they are simply not reported. 3. Any such change to default behaviour is a DIY exercise. Suit...
by ray.wurlod
Sat Apr 22, 2006 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol COMP field Issue in DS
Replies: 11
Views: 3710

With no V in the PIC, and fewer than 10 digits specified, it should correctly choose Integer. If there is a V in the PIC, such as 9(9)V99, or ten or more unmasked digits specified, then it should choose Decimal (or Numeric).
by ray.wurlod
Sat Apr 22, 2006 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Email_Notification
Replies: 2
Views: 916

Do it in an upstream activity such as a Job or a Routine activity, and use the job's user status or the routine's return value as a parameter in the Addressee field of your Notification activity.
by ray.wurlod
Sat Apr 22, 2006 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to detect and create combinations??
Replies: 26
Views: 4406

So the algorithm, in English, is something like "for each distinct combination_number generate a new row containing a pk_id one larger than the current largest pk_id value for that combination_number and set elements to 'd'". Is that correct? If the source is a table you could select max(pk_id&#...
by ray.wurlod
Sat Apr 22, 2006 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage TX
Replies: 2
Views: 1028

There's a whole seperate forum here for DataStage TX. You could also look on the [url=http//ibm.ascential.com]IBM Ascential web site[/url] for general product information.
by ray.wurlod
Sat Apr 22, 2006 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aborting jobs when data source empty
Replies: 13
Views: 3183

Exactly as Craig stated; ActivityName.$ReturnValue where ActivityName is the name of your Execute Command activity. If you're on 7.x you can select these "activity variables" from the "Add Parameter" button's dialog. In earlier releases (5.2 and later) they had to be entered manually, but could stil...
by ray.wurlod
Sat Apr 22, 2006 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup with duplicate values in key column
Replies: 14
Views: 3734

Extract using SQL (select DISTINCT column...).
Aggregator stage, selecting First or Last of grouping column.
by ray.wurlod
Fri Apr 21, 2006 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Commit in DataStage
Replies: 3
Views: 1555

Find the "rows per transaction" setting. This configures a value N which causes DataStage to issue a COMMIT request for each N rows that have been sent to the database server.
by ray.wurlod
Fri Apr 21, 2006 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to detect and create combinations??
Replies: 26
Views: 4406

Unless you can specify the rules under which 'd' will need to be generated we won't be able to be much help.
by ray.wurlod
Fri Apr 21, 2006 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in server
Replies: 4
Views: 847

You can also use a Merge stage if both sources are text files and there exists a common key.
by ray.wurlod
Fri Apr 21, 2006 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size is not compatible plz help.
Replies: 6
Views: 1503

There is a relationship between rows-per-transaction and parameter array size that must be maintained.
by ray.wurlod
Fri Apr 21, 2006 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Driver test Error
Replies: 2
Views: 1066

Check (in dsenv) that your shared library search path includes $DSHOME/../branded_odbc/lib, which is where libodbc.so resides.
by ray.wurlod
Fri Apr 21, 2006 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add 3 milliseconds to timestamp
Replies: 12
Views: 7206

When you review/enhance this, handle the case yyyy-12-31 23:59:59.998 + 0.003