Search found 53125 matches
- Tue Mar 16, 2010 1:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating Multiple XML Files..
- Replies: 3
- Views: 1472
- Tue Mar 16, 2010 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Search string
- Replies: 5
- Views: 1663
- Tue Mar 16, 2010 1:21 pm
- Forum: General
- Topic: Import confirmation window
- Replies: 5
- Views: 1527
- Tue Mar 16, 2010 1:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup error at compilation
- Replies: 1
- Views: 1010
- Mon Mar 15, 2010 10:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to lookup a unix file through C program through routine
- Replies: 14
- Views: 5005
- Mon Mar 15, 2010 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best way to export a DataStage Category via command line?
- Replies: 3
- Views: 1962
- Mon Mar 15, 2010 10:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS IMPORT FAILED IN DATASTAGE 8.1 USING IMPORT
- Replies: 2
- Views: 3352
- Mon Mar 15, 2010 6:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrating to 8.1 : Project import taking too long
- Replies: 3
- Views: 1616
- Mon Mar 15, 2010 6:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Increment a alphabet value to the next
- Replies: 4
- Views: 1842
- Mon Mar 15, 2010 6:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stagevariables
- Replies: 4
- Views: 1386
- Mon Mar 15, 2010 1:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Increment a alphabet value to the next
- Replies: 4
- Views: 1842
- Mon Mar 15, 2010 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migrating to 8.1 : Project import taking too long
- Replies: 3
- Views: 1616
- Mon Mar 15, 2010 1:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Anyone interested in using ICONV, OCONV and FMT in PX
- Replies: 14
- Views: 8435
- Mon Mar 15, 2010 12:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is Sparse lookup and what is Normal look up
- Replies: 3
- Views: 5152
- Sun Mar 14, 2010 8:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Type conversion not recognized
- Replies: 5
- Views: 1881
Everything in server jobs is a string. The fact that you can use these strings to load into databases is a bonus - but that's precisely what you are doing with manually-entered SQL after all. Thus the easiest way to get a date from a timestamp is to extract the first 10 characters. Left(InLink.TheTi...