Search found 15603 matches
- Tue Apr 11, 2006 3:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to convert input string to ASCII
- Replies: 9
- Views: 2596
- Tue Apr 11, 2006 3:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: source file delimiter error
- Replies: 6
- Views: 967
- Tue Apr 11, 2006 3:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert japan language into english
- Replies: 5
- Views: 2371
Doing "view" data on Japanese characters does not always show what you expect. In your example, you put in 2 sets of 2 kana characters which are encoded in the extended part of Latin-I and are not necessarily depicted correctly. You will need to cut-and-paste Kanji characters and you will need to kn...
- Tue Apr 11, 2006 3:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting name into title, forename, surname
- Replies: 4
- Views: 1771
Alex, there is no builtin function to accurately do this in DataStage. There are 3rd party product for name cleansing out there (Trillium software comes to mind). In the past I've programmed my own logic in short routines, using spaces, commas, and periods as delimiters and using a list of known pre...
- Mon Apr 10, 2006 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stopping process
- Replies: 1
- Views: 859
- Mon Apr 10, 2006 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: stopping process
- Replies: 2
- Views: 590
- Mon Apr 10, 2006 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stopping process
- Replies: 7
- Views: 1751
If you re-run a job with the same parameters and inputs/outputs, don't you expect the same results with lots of warnings? Are you looking to get rid of the warnings, or to set the job so it aborts after a given amount of warnings? btw, This quote is attributed to Albert Einstein: Insanity: doing the...
- Mon Apr 10, 2006 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Stop DS Job sequence
- Replies: 10
- Views: 6472
If you get that message then the process(es) are probably still active at UNIX. Can you identify the ones running for 10 days and a do a "kill {pid}" on them? The "kill -9 {pid}" should only be done as a last resort, since it leaves locks open in DataStage - perhaps you have already done this and th...
- Mon Apr 10, 2006 3:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Stop DS Job sequence
- Replies: 10
- Views: 6472
- Mon Apr 10, 2006 1:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 Log getting filled
- Replies: 9
- Views: 4394
- Mon Apr 10, 2006 1:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VB Cobol file in DS
- Replies: 3
- Views: 1123
- Sun Apr 09, 2006 2:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: VB Cobol file in DS
- Replies: 3
- Views: 1123
- Sat Apr 08, 2006 9:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Two-step Look-up design
- Replies: 5
- Views: 1743
- Sat Apr 08, 2006 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Two-step Look-up design
- Replies: 5
- Views: 1743
- Sat Apr 08, 2006 6:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file look up not working
- Replies: 10
- Views: 3032
Ravindra, I don't know what is wrong with your job, but the design is quite inefficient with the hashed file lookup being performed for each input row {I hope that the hashed file is at least loaded to memory}. You should redesign so that your job is called from a sequence which gets the row count (...