Search found 262 matches

by pavan_test
Wed Jul 15, 2015 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create new row for each location
Replies: 5
Views: 3068

Create new row for each location

The horizontal pivot stage appears to be reading data from 3 separate column as below Table 1. Input data for a simple horizontal pivot operation https://www-01.ibm.com/support/knowledgecenter/SSZJPZ_8.7.0/com.ibm.swg.im.iis.ds.parjob.dev.doc/topics/hpivot_Example.html However my data is comma separ...
by pavan_test
Wed Jul 15, 2015 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create new row for each location
Replies: 5
Views: 3068

Create new row for each location

Hi,

I am using infosphere datastage v8.7 on aix.

can someone please suggest me how can I get expected output using datastage.

my input data:

id,id2,location
1, k12, CA, WA, NY
2,K8,VA,TX

expected output:

id,id2,location
1,k12,CA
1,k12,WA
1,k12,NY
2,k8,VA
2,k8,TX
by pavan_test
Wed Feb 13, 2013 8:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date comparision (greater than or less than)
Replies: 6
Views: 3422

Date comparision (greater than or less than)

Hi All, I have source datatype from oracle as 'date'. I am reading this as timestamp. I have another source from different table with datatype as 'date' and i am reading this as timestamp. in ETL transformer, I am using timestamptodate function to convert them to date. I am trying to achieve this in...
by pavan_test
Sat Sep 22, 2012 6:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage question
Replies: 3
Views: 3510

Lookup stage question

Enable return of multiple records from the reference input link resolved my problem.

Thanks
pavan
by pavan_test
Sat Sep 22, 2012 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Group By and find maximum
Replies: 1
Views: 1769

Group By and find maximum

Hi All,

I have a input with 3 columns col A, col B and col C

For each of col A and col B combination, I have to write max(col C) to the output.

There can be duplicate data in the columns col A, col B and col C

can someone please let me know how do i achieve this in datastage.

Thanks
pavan
by pavan_test
Mon Sep 17, 2012 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage question
Replies: 3
Views: 3510

Lookup stage question

I am using lookup stage (lookup failure : continue). I have a main link and reference link. I can't switch the main link to reference link. input col ID: (main link) 223 223 223 223 reference link: 223 A 223 B 223 C 223 D lookup failure = continue in lookup stage current output: 223 A desired output...
by pavan_test
Sat Aug 11, 2012 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Comparision
Replies: 3
Views: 2451

Date Comparision

Hi All, Can someone please suggest me how do solve this in datastage, I have a create_date, start date and end date. End date is nullable. create date and start date are not nullable. all 3 date columns are in the format mm/dd/yyyy (eg:7/24/2009) if create_date is >= start_date and create_date <= en...
by pavan_test
Wed Jul 25, 2012 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace logic in ETL
Replies: 3
Views: 2463

Replace ETL Logic

is there any alternate approach convert and index functions?

can someone please let me know.

Thanks
pavan
by pavan_test
Wed Jul 25, 2012 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace logic in ETL
Replies: 3
Views: 2463

replace logic in ETL

I have input data coming in as below. can someone please tell me how do i replace Customer with Yamaha without changing rest of the data in the input.

input data:
Customer PIN Number


Desired outputdata:

Yamaha PIN Number

Thanks
Pavan
by pavan_test
Tue Jul 17, 2012 7:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Logic
Replies: 6
Views: 3891

ETL Logic

----------------------------- Input ------------------------------ 101 77604 60120 77624 102 80101 80101 80101 103 77562 - 77604 104 77562 77562 90210 105 77562 90211 77562 106 77563 90212 90212 the postal code1, postal code2 and postal code3 are nullable columns. ----------------------------- Desir...
by pavan_test
Tue Jul 17, 2012 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Logic
Replies: 6
Views: 3891

ETL Logic

There are actually 4 columns in the file Record = 1 ID postal code1 postal code2 postal code3: 101 77604 60120 77624 expected output: (write 3 records to the output since postal code is different in all the 3 records for this ID) ID postal code: 101 77604 101 60120 101 77624 Record =2: ID POSTAL Cod...
by pavan_test
Tue Jul 17, 2012 1:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL Logic
Replies: 6
Views: 3891

ETL Logic

Hi All, I have a file 1 column and 3 records. Input record: postal code: 77604 60120 77624 expected output: (write 3 records since they are all different) postal code: 77604 60120 77624 Input record: (1 column, 3 record) 80101 80101 80101 expected output: (write 1 record) postal code: 80101 I have t...
by pavan_test
Mon Jul 02, 2012 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Formation
Replies: 3
Views: 2198

Record Formation

I am new to datastage. I did not write any code for horizontal pivot in the past. Looking for thoughts.
by pavan_test
Fri Jun 29, 2012 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Formation
Replies: 3
Views: 2198

Record Formation

Hi All, Can someone please tell me how do I accomplish the following in datastage 8.1 version. incoming record: colA COLB ColD 1 2 3 expected output: COL E: 1 2 3 incoming record: colA COLB ColD 1 1 1 expected output: COL E: 1 incoming record: colA COLB ColD 1 1 2 expected output: COL E: 1 2 incomin...
by pavan_test
Wed Jun 13, 2012 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append Leading Zeros
Replies: 4
Views: 2683

Append Leading Zeros

Hi all,

The output column length has to be 8 bytes. If the data in the incoming column (say xyz) is less than 8 bytes then I have to append leading zeros (to make to equal to 8 bytes) before writing the output file.

can someone please let me know how can achieve this in datastage.

Thanks
pavan