Search found 53125 matches
- Wed May 14, 2008 4:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookup file set
- Replies: 3
- Views: 1715
- Wed May 14, 2008 4:04 am
- Forum: General
- Topic: Setting user roles & priviledges from command line
- Replies: 9
- Views: 2074
- Wed May 14, 2008 4:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log files
- Replies: 1
- Views: 614
Search would be favourite. This has been answered many times over the years that DSXchange has been operating.
- Wed May 14, 2008 3:58 am
- Forum: General
- Topic: What is SCD.How we in Data Stage
- Replies: 13
- Views: 20477
- Wed May 14, 2008 3:56 am
- Forum: General
- Topic: Setting user roles & priviledges from command line
- Replies: 9
- Views: 2074
DataStage roles can be seen from the command line by listing the operating system files in which the groups associated with each role are recorded. Names of these files are like .operator.adm for the operator role, .developer.adm for the developer role. I do not know whether these files are still us...
- Wed May 14, 2008 3:52 am
- Forum: General
- Topic: scheduling rest
- Replies: 3
- Views: 1129
- Wed May 14, 2008 3:51 am
- Forum: General
- Topic: Correct format for Remote Server string in Oracle Enterprise
- Replies: 3
- Views: 1202
- Tue May 13, 2008 8:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: High CPU Utilization - wait for file routine
- Replies: 2
- Views: 2045
- Tue May 13, 2008 5:05 pm
- Forum:
- Topic: Integration lifecycle
- Replies: 5
- Views: 3187
This IS the right forum, and don't dismiss the IBM suite out of hand. There are lots of reasons to go with that as a solution, not least that the metadata are available to all the tools. Get a copy of the "joining the dots" presentation from last year's Information on Demand conference; it will show...
- Tue May 13, 2008 5:01 pm
- Forum: General
- Topic: What is SCD.How we in Data Stage
- Replies: 13
- Views: 20477
- Tue May 13, 2008 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Binary form of an incoming field
- Replies: 4
- Views: 1040
Code: Select all
Seq(InLink.TheCharacter) Code: Select all
UniSeq(InLink.TheCharacter)- Tue May 13, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup - different scenario
- Replies: 7
- Views: 2008
Actually, it's not really related to the metadata at all. The requirement, if I read it correctly, is to find a row based on looking for a "search key" value in any column in that row. The only metadata limitation would be one of compatible data types. As Arnd said, the optimal solution will depend ...
- Tue May 13, 2008 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Prototype document
- Replies: 1
- Views: 1102
Welcome aboard. There are two possibilities as I see it. One is a "source to target mapping" (or "target from source mapping") document, probably produced by a Business Analyst. The other is a prototype job , which contains the bare bones (for example parameters, stages without properties) that can ...
- Tue May 13, 2008 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to do left join in transformer
- Replies: 9
- Views: 4294
Re: how to do left join in transformer
Jessie wrote:how to do left join or left outer join in transformer?
A lookup from a server Transformer stage is inherently a left outer join; it returns null for all columns on the reference link if the lookup does not succeed.
- Tue May 13, 2008 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Vertical pivot
- Replies: 15
- Views: 5069
Upto my understanding, the Requirement is to create output columns which need to be as many different values as in the particular Column of the Input records. If the assumed requirement is correct, Solution is most probably impossible, since the creation of Input/Output medadata should not be depen...