Search found 79 matches

by Umbix62
Thu Aug 17, 2006 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage function extracting only numbers
Replies: 6
Views: 5914

MCN with OCONV extracts only numbers. You can also look at the function DIGITS(). It does the exact same thing. It's exactly what I want. I want to extract only digits from the input string, rejecteting all other character. I saw the online DataStage manuals and now I know the differences between &...
by Umbix62
Thu Aug 17, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage function extracting only numbers
Replies: 6
Views: 5914

kaps wrote:Use MC/A function with oconv.
I just tried, before reading your answer, the oconv function using "MCN" as second parameter and it works well. Is it the same? Anyway thank you for you help.
by Umbix62
Thu Aug 17, 2006 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage function extracting only numbers
Replies: 6
Views: 5914

Data Stage function extracting only numbers

I'm looking for a DataStage function that recognize and extract the numeric character from a string. For example I have a variable with this value: "Ab12gh3s4" The function have to returns "1234". I can created a function to do that but before I would know if it already exists a ...
by Umbix62
Fri Aug 11, 2006 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation upgrading DataStage release
Replies: 5
Views: 1278

kumar_s wrote:You can also find some DOS based freewares http://www.pc-tools.net/dos/dosutils/, which can help you.
I'll do that. Thank you again
by Umbix62
Fri Aug 11, 2006 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation upgrading DataStage release
Replies: 5
Views: 1278

This shouldnt be just due to the DS upgrade. Check whether the table has any lock, and the job might be waiting for the lock to get relased. Why cant you check the disk spcace? What do you mean by central memory? Is it temp dirictory? If so what stops you to check the avaiability of space? I can't ...
by Umbix62
Fri Aug 11, 2006 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance degradation upgrading DataStage release
Replies: 5
Views: 1278

Performance degradation upgrading DataStage release

Hi we are upgrading DataStage Server from release 7.1 to 7.5.2 one and it works all fine but sometimes the duration of some Jobs is different. For example a Job Server who read data from an Oracle table and write them onto an hashed file in the previous release run in 20 minutes now in...24 hours. I...
by Umbix62
Thu Jun 15, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set param from a Job control
Replies: 5
Views: 1219

If I understand the problem you are modifying a job's parameter from inside the job itself (in the job control). This is not allowed and would explain why your changes aren't "seen" in other parts of ... Yes, you understand my problem. I supposed that it is impossible. I'am not able to re...
by Umbix62
Thu Jun 15, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set param from a Job control
Replies: 5
Views: 1219

Please explain exactly what you did and why you believe it did not work. What is the nature of the "script" in which parameter values are to be found? Do you have code in your job control to read th ... Ok. above all, I'm sorry for my english. I know it is orrible. I have a Job server cal...
by Umbix62
Thu Jun 15, 2006 3:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set param from a Job control
Replies: 5
Views: 1219

Set param from a Job control

Hi a simple question. May I set the Job Server parameters from a script in the relative Job Control? I try to explain the question better. I have a Job Server and I need to set its parameters after having validate them. So I have created a Job batch "A" validating two parameters and execut...
by Umbix62
Wed May 24, 2006 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ho to split the data blocks returned from a folder stage
Replies: 4
Views: 1127

Ok... I know it is possible. My point is that (IMHO) it is the wrong approach - the Folder stage should be used with XML files. Most people would either concatenate the four files together before-job and process them at once, or create an interative process where you loop four time and process each...
by Umbix62
Tue May 23, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ho to split the data blocks returned from a folder stage
Replies: 4
Views: 1127

I've never tried to use the Folder stage with sequential files other than to get a list of file names, not contents. :? The Folder stage is meant to process XML files and so is typically followed by an XML Input stage which does the parsing into rows and columns. I know that it is possible, and I h...
by Umbix62
Tue May 23, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ho to split the data blocks returned from a folder stage
Replies: 4
Views: 1127

Ho to split the data blocks returned from a folder stage

Hi I am trying to understand how to use the folder stage. I have developed a Job having in input a folder stage, after a trasformer one and finally a sequential stage. It works but I am not able to understand how I can split the rows returned from the folder stage. I'll explain it better. In the fol...
by Umbix62
Wed May 03, 2006 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do I access to an Oracle istance using OS authentication
Replies: 0
Views: 683

How do I access to an Oracle istance using OS authentication

Hi I know this is a stupid question, but.....May I access to an Oracle instance from a bulk stage using the OS authentication?? I want to use the bulk stage to load data onto an Oracle 8i table. The only user I can use is the same that I use for access into my workstation (windows xp pro). When I us...
by Umbix62
Wed Apr 12, 2006 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading 2.5 Billion Records in a Fact Table
Replies: 6
Views: 2420

[quote="stiwari"]Hi Umbix62, Thanx for the reply. Just one quick question How much time it took to load 3.5 billion records and i would be more than thank ful if you can tell me what kind of partition you created and how many jobs you ran in parallel to load the data. Thanks Sumit[/quote I...
by Umbix62
Wed Apr 12, 2006 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OLEDB Provider error "HRESULT=0x80004005"
Replies: 3
Views: 1869

kris007 wrote:Yes, you can use ODBC driver access to connect to SQL server and pull
the data.

Kris
Ok, but you know if it is the only way to resolve this problem?