Do you mean to say, based on the 3rd column of RPT_Tbl, you need to do a lookup on REF Tbl to get NAME and based on the name you need to do a lookup on Hash to get 2nd and 3rd column to populate the '-' in the RPT_Tbl?
If so this can be acheived by two lookups.
Search found 5168 matches
- Fri Jun 09, 2006 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UPDATE COLS
- Replies: 5
- Views: 1113
- Fri Jun 09, 2006 4:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Have to call a DB2 stored procedure
- Replies: 9
- Views: 5118
Using commnad line interface.
Where "?" can be used for IN type.
Code: Select all
db2 "call StoredProcedure(100, ?)" Where "?" can be used for IN type.
- Thu Jun 08, 2006 11:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting Jobs
- Replies: 4
- Views: 1034
- Thu Jun 08, 2006 11:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Have to call a DB2 stored procedure
- Replies: 9
- Views: 5118
- Thu Jun 08, 2006 11:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection to Server is too low
- Replies: 2
- Views: 775
- Thu Jun 08, 2006 11:04 pm
- Forum: Site/Forum
- Topic: Do we need a General Forum?
- Replies: 13
- Views: 6610
- Thu Jun 08, 2006 11:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting Jobs
- Replies: 4
- Views: 1034
- Thu Jun 08, 2006 11:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator mis behave and slow down when we correct it
- Replies: 12
- Views: 4732
Perhaps the default datatype Double (38,10) might be chosed to get your result not presice as expected. And the implict conversion from double to Decimal might have caused the slow down of your job drastically in the second case. You can try Double(18,2) in the output of aggregator and use a modify ...
- Thu Jun 08, 2006 10:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mystery of the missing "File" Toolbar!
- Replies: 12
- Views: 4890
- Thu Jun 08, 2006 10:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can i use a Count Distinct in an Aggregator Stage??
- Replies: 2
- Views: 890
- Thu Jun 08, 2006 10:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobmoninit empty
- Replies: 17
- Views: 4366
- Thu Jun 08, 2006 10:27 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Qualitystage,profilestage
- Replies: 2
- Views: 2636
- Thu Jun 08, 2006 10:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: qualitystage,profilestage
- Replies: 4
- Views: 1485
- Thu Jun 08, 2006 10:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning on sequential file
- Replies: 17
- Views: 8587
Its familiar warning of yours. Have you tried the suggested solution on the other post regarding schema file. the nullable field value is given as single character where as the total lenght of HIREDATE is 19. Is it in target or in source file. Are you mentioning any Nullable field value to these fie...
- Thu Jun 08, 2006 9:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routine Error
- Replies: 2
- Views: 1422