Search found 42189 matches
- Mon Aug 06, 2012 1:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to handle missing tags xml file ?
- Replies: 7
- Views: 3037
- Mon Aug 06, 2012 11:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to handle missing tags xml file ?
- Replies: 7
- Views: 3037
- Mon Aug 06, 2012 11:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort Job when no files found (Extrnal Source Stage)
- Replies: 5
- Views: 2848
- Mon Aug 06, 2012 12:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to find minimum value in a column using transformer?
- Replies: 11
- Views: 4336
- Sun Aug 05, 2012 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capture rejects of different schemas to a single table
- Replies: 8
- Views: 3514
- Sat Aug 04, 2012 10:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: whether sorting strings as numbers affects aggregator result
- Replies: 4
- Views: 1343
- Sat Aug 04, 2012 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: whether sorting strings as numbers affects aggregator result
- Replies: 4
- Views: 1343
- Sat Aug 04, 2012 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Stage
- Replies: 7
- Views: 2605
Probably, yes maybe. No clue if it would be faster / better / slower / worser or even if it would be all that different as there are too many variables at play. Honestly, the only way to properly answer the question would be to try both ways on your system with your data and see. And hopefully the v...
- Sat Aug 04, 2012 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capture rejects of different schemas to a single table
- Replies: 8
- Views: 3514
- Fri Aug 03, 2012 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Query Band Implementation in DataStage-TD13 & D
- Replies: 2
- Views: 3513
Sorry, but is there a question here? Was this supposed to be part of your other post on this option? 
- Fri Aug 03, 2012 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: lookUp stage doesn't match records
- Replies: 4
- Views: 2225
- Fri Aug 03, 2012 1:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assign Value to Parameter within Job
- Replies: 3
- Views: 1870
- Fri Aug 03, 2012 1:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector Stage ( Bulk Load )
- Replies: 4
- Views: 5740
- Fri Aug 03, 2012 1:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do I append a file today and overwrite it tomorrow?
- Replies: 2
- Views: 1153
- Fri Aug 03, 2012 12:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: subquery from file in oci stage
- Replies: 11
- Views: 3757
As I said, pass it in as a job parameter. Use something in a Sequence job to read the file and craft the string that needs to be passed - a routine can be used or it may be as simple as an Execute Command stage that does a 'cat' and passes the result to the parameter. All depends on the structure of...