Search found 53125 matches
- Sun Mar 16, 2008 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling of non-key columns in lookup/join/merge stage
- Replies: 2
- Views: 3066
Hello, I could only view your partial reply...!!!... Thx Premium membership would allow you, among other things, to read the entirety of posts by the five premium posters. Premium membership is one of the ways DSXchange hosting and bandwidth charges are paid for. By taking premium membership you ar...
- Sun Mar 16, 2008 3:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Returing a value from one job to another
- Replies: 4
- Views: 1489
The jobs are independent of each other. Therefore you need to persist the information somewhere. A text file is as good a place as any, and is easy to read with an Execute Command activity or a Routine activity. You might also consider using a server job for processing the one row, then you can read...
- Sat Mar 15, 2008 10:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not compiled Status
- Replies: 6
- Views: 1772
- Sat Mar 15, 2008 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fixed width columns
- Replies: 4
- Views: 1392
Column length is the "precision" for SQL data types. Field width can be longer than this (even though that is wasteful) - for example an "Integer" (length 10) might be supplied in a field 16 characters wide, padded with leading zeroes. The value is still the same, but the two sizes are different. Si...
- Sat Mar 15, 2008 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Link Count
- Replies: 22
- Views: 6577
- Sat Mar 15, 2008 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding CSV type files
- Replies: 10
- Views: 1664
Instead of that I will make my oft-repeated plea for professional standards of written English. The second person personal pronoun in English is spelled "you", not "u". Its possessive form is spelled "your", not "ur". The contraction of "you are" is spelled "you're", not "ur" or "your". The first pe...
- Sat Mar 15, 2008 4:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Parameters
- Replies: 5
- Views: 1150
Premium membership costs less than 30c per day and will allow you, among other things, to view the entirety of the five premium posters' contributions. All revenue from premium memberships is devoted to defraying hosting and bandwidth costs incurred by DSXchange so, by taking premium membership, yo...
- Sat Mar 15, 2008 4:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Parameters
- Replies: 5
- Views: 1150
- Sat Mar 15, 2008 4:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning on sequential file
- Replies: 17
- Views: 8587
- Sat Mar 15, 2008 2:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Activity Problem
- Replies: 7
- Views: 1699
- Sat Mar 15, 2008 2:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: any way to find which user is using which job
- Replies: 16
- Views: 3382
This kind of knowledge can be obtained from IBM UniVerse manuals or by taking a class.
- Sat Mar 15, 2008 1:57 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: IBM Information Server
- Replies: 3
- Views: 2743
Yes, if it has the capacity. A minimum of 3GB of memory (4GB if you're using VMWare or similar), and LOTS of disk space - not so much for the installation, you can get away with about 500MB for that, of which about half is temporary and returned at the end of the installation - but for disk and scra...
- Fri Mar 14, 2008 10:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling of non-key columns in lookup/join/merge stage
- Replies: 2
- Views: 3066
Welcome aboard. The primary key column from the Lookup reference is ordinarily dropped because (necessarily) you already have its value from the stream input. This is attempting to be efficient. Whether pnum is null or not is irrelevant, since this is on the stream input; it does not affect the look...
- Fri Mar 14, 2008 10:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Building User Defined Stages
- Replies: 10
- Views: 2559
- Fri Mar 14, 2008 10:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Parameters
- Replies: 5
- Views: 1150
For one table, or even if there is more than one table but the table names are unambiguous, you don't need to quality the column name with a table name. On the Columns tab simply clear the Derivation fields. If you do need qualified table names, to use the job parameter reference as the column name ...