Search found 79 matches

by irajasekharhexa
Thu Sep 27, 2007 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:APT_FunnelOperator
Replies: 3
Views: 1391

Warning:APT_FunnelOperator

I have designed a job working fine but getting so many warnings at the funnel stage as shown below. Could you pls tell any one what is the main cause of getting the below error? fuUniqKeys: When checking operator: Operator of type "APT_FunnelOperator": will partition despite the preserve-p...
by irajasekharhexa
Mon Sep 17, 2007 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregating at particulor column
Replies: 1
Views: 660

Even in one particulor document may have seveal kind of COSTCENTERS.

Sorry for got to add the above line.

Regds
by irajasekharhexa
Mon Sep 17, 2007 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregating at particulor column
Replies: 1
Views: 660

Aggregating at particulor column

Hi, In one of my job I have the following rquirement. Columns I have COMPANY COSTCENTER AMOUNT DOCUMENT I have a dataset of few records which has devided into several documents say 950 records of each document. and each document should be in the same SAPCOMAPNY and might have different costcenters. ...
by irajasekharhexa
Fri Aug 24, 2007 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last 8 Digits
Replies: 6
Views: 2428

Re: Last 8 Digits

mujeebur wrote:gateleys means is below:


MyString = "ABCDEF"
MySubStr = Right(MyString, 3) ;* answer is "DEF"
Mujeeb/Gateley.

Thansks lot. It's working fine.

Is these kind of built in functions where can i find in the manuals?

Regds
by irajasekharhexa
Fri Aug 24, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last 8 Digits
Replies: 6
Views: 2428

Last 8 Digits

Hi In one of my job i has a requirement where I need to pick only last 8 digits of a particulor Column.

Can pls anybody help?

Regds
by irajasekharhexa
Mon Aug 20, 2007 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Full oute rJoin
Replies: 4
Views: 1326

You can do one of two things. To make columns null when there is no match you need to set the column to nullable. To assign default values you need to go to the columns tab and double-click on the box with the column number to open the meta data editor. Hi When I made it is Nullable at the Joiner s...
by irajasekharhexa
Mon Aug 20, 2007 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Full oute rJoin
Replies: 4
Views: 1326

You can do one of two things. To make columns null when there is no match you need to set the column to nullable. To assign default values you need to go to the columns tab and double-click on the box with the column number to open the meta data editor. Hi When I made it is Nullable at the Joiner s...
by irajasekharhexa
Mon Aug 20, 2007 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Full oute rJoin
Replies: 4
Views: 1326

Full oute rJoin

Hi, I am trying to Join two datasets by using Join stage and performing the Full outer Join. So I am getting the output in several fields for several unmathed rows with some defalult values . Like for date type i am getting 0001-01-01 and for Intger type I am getting Value 0 Instead of getting this ...
by irajasekharhexa
Thu Aug 16, 2007 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage
Replies: 6
Views: 5415

abhi989 wrote:In your lookup stage properties - set condition not met = Fail and Lookup Failure = Reject. Take the reject link and process that.

Hope it helps
I was done the Job which i used the logic was same as Abhi said. It's working fine.


Thanks all.

Regds
by irajasekharhexa
Tue Aug 14, 2007 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage
Replies: 6
Views: 5415

Lookup Stage

Hi, I have a requirement that needs to retrive the data from the source where the lookup is not matched. Suppose if source have the 10 records and look up has the 3 matched records remaining 7 unmatched records should be taken forward to Output link. What i am doing is i taken normal lookup and a re...
by irajasekharhexa
Wed Aug 01, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implimenting For loop in stage variables?
Replies: 5
Views: 3699

Okay, Ray points out that I didn't give an answer that doesn't require some further thought on the part of the original poster. Since the poster didn't say that there had to be an exact order to the sequencing of rows via the batch number, I stated that the data had to be processed in a sorted orde...
by irajasekharhexa
Mon Jul 30, 2007 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implimenting For loop in stage variables?
Replies: 5
Views: 3699

Implimenting For loop in stage variables?

Hi, Is it possible to impleiment For loop by using stage variables? I has a task some thing like. I need to populate the fixed amount of records with a incrementing value as indicator based on the loading number of records. Suppose I have 200 records in my source so I need to populate each 10 record...
by irajasekharhexa
Tue Jul 24, 2007 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Terdata Issue
Replies: 7
Views: 3575

Did you try loading the data into Teradata table using Tpump utility. Teradata Enterprise Stage is having some restrictions for using it as Target. Please try with Tpump and let us know. Thanks Hi I am not aware of this Tpump utility. Is it available in datastage inbulit utilities? If not what is t...
by irajasekharhexa
Mon Jul 23, 2007 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Terdata Issue
Replies: 7
Views: 3575

Hi, Are you finding null values for all the records that are getting into the table. Did you check for warnings in the director log. Thanks, I am not getting any warnings in the log file. the status is showing finished Data Volume: ------------ Input rows: 5 Input bytes: 105 Input rows rejected: 0 ...
by irajasekharhexa
Mon Jul 23, 2007 11:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage
Replies: 3
Views: 1172

Merge Stage

Hi, In one of my job there is a requierement where i has to summarize the data based on 3 different source files. So i used to combine the three files by one Merge stage and one Join stage based on Key column. My Doubt is at the merge stage if one of the Inputstream doesn't contain any data then wha...