Search found 15603 matches
- Wed Oct 28, 2009 2:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: When checking operator: Dropping component
- Replies: 17
- Views: 15485
- Tue Oct 27, 2009 7:54 am
- Forum: General
- Topic: Staggered start in a sequence
- Replies: 23
- Views: 7405
- Tue Oct 27, 2009 6:52 am
- Forum: General
- Topic: Null handling in Transfomer
- Replies: 6
- Views: 1667
- Tue Oct 27, 2009 2:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Signed numeric
- Replies: 3
- Views: 962
- Mon Oct 26, 2009 11:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to see anything in webconsole
- Replies: 3
- Views: 1039
- Mon Oct 26, 2009 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Record use of Default Values
- Replies: 6
- Views: 2022
Offhand I cannot think of an easy way, I would probably choose a default value for each column that cannot appear in the data, then in a transform stage replace that default value with the real default and, at the same time, use another column to hold the defaulting information or just output that i...
- Mon Oct 26, 2009 8:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Not bounded length
- Replies: 3
- Views: 1501
- Mon Oct 26, 2009 7:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: while convert timespamp to string getting warnings
- Replies: 13
- Views: 3676
'2009-11-01' is a Date and cannot be converted to a timestamp they way you are writing it.
Try :
Try :
Code: Select all
TimestampToString(LNK_CONV_TRANS2.SERVICE:' 00:00:00',"%yyyy-%mm-%dd %hh:%nn:%ss")- Mon Oct 26, 2009 5:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: while convert timespamp to string getting warnings
- Replies: 13
- Views: 3676
- Mon Oct 26, 2009 5:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Documentation for UV/LIST commands
- Replies: 3
- Views: 1560
Rocket Software, Inc. purchased the IBM U2 Suite of software effective October 1st, 2009. The documentation for UniVerse is now located in this directory ; there you will find thousand of pages of documentation including the LIST and other PERFORM commands. These are 99% compatible with the undocume...
- Mon Oct 26, 2009 2:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Upgradation issue
- Replies: 4
- Views: 1690
- Mon Oct 26, 2009 1:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage job stuck up in running condition
- Replies: 2
- Views: 1374
- Mon Oct 26, 2009 1:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to do datatype validation for string, decimal and date
- Replies: 3
- Views: 1245
- Mon Oct 26, 2009 1:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: while convert timespamp to string getting warnings
- Replies: 13
- Views: 3676
Re: while convert timespamp to string getting warnings
Try "StringToTimeStamp(In.column:" 00:00:00","%YYYY%MM%DD %HH:%NN:%SS")
- Mon Oct 26, 2009 1:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs are getting ended before the start time of the Job.
- Replies: 7
- Views: 2210