Search found 53125 matches
- Thu Jul 12, 2012 4:23 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Not able to create virtual table based on Null values
- Replies: 9
- Views: 6235
- Thu Jul 12, 2012 4:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Standardization Truncation warning messages limit
- Replies: 3
- Views: 1352
- Thu Jul 12, 2012 4:39 am
- Forum: General
- Topic: Usage analysis in Datastage
- Replies: 4
- Views: 2765
- Wed Jul 11, 2012 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to delete datasets created?
- Replies: 6
- Views: 2521
- Wed Jul 11, 2012 5:04 pm
- Forum: General
- Topic: What version of WAS can you use with IS 8.1
- Replies: 3
- Views: 815
- Wed Jul 11, 2012 5:02 pm
- Forum: General
- Topic: DataStage training alternatives
- Replies: 2
- Views: 1325
You could check out [url=mailto://andy.sorrell@sbcglobal.net]Andy Sorrell[/url] who is based in Texas and posts on DSXchange from time to time.
Another possibility is PR3 Systems headquartered in Aurora, IL.
Another possibility is PR3 Systems headquartered in Aurora, IL.
- Wed Jul 11, 2012 4:54 pm
- Forum: General
- Topic: What version of WAS can you use with IS 8.1
- Replies: 3
- Views: 815
- Wed Jul 11, 2012 4:53 pm
- Forum: General
- Topic: Printed listing of all scheduled jobs?
- Replies: 3
- Views: 1242
- Wed Jul 11, 2012 4:51 pm
- Forum: General
- Topic: Routine for DSJOBGETINFO
- Replies: 11
- Views: 2709
- Tue Jul 10, 2012 8:08 pm
- Forum: General
- Topic: Routine for DSJOBGETINFO
- Replies: 11
- Views: 2709
- Mon Jul 09, 2012 8:07 pm
- Forum: General
- Topic: Routine for DSJOBGETINFO
- Replies: 11
- Views: 2709
Download ETLstats from Kim Duke's website - this package does all that and more. (And it's free.)
- Mon Jul 09, 2012 8:06 pm
- Forum: General
- Topic: Routine for DSJOBGETINFO
- Replies: 11
- Views: 2709
- Mon Jul 09, 2012 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Random Function
- Replies: 3
- Views: 1355
- Mon Jul 09, 2012 4:56 pm
- Forum:
- Topic: Using Feedback button from within BG includes odd characters
- Replies: 4
- Views: 3432
- Mon Jul 09, 2012 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to find ds logic
- Replies: 8
- Views: 2077
Something like the following query should do it for you:
Code: Select all
select a.empno, a.empname, a.leadname, b.empname
from emps a left outer join emps b on a.leadname = b.empname