Search found 42189 matches
- Wed Mar 23, 2011 6:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schedule jobs in Datastage instead of Control-M
- Replies: 7
- Views: 6808
- Tue Mar 22, 2011 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: range lookup
- Replies: 7
- Views: 6676
- Tue Mar 22, 2011 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert statement inside a Server routine
- Replies: 6
- Views: 3217
- Tue Mar 22, 2011 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best place to keep ETL data files in Linux?
- Replies: 7
- Views: 3062
Specifically meant a new partition or mount point rather than simply a folder, they are more akin to your existing (I assume) separate drive letter. Data files will need to be 'local' to the ETL server to be accessable but make sure you understood my point about not using the same area that DataStag...
- Tue Mar 22, 2011 1:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Best place to keep ETL data files in Linux?
- Replies: 7
- Views: 3062
- Tue Mar 22, 2011 1:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert statement inside a Server routine
- Replies: 6
- Views: 3217
- Tue Mar 22, 2011 10:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Require solution on a requirement
- Replies: 11
- Views: 3766
Re: Require solution on a requirement
Note: I did post the topic earlier but the answers were use of agregator with min max dates. But here we need to handle 200 millions of records in input file so please suggest some optimal method regarding this. I'm curious... did you even try using an aggregator to do this simple min/max grouping?...
- Tue Mar 22, 2011 9:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can't read date column from excel sheet
- Replies: 5
- Views: 1979
- Tue Mar 22, 2011 8:57 am
- Forum: General
- Topic: How to pass job status from one seq to another
- Replies: 2
- Views: 1255
- Tue Mar 22, 2011 7:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert string to date
- Replies: 4
- Views: 2323
In other words, the 'mask' you use in StringToDate() must match the incoming string's format. And that will get you a Date which has no external format. If you really need something in an external format like YYYYMMDD you'll need to also use DateToString() afterwards, again with the appropriate mask.
- Tue Mar 22, 2011 6:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can we create an .xls file in Datastage
- Replies: 4
- Views: 3019
- Tue Mar 22, 2011 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to validate data
- Replies: 7
- Views: 2029
- Tue Mar 22, 2011 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValue
- Replies: 2
- Views: 2009
- Tue Mar 22, 2011 6:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can't read date column from excel sheet
- Replies: 5
- Views: 1979
You need to ensure that each 'segment' of the date is the correct number of digits as you've found. That means breaking it up, padding the ones that need a leading zero, putting it back together and then calling the function. That or enforce a Date format in the spreadsheet that lets you not need to...
- Tue Mar 22, 2011 6:44 am
- Forum: General
- Topic: How to call Different DB
- Replies: 2
- Views: 1382
Re: How to call Different DB
So i need to create DSN for each DB separately but this is a very difficult to maintain. I'm curious why this would be 'very difficult' to maintain. To me, this is a normal and expected part of communicating with databases and really shouldn't be all that onerous. Also, are these multiple instances...