Search found 53125 matches
- Tue Dec 20, 2011 2:25 am
- Forum: General
- Topic: Installing Fix Pack 1 on Information Server 8.5
- Replies: 6
- Views: 1699
- Mon Dec 19, 2011 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping Logic - How to read multiple files from a Directory
- Replies: 9
- Views: 4585
A better approach would be not to move the files to the archive directory until they have been processed. Given what you have, you can still use cat in the Filter command - two cat commands, in fact:
Code: Select all
cat ArchiveDir/*;cat InputDir/*- Mon Dec 19, 2011 7:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLOB dbms_lob.substr ORA-01461
- Replies: 12
- Views: 7254
The fact there's an Oracle error code suggests that there's an Oracle issue. Did you try CAST .. AS VARCHAR2 instead of VARCHAR ? That said, your substring syntax is incorrect; you need a comma rather than a colon. string[1,1999] returns the first 1999 characters from string. You could also specify ...
- Mon Dec 19, 2011 7:09 pm
- Forum:
- Topic: Infosphere Asset Manager related issue
- Replies: 13
- Views: 9432
- Mon Dec 19, 2011 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping Logic - How to read multiple files from a Directory
- Replies: 9
- Views: 4585
- Mon Dec 19, 2011 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup comparisions
- Replies: 2
- Views: 893
- Mon Dec 19, 2011 3:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best Method to Join the Tables
- Replies: 10
- Views: 5843
As a general rule, if the join is totally supported by indexes in the database then performing the join in the database will be more efficient than in DataStage because it will be performed in the indexes. Beyond that the factors mentioned in others' posts will come into play. Another general rule i...
- Mon Dec 19, 2011 3:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error for DB2 job
- Replies: 11
- Views: 3148
- Mon Dec 19, 2011 3:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job failing in lookup Stage
- Replies: 18
- Views: 7857
- Mon Dec 19, 2011 3:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: General Question on CDC
- Replies: 5
- Views: 1440
- Mon Dec 19, 2011 2:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read files from Windows box
- Replies: 8
- Views: 2012
- Mon Dec 19, 2011 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Consuming External Web Services
- Replies: 3
- Views: 1997
- Mon Dec 19, 2011 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract fiels delimited by a set of characters
- Replies: 2
- Views: 2356
- Mon Dec 19, 2011 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob -run -mode RESET -wait returns. job is not fully reset
- Replies: 7
- Views: 5230
- Mon Dec 19, 2011 2:47 pm
- Forum: General
- Topic: DataStage Analysis spreadsheet
- Replies: 40
- Views: 32415