Search found 42189 matches
- Tue Jan 07, 2014 6:12 pm
- Forum: General
- Topic: Listing the Datastage jobs run today in the Universe Stage
- Replies: 1
- Views: 861
- Tue Jan 07, 2014 10:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle table transaction capabilities in DataStage
- Replies: 4
- Views: 1677
- Mon Jan 06, 2014 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string timestamp oracle
- Replies: 9
- Views: 4741
- Sun Jan 05, 2014 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assign same value of Surrogate Key till next instance
- Replies: 4
- Views: 2238
You don't need two stage variables, just the one will do if you add the 'else' that is missing from the initial suggestion: svABC: If XYZ = 'S' Then NextSurrogateKey() else svABC This will preserve the value for all non-'S' rows. Of course, you will also have to worry about your partitioning adverse...
- Sat Jan 04, 2014 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Failure
- Replies: 2
- Views: 1659
- Sat Jan 04, 2014 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string timestamp oracle
- Replies: 9
- Views: 4741
Well... you are transforming a date to a timestamp so I really don't see a way to do that without adding something for the time, specifically the zeroes you need. You can try using a TO_DATE() in your source SQL directly into a Timestamp field when selecting that field: TO_DATE(YOUR_FIELD, 'YYYYMMDD...
- Fri Jan 03, 2014 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string timestamp oracle
- Replies: 9
- Views: 4741
- Fri Jan 03, 2014 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string timestamp oracle
- Replies: 9
- Views: 4741
Re: string timestamp oracle
Why not? Append a zero time as part of the function call.devsonali wrote:I can append a time and then use this function but i don t want to do it .
- Fri Jan 03, 2014 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Timestamp Conversion
- Replies: 10
- Views: 5084
They've specified 8.1 in the Additional Info field. A recent discussion of the function and that format is here.
- Thu Jan 02, 2014 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Search of datasets in a folder
- Replies: 7
- Views: 2916
- Thu Jan 02, 2014 8:25 am
- Forum: General
- Topic: Error if I use Transformer stage
- Replies: 4
- Views: 1448
First of all, it must be a supported compiler for your platform / version. And yes, you need to set environment variables / paths / etc so DataStage knows where it is and what options to use. And they are all documented. I randomly found that url for 8.1 with a search, make sure you look at the one ...
- Tue Dec 31, 2013 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert/Update column value with special char #
- Replies: 5
- Views: 2093
- Tue Dec 31, 2013 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job getting failed for 1 node
- Replies: 7
- Views: 2379
- Tue Dec 31, 2013 8:03 am
- Forum: General
- Topic: crontab not working as expected
- Replies: 5
- Views: 1423
- Mon Dec 30, 2013 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert/Update column value with special char #
- Replies: 5
- Views: 2093