Search found 53125 matches
- Tue Jun 01, 2010 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert to Global Time Zone using the Time Zone conversion
- Replies: 3
- Views: 3082
- Tue Jun 01, 2010 2:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer stage
- Replies: 12
- Views: 2906
- Tue Jun 01, 2010 2:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I process squential files in date order?
- Replies: 10
- Views: 2152
Why do you need a loop? Sort the files into date order (for example using an ls -lrt command) and use that result as the command line for a cat command. For example cat `ls -lrt /path/filepattern` Use that as the Filter command in a Sequential File stage. If the file names don't all fit on one line,...
- Tue Jun 01, 2010 2:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP option not available in Pivot stage
- Replies: 8
- Views: 3397
- Tue Jun 01, 2010 1:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Error
- Replies: 20
- Views: 10029
- Tue Jun 01, 2010 1:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Types not showing in Stages
- Replies: 2
- Views: 1200
- Tue Jun 01, 2010 1:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP option not available in Pivot stage
- Replies: 8
- Views: 3397
- Tue Jun 01, 2010 1:12 am
- Forum: General
- Topic: Pbm using CURRVAL in datastage
- Replies: 8
- Views: 2221
- Mon May 31, 2010 10:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP option not available in Pivot stage
- Replies: 8
- Views: 3397
- Mon May 31, 2010 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP option not available in Pivot stage
- Replies: 8
- Views: 3397
- Mon May 31, 2010 5:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there a BTEQ-equivalent PX stage?
- Replies: 9
- Views: 4250
Try here first.
- Mon May 31, 2010 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is there a BTEQ-equivalent PX stage?
- Replies: 9
- Views: 4250
There is a company that exhibited at IOD EMEA 2010 that has a utility for converting BTEQ scripts (and lots of other things, like Informatica, Ab Initio, etc.) into DataStage jobs and metadata that can be consumed by Metadata Workbench. The name of the company is COMPACT (there are more details, but...
- Mon May 31, 2010 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Want to access hash file from parallel job
- Replies: 10
- Views: 4665
- Mon May 31, 2010 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Error
- Replies: 20
- Views: 10029
- Mon May 31, 2010 2:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Speed up ETL Process in Datastage job
- Replies: 12
- Views: 10537
The local manager of VMARK (first vendor of DataStage) here was fond of overclocking the CPU, much to the annoyance of the IT people who had to replace his fried CPU from time to time, but it did go faster! Systematically investigate your design to determine whether you're doing anything you don't n...