Search found 42189 matches
- Fri Apr 09, 2010 6:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Changing values of Environmental variables at run time
- Replies: 7
- Views: 2547
- Fri Apr 09, 2010 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing low values in the output file for certain columns.
- Replies: 8
- Views: 4625
- Fri Apr 09, 2010 6:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: restart sequence from checkpoint without aborting other job
- Replies: 28
- Views: 15273
- Fri Apr 09, 2010 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing low values in the output file for certain columns.
- Replies: 8
- Views: 4625
- Fri Apr 09, 2010 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find the Job Type?
- Replies: 5
- Views: 2808
- Fri Apr 09, 2010 6:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding logic
- Replies: 7
- Views: 2608
- Thu Apr 08, 2010 9:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Conversion
- Replies: 9
- Views: 3449
- Thu Apr 08, 2010 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do DS_JOBS, DS_AUDIT and DS_JOBOBJECTS exist in Version 8.X?
- Replies: 2
- Views: 2558
- Thu Apr 08, 2010 5:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Repetetive XML tags
- Replies: 3
- Views: 2129
- Thu Apr 08, 2010 5:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple instance job finished, but don't do anything
- Replies: 11
- Views: 3372
- Wed Apr 07, 2010 2:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during writing to a FTP stage
- Replies: 4
- Views: 1722
- Wed Apr 07, 2010 11:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Conversion
- Replies: 9
- Views: 3449
Pretty close.
The 'output' conversion mask is off and needs to be more like what you have on the input side:
Technically, the IConv mask can be simplified but that should work more better for you.
The 'output' conversion mask is off and needs to be more like what you have on the input side:
Code: Select all
OConv(Iconv(DSLink4.ModifiedDate[1,10],"D/DMY[2,2,4]"),"D-YMD[4,2,2]")- Wed Apr 07, 2010 11:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: restart sequence from checkpoint without aborting other job
- Replies: 28
- Views: 15273
Please understand - you cannot make the built-in automatic check-pointing work the way you 'need' it to work, so you should put that from your mind. For the behaviour you say you want, you'll need to (in essence) build your own check-pointing system, one which may (or more likely may not) require th...
- Wed Apr 07, 2010 10:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date Conversion
- Replies: 9
- Views: 3449
- Wed Apr 07, 2010 7:33 am
- Forum: General
- Topic: Upgrading DataStage Server Edition to a Parallel Extender
- Replies: 5
- Views: 1685