Search found 200 matches

by dnat
Tue Mar 17, 2009 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting the field values
Replies: 5
Views: 1873

Thanks Mike, definitely i can use this. But i want to calculate it from the backward. so, i think i should store the delimiter count in a variable and then use the variable in the field function. i think whatever you have given will give me the value after the first space. but i want to take the val...
by dnat
Tue Mar 17, 2009 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: splitting the field values
Replies: 5
Views: 1873

splitting the field values

Hi I want to capture the value in a field after the last space. It is a name field and i have to capture the last word after the last space. Since the spaces are dynamic..i.e every record has a different name, i am not sure , how this can be captured. For example, the the billing name is Jo Smith Jo...
by dnat
Fri Mar 13, 2009 6:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 3481

The first aggregator was showing as collection type because it was in sequential mode. I made it to parallel and partitioned in round robin. The second aggregator is in sequential mode. But it is not giving correct output.
by dnat
Fri Mar 13, 2009 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 3481

i made the first aggregaor as round robin and next as sequential mode. But the output is not correct.

The first aggregator shows as a collection type.
by dnat
Fri Mar 13, 2009 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 3481

sima and sjaladurgam So, the two aggregator stages would not hinder the performance while doing for millions of records???. i am just worried since the data is very huge..anyway, thanks for your input. Ray, i am not sure how we can calculate while actual processing, because anyways i have to calcula...
by dnat
Fri Mar 13, 2009 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01003: no statement parsed
Replies: 1
Views: 1774

Hi,

I searched dsxchange and accordingly changed the $APT_STRING_PADCHAR to value as 0x0 and the job completed fine. I dont know the root cause though.
by dnat
Thu Mar 12, 2009 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-01003: no statement parsed
Replies: 1
Views: 1774

ORA-01003: no statement parsed

Hi, We are running a job where in the target there is an udpate statement UPDATE #$Prm_Db_AcctHist_Table# SET AH_CLS_UPD_IND = ORCHESTRATE.AH_CLS_UPD_IND WHERE (AH_ACCT_BTN = ORCHESTRATE.AH_ACCT_BTN AND AH_AFFILIATE_ID = ORCHESTRATE.AH_AFFILIATE_ID) But the job aborted with the following error CV_AC...
by dnat
Thu Mar 12, 2009 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregator performance
Replies: 9
Views: 3481

aggregator performance

I am using an aggregator stage just to count the number of rows from a particular link. The design is like this Seq file-->transformer-->aggregator-->seq file Here i need the aggregator to count the total rows from transformer(the key is same for all the records), so it would pass through only one p...
by dnat
Wed Mar 11, 2009 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject records from oracle
Replies: 2
Views: 641

Thanks..I never thought that we can use other stages also in the reject link:-)
by dnat
Wed Mar 11, 2009 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reject records from oracle
Replies: 2
Views: 641

reject records from oracle

Hi,

I am inserting records to oracle through one link and updating passing the update records through the other link. How can i capture the reject records from oracle. I want to just calculate the number of reject records, but i think i cannot do it with a reject link.

can anyone help.
by dnat
Tue Mar 10, 2009 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing variable values to columns
Replies: 3
Views: 2253

Great!! It worked..Thanks. I used the 2nd and 3rd points.
by dnat
Tue Mar 10, 2009 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing variable values to columns
Replies: 3
Views: 2253

passing variable values to columns

Hi,

I have a user defined environment variable in a job. I want to pass that value in a transformer and update it in a file and table.

But the value of that variable is not passes properly and i see that updated as "0".

Can anyone help.
by dnat
Wed Mar 04, 2009 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date validation
Replies: 1
Views: 1245

date validation

I have 4 date fields in my input which are read from a fixed width file with the format yyyymmdd. Now i want to validate the date and if it is invalid then, i should send it in an error file. Is there a way to use a common function to use for this. Because converting each field to date and then vali...
by dnat
Tue Mar 03, 2009 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: validate numeric
Replies: 2
Views: 1317

validate numeric

Is there a function in parallel to validate numbers/numeric?
In sever we have a function Isnum() which validates whether a given value is number. Similarly do we have anything in parallel.
by dnat
Tue Mar 03, 2009 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load with index option
Replies: 1
Views: 1140

load with index option

Hi, We have a job which was working fine. it was a straight forward job to load a table with the data from a file. We had given the option as "Truncate", "Load". With a recent change an index was added to the table. After that it is failing with the following error:- Oracle_Enter...