Search found 42189 matches
- Wed Sep 07, 2005 2:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion from mm/dd/yy to CCYY-MM-DD
- Replies: 8
- Views: 3781
- Wed Sep 07, 2005 12:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Format 195,231 (char) to 195231 (Numeric)
- Replies: 24
- Views: 4308
If you open up the Manager and look at the Transforms branch, you should see a number of predefined transforms that (typically) are used to make calls to underlying functions "easier" to understand. So, under the 'Built-In/String' sub-cat you'll see three - one of which is DIGITS and which does exac...
- Tue Sep 06, 2005 7:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Format 195,231 (char) to 195231 (Numeric)
- Replies: 24
- Views: 4308
- Tue Sep 06, 2005 7:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix sort error
- Replies: 3
- Views: 1027
What do you mean by "at the command line"? If all you are doing is typing a sort command at your operating system command line, pressing return and getting a core dump, not sure how anyone here can help. Contact your UNIX admins and let them know what's going on. If you are running scripts from Data...
- Tue Sep 06, 2005 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Format 195,231 (char) to 195231 (Numeric)
- Replies: 24
- Views: 4308
- Tue Sep 06, 2005 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage
- Replies: 5
- Views: 1886
- Tue Sep 06, 2005 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: special char error
- Replies: 2
- Views: 1392
- Tue Sep 06, 2005 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP Stage
- Replies: 5
- Views: 1886
Oh dear, now we are mixing politics and DataStage... and not even Tasmanian politics at that. How 'bout "I need to drink a glass of water when Paul Lennon scratches his ear". In there after the rolly eyes bit is an actual suggestion: unless someone is going to do something to let you know the file i...
- Tue Sep 06, 2005 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting Coumns To Row
- Replies: 12
- Views: 3476
Appending like that would be a valid solution when you have an unknown number of values you are working with. I was under the impression that Neeraj had a finite number of last name columns to work with - three to be exact. That's why I suggested the hashed file approach with one key field (the firs...
- Mon Sep 05, 2005 7:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to abort a job?
- Replies: 11
- Views: 3279
- Mon Sep 05, 2005 7:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Killing process left running from aborted job
- Replies: 13
- Views: 26184
- Mon Sep 05, 2005 7:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import job get error DSR_SELECT and CATALOG errors.
- Replies: 8
- Views: 2263
- Mon Sep 05, 2005 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to improove performance through odbc stage
- Replies: 3
- Views: 1250
Unfortunately, 'performance' is a relative term and you haven't given us alot of information about what you are doing to go on. First question would be related to the reference lookups - are they using ODBC as well? If so, first order of business would be to convert them into hashed file lookups. It...
- Mon Sep 05, 2005 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User who modified the DS Object
- Replies: 1
- Views: 621
Search for exact matches on DS_AUDIT and you'll turn up posts like this one which should help.
- Mon Sep 05, 2005 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Killing process left running from aborted job
- Replies: 13
- Views: 26184
but first of all I won't prefer kill -9 command. because this is very dangerous command. Well, then don't use it in your example. Many people will just look at an example and run with it without reading any of the dire warning that follow. Also, if one wants to kill off leftover running job process...