Search found 53125 matches
- Mon Oct 31, 2011 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Conversion Problem - Timezone?
- Replies: 3
- Views: 1168
- Sun Oct 30, 2011 9:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NULL value issue
- Replies: 1
- Views: 902
- Sun Oct 30, 2011 9:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: could not use RCP with checksum stage
- Replies: 5
- Views: 4148
- Sun Oct 30, 2011 8:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job performance of huge data volumn
- Replies: 7
- Views: 1992
- Sun Oct 30, 2011 8:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stored Procedure stage cuts the time part from Date paramete
- Replies: 5
- Views: 2023
Try calling it a Timestamp(6) within DataStage. Unlike every other database known to modern man, a DATE in Oracle is actually a timestamp - that is, it has a time component. Oracle is..... different. You might also experiment with Data Elements, though these in my experience are most useful with ODB...
- Sun Oct 30, 2011 5:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time Conversion Problem - Timezone?
- Replies: 3
- Views: 1168
Oconv() with MTS will only work on the time component. Yours is converting the entire number as if it were an interval then reporting it as a time of day. But what you're wanting to do is formatting rather than converting, so you should prefer the Fmt() function with a mask. Otherwise you have to br...
- Sun Oct 30, 2011 2:42 pm
- Forum: General
- Topic: Information Server 8.7 is released today
- Replies: 4
- Views: 2171
Read all about it here.
- Sun Oct 30, 2011 2:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage Map detected
- Replies: 11
- Views: 2909
- Sun Oct 30, 2011 11:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem loading huge data into dataset
- Replies: 8
- Views: 4403
- Sun Oct 30, 2011 11:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while using orchadmin utility
- Replies: 9
- Views: 7743
- Sun Oct 30, 2011 11:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle enterprise stage
- Replies: 5
- Views: 2295
- Sun Oct 30, 2011 11:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Mainframe flat file to populate Oracle table
- Replies: 7
- Views: 2070
- Sun Oct 30, 2011 11:40 am
- Forum: General
- Topic: Who's going to 2011 IOD in Vegas?
- Replies: 9
- Views: 1610
- Sun Oct 30, 2011 12:04 am
- Forum: General
- Topic: call select in nested condition
- Replies: 7
- Views: 1627
- Sat Oct 29, 2011 5:32 am
- Forum: General
- Topic: call select in nested condition
- Replies: 7
- Views: 1627
No. You may be able to do it in an Execute Command activity (use its triggers rather than Nested Condition activity) but you would need to wrap the CALL correctly; you can not call from the operating system command line. Possibly a better alternative is a server job that executes the SELECT statemen...