The fact that you're using substring and concatenation suggests that you are generating a string data type.
Use a function like TimeToString() to convert the incoming string to a time, and then assemble CurrentDate() and that result into a timestamp.
Search found 53125 matches
- Mon Jan 08, 2007 11:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp problem
- Replies: 6
- Views: 2012
- Mon Jan 08, 2007 11:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Value handling in seqential file stages in DSEE 7.5.2
- Replies: 13
- Views: 9367
- Mon Jan 08, 2007 11:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with a decimal field
- Replies: 3
- Views: 1112
Decimal data types are displayed with leading and trailing zeroes so that you can be sure that the precision and scale are handled correctly. The only way to lose them in a parallel job, without using BASIC components, is to convert to string and trim the leading zeroes (and trailing zeroes if desir...
- Mon Jan 08, 2007 11:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diff Between Routines and Transforms
- Replies: 2
- Views: 833
- Mon Jan 08, 2007 11:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About DSUTILITY
- Replies: 17
- Views: 6611
- Mon Jan 08, 2007 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: config file
- Replies: 19
- Views: 4140
Is is NOT the configuration file. The only thing the configuration file supplies is the node name used in the error message. Somewhere a process has failed (or been killed). The configuration file is NOT a process. Even though you are only running one job, that does not preclude other activities on ...
- Mon Jan 08, 2007 9:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all Non-Unique records
- Replies: 14
- Views: 6547
- Mon Jan 08, 2007 9:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Value handling in seqential file stages in DSEE 7.5.2
- Replies: 13
- Views: 9367
- Mon Jan 08, 2007 9:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: unicode column lengths multiplied by 4
- Replies: 5
- Views: 3264
In server jobs you'll find that display width is double the precision when the data type is NChar or NVarChar. Internally, DataStage NLS uses its own idiosyncratic UTF-8 encoding of Unicode code points, so as to preserve dynamic array delimter characters as single-byte characters. This means that Un...
- Mon Jan 08, 2007 9:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extended ASCII characters
- Replies: 3
- Views: 1147
- Mon Jan 08, 2007 9:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SEETING UP PROJECT DEFAULTS
- Replies: 10
- Views: 4127
- Mon Jan 08, 2007 9:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to Pad zeros at the begining of the field
- Replies: 19
- Views: 4355
As an alternative, try using
Code: Select all
Fmt(InLink.TheValue, "R%10")- Mon Jan 08, 2007 9:00 pm
- Forum: General
- Topic: DataStage Job Phantom Warning
- Replies: 1
- Views: 1826
- Mon Jan 08, 2007 8:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: config file
- Replies: 19
- Views: 4140
- Mon Jan 08, 2007 8:20 pm
- Forum: General
- Topic: Datastage Version Control
- Replies: 14
- Views: 5666