Search found 53125 matches
- Fri Jan 30, 2009 9:05 pm
- Forum: General
- Topic: Convert Unix Time to oracle date
- Replies: 13
- Views: 3880
- Fri Jan 30, 2009 9:03 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: pxbridge error duing Column Analysis
- Replies: 3
- Views: 5320
- Fri Jan 30, 2009 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wait for file
- Replies: 7
- Views: 1732
- Fri Jan 30, 2009 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: chmod: WARNING message after DS recycle
- Replies: 6
- Views: 2145
- Fri Jan 30, 2009 2:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WebSphere is generating huge heapdump and javacore files
- Replies: 8
- Views: 4197
- Fri Jan 30, 2009 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How canI sort data without using Sort stage?
- Replies: 6
- Views: 4653
If the data are coming from a database table, you can include an ORDER BY clause in the extraction SQL. If the data are coming from a file you can use an operating system level sort utility to sort that file - you can do that in a before-job subroutine as mentioned or in a Filter command to the Sequ...
- Fri Jan 30, 2009 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How canI sort data without using Sort stage?
- Replies: 6
- Views: 4653
Check the input properties of the transformers, there is option of partitioning, in that there is option of sort 1. Stable :- This is for previously sorted datasets.. 2. Uniq :- This will retain only first record if there are duplicates on the sorting key values. hope this helps ----------------- M...
- Fri Jan 30, 2009 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Counting DataStage jobs
- Replies: 5
- Views: 6438
- Fri Jan 30, 2009 2:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "C Stage PlugIn function "Get" required"
- Replies: 3
- Views: 2092
- Fri Jan 30, 2009 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation issue while using MONTH.LAST transform function
- Replies: 1
- Views: 1083
- Fri Jan 30, 2009 2:34 pm
- Forum: General
- Topic: Convert Unix Time to oracle date
- Replies: 13
- Views: 3880
- Fri Jan 30, 2009 2:31 pm
- Forum: General
- Topic: Problems pasting parameter values
- Replies: 4
- Views: 1061
- Fri Jan 30, 2009 2:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exporting jobs from one project to another project.
- Replies: 2
- Views: 1143
- Fri Jan 30, 2009 2:53 am
- Forum: General
- Topic: How can I log Errors / Exceptions to a file?
- Replies: 8
- Views: 1684
- Fri Jan 30, 2009 2:50 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Error Profiling Japanese Character
- Replies: 10
- Views: 5108
I had assumed that NLS_LANG was OK because you could access Japanese data in other tables satisfactorily. You did not mention DB2 in your original question, so I assume that DB2CODEPAGE relates to your common metadata repository (XMETA) and its associated services or that your IA database (IADB) is ...