Search found 46 matches

by iamnagus
Wed Sep 24, 2008 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: special characters removing
Replies: 1
Views: 1498

special characters removing

Hi All...

i have input as

name
%$&*BANGALORE)(_+*^

I WANTO TO GET OUT PUT AS "BANGALORE" ONLY

Can any one try for this..

Regards...
by iamnagus
Tue Sep 23, 2008 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Comparing two values from the same column
Replies: 1
Views: 1535

Comparing two values from the same column

I have
Input_Column

1
2
3

I want to compare 1 with 2 and 2 with 3.....

Can any one try for this...

Regards...
by iamnagus
Tue Sep 23, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rank in DataStage
Replies: 1
Views: 2742

Rank in DataStage

I have input as

100
100
100
90
90
80
80
80

I want to give ranking for this as

100 1
100 1
100 1
90 2
90 2
80 3
80 3
by iamnagus
Tue Sep 23, 2008 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sroting in transformer
Replies: 1
Views: 1431

sroting in transformer

How to do sorting in transformer stage?

can any one try for this?
by iamnagus
Tue Sep 23, 2008 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting
Replies: 0
Views: 964

converting

I have input file as

1,a
1,b
1,c
2,c
2,a
3,c
3,a
3,b

I want to convert these as output

1 abc
2 ca
3 cab

can any one help me
thanks in advance...
by iamnagus
Tue Sep 23, 2008 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting
Replies: 2
Views: 1541

converting

I have input file as

1,a
1,b
1,c
2,c
2,a
3,c
3,a
3,b

I want to convert these as output

1 abc
2 ca
3 cab
by iamnagus
Wed Jun 25, 2008 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle loading error
Replies: 1
Views: 1403

Oracle loading error

I am trying to insert records from sequential file to oracle.
the metadata is aslo same,

I am gettint the error

Parallel job reports failure (code 139)

and job is getting aborted

Can any one help me.
by iamnagus
Wed Jun 18, 2008 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions
Replies: 1
Views: 1507

Date Conversions

i want to convert date format dd/mm/yyyy to mm/dd/yyyy how to doit? I have date column dd/mm/yyyy i am trying to extract it using Sequential file stage with date format then it is not able to view data when i click viewdata option then i am trying to using datatype of varchar then it is displaying d...
by iamnagus
Mon Jun 09, 2008 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading problem with Sequential file
Replies: 3
Views: 2540

Reading problem with Sequential file

I have data in .csv file, this is not fixed width file.

empno should get 1,
sal should get 1,00,000
and deptno should get 11.

how to read this in sequential file stage...

empno, sal, deptno
1,1,00,000,11

Any one Plz Help me....
by iamnagus
Mon Jan 28, 2008 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions
Replies: 2
Views: 2258

Date Conversions

I want to convert the date format dd-mm-yyyy to mm-dd-yy in transformer stage, but it only displaying in yyyy-mm-dd. (I read the source date format as char from sequential file stage and now i am using StringToDate function to convert into mm-dd-yy. I am getting yyy-mm-dd only it targer and it also ...
by iamnagus
Sat Jan 05, 2008 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nodes
Replies: 4
Views: 2023

Nodes

The number of NODES increased then we have to increase the NUMBER OF CPUs is to increased? (Y/N)
by iamnagus
Wed Jan 02, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversions
Replies: 4
Views: 2929

Date conversions

How Many types of syntaxes available for date conversions in MODIFY stage.

can any one brief about this
by iamnagus
Wed Jan 02, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversions
Replies: 7
Views: 3633

Date conversions

I want to convert the date format mmddyyyy to ddmmyyyy in MODIFY stage.

can any one explain the syntax for this.
by iamnagus
Wed Jan 02, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversions In Modify Stage
Replies: 2
Views: 1864

Date Conversions In Modify Stage

I have a date column my the source. In the comlum the date formats are mmddyy, ddmmyy,ddmmyyyy. I want to convert the column to the target as mmddyyyy there is In MODIFY Stage.

Can any one expain this.
by iamnagus
Mon Dec 17, 2007 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: control the sending of records to target
Replies: 5
Views: 2095

control the sending of records to target

i have one requirement that is: i have one input file that contains 100 records start from serial_number 1-100. i have another input file that contains two columns named as: Start_number & End_number and it has values as 10,50 respectively. by using these values(10,50) i want to send the input r...