Search found 53125 matches
- 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...
- 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
- Wed Dec 21, 2005 1:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: As400 ODBC Problem
- Replies: 28
- Views: 20654
- 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....
- 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
- 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
- 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
- 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...
- 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
- 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 ...
- Tue Dec 20, 2005 1:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VariableCharacterString
- Replies: 3
- Views: 946
- 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
- Tue Dec 20, 2005 1:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Communication Error
- Replies: 6
- Views: 3874
- 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...
- 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...