Search found 41 matches

by poornima.chandramouli
Wed Feb 11, 2009 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Count Without aggregator
Replies: 1
Views: 721

Count Without aggregator

Is there a way, we can get the count of input records written to a output column without using a aggregator stage.
by poornima.chandramouli
Wed Jan 28, 2009 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill the sort requirements
Replies: 3
Views: 7873

User inserted sort does not fulfill the sort requirements

Hi All, In one of my job i'm joining 2 datasets by using a join stage based on 4 keys. I'm clearing the partitioning in both the datasets while reading them & in the partitioning tab of the join stage i'm performing the Hash partioning on the join keys & enabled the perform sort (sorting the...
by poornima.chandramouli
Mon Sep 01, 2008 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion from 05aug08 to yymmdd
Replies: 11
Views: 7335

Is your output date or a string format? Lets start with that before we jump any forward. hi the target column for the date is in the verchar thank you Hi, Are you using this conversion as a part of your stage variables. If you are doing so, then check the order of execution of your stage variables.
by poornima.chandramouli
Sun Aug 24, 2008 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting a value for a field in column generator
Replies: 8
Views: 2216

Re: Inserting a value for a field in column generator

I'm generating a column using column generator. Is it possible to pass a value for this column in column generator itself. I want to pass the value as 'D' for this column for all the records. Thanks in advance. A small clarification. Like if my column value is decimal,Then how could i set the defau...
by poornima.chandramouli
Thu Aug 21, 2008 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting a value for a field in column generator
Replies: 8
Views: 2216

Jasti wrote:Try using Algorith=Cycle,Value= D..this is working fine..
Thanks It is working fine.

:lol:
by poornima.chandramouli
Thu Aug 21, 2008 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting a value for a field in column generator
Replies: 8
Views: 2216

As the Generator property for the field for which you want to generate the value. Right click on this field in the Columns grid, choose Edit Row from that menu, and fill in the Generator property s ... I'd set the generator property with algorithm = alphabet & the string = D But now 'D' was not...
by poornima.chandramouli
Thu Aug 21, 2008 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting a value for a field in column generator
Replies: 8
Views: 2216

ray.wurlod wrote:Use a Cycle with just one Value, "D". ...
where should i give this value in coulmn generator :?
by poornima.chandramouli
Thu Aug 21, 2008 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting a value for a field in column generator
Replies: 8
Views: 2216

Inserting a value for a field in column generator

I'm generating a column using column generator.
Is it possible to pass a value for this column in column generator itself.
I want to pass the value as 'D' for this column for all the records.

Thanks in advance.
by poornima.chandramouli
Mon Aug 18, 2008 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to do a conditional delete on sequential file
Replies: 2
Views: 902

How to do a conditional delete on sequential file

I'm doing a CDC of a sequentila file with a dataset & capturing the records which is preset in the sequental file & not present in the dataset.
I've to delete these particular records in the sequential file,how to achieve this.

Thanks in Advance.
by poornima.chandramouli
Mon Jul 07, 2008 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare of 2 values
Replies: 5
Views: 2209

Re: compare of 2 values

Hi, Please advice on following situation. I have a value coming from the source which normally should look like this '20080701' or '20071105' but sometimes they delivered this '20080000'. I want to build a check in the stage variables to exclude these incorrect values. Please advice me how to check...
by poornima.chandramouli
Wed Jul 02, 2008 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage outputs Fewer Records
Replies: 10
Views: 6599

Re: Sort stage outputs Fewer Records

Hi Satish, what kind of partitioning ur applying? Instead of aplying a explicit sort stage,why don't u try sorting in the partition. How you are telling that the second sort is gving only 2500 records,if u r seeing through the perormance statistics,then u hv to give more info of what kind of join u ...
by poornima.chandramouli
Thu Jun 26, 2008 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loopup Using Lookup file set
Replies: 4
Views: 1972

Hi Ray, Sorry for disturbing u,,,I am not premium member could you please let me know the solution for this. My assumption is using the copy stage we can rename the Main link key column such as same as Lookup key column name. Can i go with this approach. Thanks, Senthil P Hi Senthil, The column nam...
by poornima.chandramouli
Mon Jun 09, 2008 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse Lookup
Replies: 2
Views: 1742

Re: Sparse Lookup

Hi All, Im doing a Sparse lookup on a DB2 table.Its returing the lookup key values as Null eventhough the records in the reference table matches with that of Source table.But for the same Source and reference table,the lookup is working fine for SQL Server. Please help me in this regard. Thanks. If...
by poornima.chandramouli
Sat Jun 07, 2008 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel Clarification
Replies: 7
Views: 3105

If you set the funnel type to "Sequence" it should give you the desired output. It copies all the records from the first input link, and then all the records from the second input link and so on.... My Datasets has the values like DS1: A1 B1 C1 D1 DS2: A2 B2 C2 D2 DS3: A3 B3 C3 D3 DS4: A4...
by poornima.chandramouli
Sat Jun 07, 2008 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel Clarification
Replies: 7
Views: 3105

Funnel Clarification

Hi, I've 4 inputs to a funnel stage. Each input dataset has values like DS1: DS2: DS3: DS4: A1 A2 A3 A4 B1 B2 B3 B4 C1 C2 C3 C4 D1 D2 D3 D4 I want the output in the format A1 B1 C1 D1 A2 B2 C2 D2 A3 B3 C3 D3 A4 B4 C4 D4 How to avial this functionality. Thanks