Search found 109 matches

by cherry
Fri Jun 06, 2014 1:18 am
Forum: General
Topic: Choosing right ETL tool to build new DW enviroinment
Replies: 5
Views: 3770

Choosing right ETL tool to build new DW enviroinment

Dear All, Good Day, We are building a datawarehouse from scratch which we don't have at the moment. We have daily transactions of apprx 100 million records to transform and load into our new DW enviroinment. We need to do few transformations like trimming on each field and aggregate functions before...
by cherry
Tue Jan 15, 2013 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Id's based on the key field
Replies: 4
Views: 2504

Hi Chulett, Let not confuse with the sample data above. To make it simple it is shown as below INPUT --> ID_NUMBER 1234 1234 1234 1111 2345 2345 Output required ---> ID_NUMBER | ENTITY_ID 1234 | 001 1234 | 002 1234 | 003 1111 |001 2345 |001 2345 | 002 Any idea. Regards Cherry
by cherry
Mon Jan 14, 2013 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Id's based on the key field
Replies: 4
Views: 2504

Generate Id's based on the key field

Dear All, I have the following requirement. I have a member who can have multiple benefits as shown below: MEMEBR_ID NAME BENEFIT NMBR001 AAA 1 NMBR001 AAA 2 NMBR002 BBB 1 NMBR002 BBB 2 NMBR002 BBB 3 In the above example NMBR001 has got 2 benefits and NMBR002 has got 3 benefits. I wanted the output ...
by cherry
Thu Oct 18, 2012 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert column data in to rows
Replies: 4
Views: 2598

Hi Ray,

The name field is not fixed with number of delimiter's say for one record it might have 5 delimiters and other row would have more than 5. In this case iam not sure if column import stage will work.

Thanks
Cherry
by cherry
Thu Oct 18, 2012 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert column data in to rows
Replies: 4
Views: 2598

convert column data in to rows

Hi All, I have the below scenario and my pinput data is as below Input ----- Id, Name 1, r;b;c 2 a;d;g;h;j Name field has data which is ';' delimited but it is one record I would like my input to be as shown below: Output ------ Id, Name 1,r 1,b 1,c 2,a 2,d 2,g 2,h 2,j Any help here please. Thanks C...
by cherry
Fri Aug 12, 2011 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows to Columns
Replies: 1
Views: 1916

Rows to Columns

Dear All, I have a scenario as below: Input data: IDNumber Code 12345 1001 12345 1006 12345 2001 67891 1003 67891 1004 67891 1006 67891 2001 67891 2004 67891 2008 13579 1001 13579 1002 13579 1007 13579 2001 This is what I want as output data: IDNumber Code1 Code2 Code3 Code4 Code5 Code6 12345 1001 1...
by cherry
Tue Jun 21, 2011 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL3502N The utility has encountered "XXX" warnin
Replies: 2
Views: 3549

Thanks Michael,

I checked and found the data from imput is not matching to the output dataypes and the data being truncated.

Regards
Cherry
by cherry
Tue Jun 21, 2011 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL3502N The utility has encountered "XXX" warnin
Replies: 2
Views: 3549

SQL3502N The utility has encountered "XXX" warnin

Hi All, Iam trying to load data from a dataset to DB2 using Bulk load stage. Iam getting the following error: SQL3502N The utility has encountered "200" warnings which exceeds the total number of warnings allowed. Will someone please help, what would be the fix. Thanks in advance Regards C...
by cherry
Wed Oct 06, 2010 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Population
Replies: 3
Views: 2730

Thanks anbu for th esolution. Let me try and get back to you.
by cherry
Tue Oct 05, 2010 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Population
Replies: 3
Views: 2730

Date Population

Hi All, Good Day.., I have the following requirement. From the source I would get only the START DATE and I need to populate END DATE in the Output file. Greatly apprciated if anyone has solution. INPUT DATA ---------- ID NBR SEQNO START DATE 7856 01 20100905 10:12:45 7856 01 20100905 10:16:14 7856 ...
by cherry
Wed May 12, 2010 4:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column to Rows
Replies: 1
Views: 1505

Column to Rows

Hi All, I have the following requirement. My Input data looks like: SAP_CODE AIM_PART CRD_PART ACM_PART 1 M 1 2 2 F 2 1 3 U 3 3 My Output should look like: SAP_CODE CODE PART 1 M AIM_PART 2 F AIM_PART 3 U AIM_PART 1 1 CRD_PART 2 2 CRD_PART 3 3 CRD_PART 1 2 ACM_PART 2 1 ACM_PART 3 3 ACM_PART Any help...
by cherry
Tue Mar 16, 2010 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSD_GenerateEvents.B:LinkReport
Replies: 1
Views: 1948

DSD_GenerateEvents.B:LinkReport

Hi All,

Iam getting the following warning message:

DSD_GenerateEvents.B:LinkReport for Job009_CC_AggrYTD.EDW01_PAYMENT.LN_CompassConv_IN not found.

Could some please help me what this message is and how to get rid of it.

Thanks in advance

Regards
Cherry
by cherry
Tue Mar 09, 2010 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substring function problem
Replies: 8
Views: 35241

Try this DSLink149.INTFC_FILE_CATG[1,4]

Regards
Cherry
by cherry
Tue Mar 09, 2010 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 4
Views: 2582

Hi All,

In My previous message I have mentioned, the job type as Parallel.

The job type is server.

Many Thanks


Regards
Cherry
by cherry
Tue Mar 09, 2010 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 4
Views: 2582

Lookup

Hi All,

We recently upgraded from 8.0.1.2v to 8.1.00v.

In 8.0.1.2v iam doing lookup directly on the table. But the same job design is not working in 8.1.00v.

In 8.1.00v, I need to add a hash file for the lookup to work.

Do any one has an idea why is this change.

Regards
Cherry.