Search found 53125 matches

by ray.wurlod
Mon Aug 06, 2007 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository for IS v8 (mandatory or non-mandatory??)
Replies: 5
Views: 1081

But... it must be DB2 version 9, or Oracle version 10g. Any earlier release will not work.
by ray.wurlod
Sun Aug 05, 2007 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository for IS v8 (mandatory or non-mandatory??)
Replies: 5
Views: 1081

It is mandatory.

If you don't have one of your own, a copy of DB2 version 9 ships with IIS and you can use that.
by ray.wurlod
Sun Aug 05, 2007 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change capture issue
Replies: 4
Views: 1354

From where do the two inputs come?
by ray.wurlod
Sun Aug 05, 2007 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: gunzip usage
Replies: 13
Views: 4017

sed is the stream editor for UNIX. Issuing the man sed command will tell you most of what you need to know in terms of syntax - after that it's a matter of experimentation and practice. A book such as UNIX for Dummies is also useful.
by ray.wurlod
Sat Aug 04, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing DB2 on OS/390 z-Series
Replies: 7
Views: 1896

This will always be an issue with AS/400, since every file in the operating system can represent itself as a table to the ODBC driver. You need always to configure ODBC with a table name filter. Doing the same with the DB2 Connect software is not a bad idea either.
by ray.wurlod
Sat Aug 04, 2007 4:46 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Datastage TX/Mercator Evaluation
Replies: 2
Views: 2360

Or perhaps not. If you purchased your DataStage through a reseller, IBM will insist that you continue to use that reseller. However, the same applies - your reseller may be able to provide a time-limited evaluation copy.
by ray.wurlod
Fri Aug 03, 2007 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with job design
Replies: 5
Views: 2575

It ONLY works if execution is sequential.
by ray.wurlod
Fri Aug 03, 2007 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with column import stage
Replies: 8
Views: 2223

Try VarChar. Are there any "zero bytes" in your data?
by ray.wurlod
Fri Aug 03, 2007 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The job is extremely slow after join
Replies: 5
Views: 1276

$1 (indeed regular expressions) are used in Derivation Substitution, not in derivation expressions themselves. For example, if you have 200 VarChar columns and want to apply a Trim() function to all of them, select them all then right click and choose Derivation Substitution from the menu. The rest ...
by ray.wurlod
Fri Aug 03, 2007 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question Regarding partitons
Replies: 4
Views: 1194

No, for that would undermine the entire reason for having premium membership, which is one means by which the bandwidth costs of DSXchange are met. And without those being met there would be no more DSXchange. It's less than 30 cents per day.
by ray.wurlod
Fri Aug 03, 2007 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing a record with the rest of the records in a table
Replies: 4
Views: 1033

Etiquette Note This is an all volunteer site. People post as and when they can. If you need urgent support, sign up with your support provider for premium service, and learn the true cost of urgent. DSXchange is not a substitute for a maintenance contract. That soneone has not posted within the hou...
by ray.wurlod
Fri Aug 03, 2007 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I want to know the Release details of DS 7.5.2
Replies: 1
Views: 930

IBM do, of course, publish this. That means that you can obtain it from your support provider or, indeed, from the IBM web site. If you now have 7.5.2 installed, there's documentation right there on your system in the form of Release Notes and the Install and Upgrade Guide.
by ray.wurlod
Fri Aug 03, 2007 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question Regarding partitons
Replies: 4
Views: 1194

Key-based partitioning involves the Hash algorithm unless the partitioning key is a single, essentially unbroken, integer sequence, in which case Modulus consumes fewer resources. (1) Aggregator: partition on grouping keys (2) Stored procedure: usually executed in sequential mode (3) Filter: any par...
by ray.wurlod
Fri Aug 03, 2007 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dependency report for a job
Replies: 10
Views: 2752

Yes you can.

"The info" will surely depend on which job's dependent jobs you wish to list.

Do your metadata practices extend to maintaining the Dependencies grid in the job properties?