Search found 15603 matches
- Sun Jun 08, 2008 7:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Funnel Clarification
- Replies: 7
- Views: 2084
- Sun Jun 08, 2008 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert data from LATIN1 to UTF8
- Replies: 14
- Views: 7976
The only conversion command on UNIX that I know of is "dd", which can perform ASCII to EBCDIC and vice-versa. If declare your source file as 8859 and output to UTF-8 and a "diff" command shows no difference then you have done something wrong at your settings since Datastage wil have done some conver...
- Sat Jun 07, 2008 8:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel lookup best practise
- Replies: 2
- Views: 1317
- Sat Jun 07, 2008 3:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Row Commit
- Replies: 11
- Views: 4506
- Sat Jun 07, 2008 3:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: juliandate to date and julintime to time conversion
- Replies: 1
- Views: 647
- Sat Jun 07, 2008 1:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Mapping error
- Replies: 5
- Views: 3229
This type of problem usually occurs when there is a disjoint somewhere between the real data and the NLS mapping used. I would start simple, craete a text file and check with a hex editor that the characters are present as you expect, then read that from datastage with the correct NLS settings, but ...
- Fri Jun 06, 2008 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Optimizing performance using DS
- Replies: 3
- Views: 953
- Fri Jun 06, 2008 11:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the total number or records from a dataset
- Replies: 11
- Views: 4923
- Fri Jun 06, 2008 11:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the total number or records from a dataset
- Replies: 11
- Views: 4923
- Fri Jun 06, 2008 10:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS Mapping error
- Replies: 5
- Views: 3229
- Fri Jun 06, 2008 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Function in datastage to find date after 6 months
- Replies: 10
- Views: 17363
I forgot to add those lines, thanks for reminding me, Craig. TestDate = ICONV(Ans,'D4YMD') Result = @STATUS BEGIN CASE CASE Result = 3 CALL DSLogWarn('Oh No, Mr. Bill! The computed date "':Ans:'" has been converted to "':OCONV(Ans,'D4/YMD'):'".,'MyProgram') CASE Result = 1 CALL DSLogWarn('The comput...
- Fri Jun 06, 2008 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation is taking too much Time
- Replies: 9
- Views: 2254
- Fri Jun 06, 2008 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Version 8 Jobs Compatible with Version 7.5x2?
- Replies: 1
- Views: 647
- Fri Jun 06, 2008 7:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation is taking too much Time
- Replies: 9
- Views: 2254
We have a big job that takes over 45 minutes to compile. The PC is a quad-core machine, the network is a fast gigabyte switched one and the server is a 8CPU AIX box. During the compile almost everything is 100% idle most of the time. We have a call open to support, but there is little chance of them...
- Fri Jun 06, 2008 7:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Function in datastage to find date after 6 months
- Replies: 10
- Views: 17363