Search found 53125 matches

by ray.wurlod
Wed Dec 21, 2005 1:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting environment variable from a file or table
Replies: 7
Views: 1683

It's not something you would really choose to do in DataStage, but it can be done. Step 1 is the query to get the value. Step 2 is the command to set the environment variable. But, here's the rub. When the DataStage job finishes, its environment ceases to exist. So any environment variables that you...
by ray.wurlod
Wed Dec 21, 2005 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split Hash File vs Universe Table approach
Replies: 8
Views: 2913

... and a UniVerse table behaves much like any other database table - you throw SQL at it and get results back. Constrained queries are assisted by indexing on the constraining columns (except for leading wildcard constraints).
by ray.wurlod
Wed Dec 21, 2005 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: As400 ODBC Problem
Replies: 28
Views: 20654

Table definitions require select privileges only to the system tables, not the actual database objects. So it is perfectly possible to import table definitions and yet not be permitted to access the actual database objects.
by ray.wurlod
Wed Dec 21, 2005 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row mathing & addition to an existing Dim table
Replies: 9
Views: 3027

What's the relationship between Table A and Table B? That is, is there any key column that appears in both that could be used as the basis of an inner join? If not, what is the business rule? For example, are you sorting each? What to do if the number of rows is different? SELECT DISTINCT A.col1, A....
by ray.wurlod
Wed Dec 21, 2005 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add a DataStage topic in www.experts-exchange.com
Replies: 2
Views: 1939

I'd prefer to simply link from there to here.

Does it really work, having experts getting paid to help novices? How is it organized? Who pays?
by ray.wurlod
Wed Dec 21, 2005 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Installation
Replies: 4
Views: 1489

Search and RTFM are your friends, here. You need to do an -itag installation.
by ray.wurlod
Tue Dec 20, 2005 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: max length of project name in AIX
Replies: 8
Views: 1835

Probably the best is UniVerse System Description, but you would also need UniVerse SQL User Reference
by ray.wurlod
Tue Dec 20, 2005 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage version 8
Replies: 3
Views: 1494

Server edition will, however, use the new Repository in Hawk and beyond, and will therefore carry the overheads of translation to and from data types for storage. On the other hand, the intermediate services layer may speed things up. There may be some small enhancements to Server edition, particula...
by ray.wurlod
Tue Dec 20, 2005 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Abort Problem
Replies: 4
Views: 1608

Are you running 7.5 or an earlier release? (There are extra goodies in 7.5.)
by ray.wurlod
Tue Dec 20, 2005 1:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ~~~Warning in job~~~
Replies: 11
Views: 4481

No, it doesn't mean that at all. You can use the same Data Set, but you do have to ensure that the lookup will find all the keys it needs to, and that means that the stream and reference inputs must be partitioned identically (and sorted identically for Join and Merge stages) on the keys being used ...
by ray.wurlod
Tue Dec 20, 2005 1:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VariableCharacterString
Replies: 3
Views: 946

In separate rows? Decomposing the string uses substring techniques as discussed. For splitting into separate rows, search the forum for vertical pivot.
by ray.wurlod
Tue Dec 20, 2005 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split Hash File vs Universe Table approach
Replies: 8
Views: 2913

1.5GB is not huge. Hashed files (with 64-bit addressing) can theoretically be up to 19 million TB in size (if your o/s permits).
by ray.wurlod
Tue Dec 20, 2005 1:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Communication Error
Replies: 6
Views: 3874

Care to share? If you post what the problem was and how it was fixed, then someone else who encounters error 22 in this situation may be able to resolve it more quickly in future!
by ray.wurlod
Tue Dec 20, 2005 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the Transformer
Replies: 3
Views: 1200

Please post your "criteria" - the exact expressions, please. Also, if there are any output column derivation expressions in the Transformer can you also post these? SIGSEGV is a segmentation violation. You might search the Forum for these terms. One common cause is using NULL in an expression that c...
by ray.wurlod
Tue Dec 20, 2005 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job recovery
Replies: 16
Views: 4573

To do it properly there's no way around a mandatory quiet time. This is true of all databases, really, though there are some strategies (like snapshots) that "pretend" it's a quiet time. There is a backup utility (uvbackup) shipped with DataStage, that no-one uses. It has the ability to back up a qu...