Search found 15603 matches
- Wed Oct 07, 2009 6:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issues
- Replies: 17
- Views: 6212
- Wed Oct 07, 2009 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination
- Replies: 5
- Views: 1667
- Wed Oct 07, 2009 6:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running multiple scripts parallely using sequencer
- Replies: 5
- Views: 1883
- Wed Oct 07, 2009 5:32 am
- Forum: General
- Topic: Convertion
- Replies: 10
- Views: 2932
- Wed Oct 07, 2009 3:54 am
- Forum: General
- Topic: Convertion
- Replies: 10
- Views: 2932
The INDEX function takes 3 parameters INDEX(String,Substring,Position).
Code: Select all
svPos = (INDEX('JanFebMarAprMayJunJulAugSepOctNovDec', Trim(In.MonthColumn),1)- Wed Oct 07, 2009 3:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issues
- Replies: 17
- Views: 6212
- Wed Oct 07, 2009 3:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination
- Replies: 5
- Views: 1667
- Tue Oct 06, 2009 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issues
- Replies: 17
- Views: 6212
One of the Ctype values is the list of characters that are considered numerics for the locale, and also those which are not considered to be alphabetics. Since this Count() function seems to check only aphabetics the locale settings in NLS could affect the results, but I'd wager that in almost all l...
- Tue Oct 06, 2009 7:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameters
- Replies: 7
- Views: 2579
- Tue Oct 06, 2009 7:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issues
- Replies: 17
- Views: 6212
- Tue Oct 06, 2009 7:13 am
- Forum: General
- Topic: Convertion
- Replies: 10
- Views: 2932
DataStage doesn't support a CASE function, but here is a solution using a stage variable svPos and output the column MonthNumber
Code: Select all
svPos = (INDEX('JanFebMarAprMayJunJulAugSepOctNovDec', Trim(In.MonthColumn),1)Code: Select all
MonthNumber = IF svPos THEN (svPos+2)/3 ELSE 0- Tue Oct 06, 2009 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issues
- Replies: 17
- Views: 6212
Re: Migration from DS7.5.2 to IIS 8.1.1 - Possible NLS issue
...The Teradata API Stage(source) in server jobs is not working, but it is working fine in the parallel jobs... Could you narrow that down a bit, perhaps with an error message? The same thing applies to the warnings you are seeing. Generally NLS functions well, but one always needs to understand th...
- Tue Oct 06, 2009 1:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Unix commands from ExecCommand stage in Windows
- Replies: 13
- Views: 3340
- Tue Oct 06, 2009 1:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Unix commands from ExecCommand stage in Windows
- Replies: 13
- Views: 3340
- Tue Oct 06, 2009 1:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion problem of High values using CFF stage
- Replies: 3
- Views: 2076