Search found 53125 matches
- Tue Jul 24, 2007 4:04 am
- Forum: General
- Topic: Validation of Integer value
- Replies: 3
- Views: 1713
- Mon Jul 23, 2007 11:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INSERTing maximum value
- Replies: 17
- Views: 4634
- Mon Jul 23, 2007 11:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Merge Stage
- Replies: 3
- Views: 1018
- Mon Jul 23, 2007 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stripping tmestamp from files in a directory
- Replies: 8
- Views: 1669
This is much easier to do with a shell script than with DataStage. DataStage is a row mover rather than a file mover. Of course, DataStage can control when the script is executed. So can a third party scheduler. It's not possible to provide a solution, because we have no idea of how the filenames-wi...
- Mon Jul 23, 2007 11:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: define informations as output variable
- Replies: 4
- Views: 1360
Can you please explain the Oracle query again? I know English may not be your first language. However, to read a field in SQL you must already have its name, so you could pass that as a literal string. Clearly I am misunderstanding your requirement. I am guessing that you can select what you want fr...
- Mon Jul 23, 2007 11:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Checkpoint mechanism?
- Replies: 4
- Views: 1740
- Mon Jul 23, 2007 11:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to check size for hash file
- Replies: 8
- Views: 2810
- Mon Jul 23, 2007 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Looking for some advice on Preload file to memory
- Replies: 24
- Views: 7071
- Mon Jul 23, 2007 11:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting Job Priority?
- Replies: 10
- Views: 3896
- Mon Jul 23, 2007 11:07 pm
- Forum: General
- Topic: How to Configure Service Registry?
- Replies: 3
- Views: 1335
- Mon Jul 23, 2007 11:05 pm
- Forum: IBM QualityStage
- Topic: Error running match stage in parallel mode
- Replies: 2
- Views: 1988
- Mon Jul 23, 2007 2:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error accessing Parallel engine
- Replies: 5
- Views: 2979
- Mon Jul 23, 2007 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: INSERTing maximum value
- Replies: 17
- Views: 4634
- Mon Jul 23, 2007 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: julian date
- Replies: 4
- Views: 1689
Welcome aboard.
Learn the Iconv() and Oconv() functions. They are very powerful.
Learn the Iconv() and Oconv() functions. They are very powerful.
Code: Select all
Oconv(Iconv(Right(InLink.TheString,7), "D4JY"), "D/DMY[2,2,4]")- Mon Jul 23, 2007 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DateTimestamp
- Replies: 20
- Views: 4770
In a server job just format the concatenation.
Not sure how you established that 06 is pm in your example, but ISO 8601 specifies 24 hour clock for a timestamp.
Code: Select all
Fmt(col1:col2,"####-##-## ##:##:##")Not sure how you established that 06 is pm in your example, but ISO 8601 specifies 24 hour clock for a timestamp.