Resist stupid requirements.
Make one export and make use of DataStage's ability to perform partial import of the contents of the export file.
Search found 53125 matches
- Sun May 10, 2009 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job export utility
- Replies: 5
- Views: 1241
- Sun May 10, 2009 4:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: arabic character set
- Replies: 17
- Views: 4024
- Sun May 10, 2009 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: arabic character set
- Replies: 17
- Views: 4024
- Sun May 10, 2009 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error While saving a Job in V8.1
- Replies: 6
- Views: 2366
- Sun May 10, 2009 4:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Pivoting/Spliting
- Replies: 11
- Views: 3001
- Sun May 10, 2009 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Different metadata in source and target tables
- Replies: 5
- Views: 1278
- Sun May 10, 2009 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while running the job
- Replies: 6
- Views: 1856
- Sun May 10, 2009 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String Operation
- Replies: 6
- Views: 1941
- Sun May 10, 2009 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage NLS Settings for a parallel job
- Replies: 4
- Views: 7170
- Sun May 10, 2009 4:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we export joblog to a file
- Replies: 27
- Views: 11793
Re: Can we export joblog to a file
DSXchange is NOT a mobile telephone!!! Please DO NOT use SMS-style abbreviations.pandujoy wrote:if u r using DS8.1 or 8.0.1 ..go to the information analyzer and import ur log file...thats pretty easy
- Sun May 10, 2009 4:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing to a CSV file
- Replies: 1
- Views: 991
- Fri May 08, 2009 2:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String Operation
- Replies: 6
- Views: 1941
Code: Select all
Str("|", InLink.Pos - 1) : "X" : Str("|", svMaxLen - InLink.Pos - 1)- Fri May 08, 2009 2:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Inserting Data into Partitioned Tables
- Replies: 3
- Views: 2377
- Fri May 08, 2009 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning while running the job
- Replies: 6
- Views: 1856
- Fri May 08, 2009 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup vs Join
- Replies: 5
- Views: 1917
That is a particularly difficult requirement. Most joins know in advance which columns are to be compared. Your requirement, if I understand correctly, is to find a match arbitrarily in any column. Neither a Join stage nor a Lookup stage can help you here, unless you perform every possible join/look...