Search found 152 matches

by nani0907
Mon Aug 30, 2010 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8471

in query by cast function ,convert it as varchar like this cast(Trim(ABBESTDOWNTIME) as varchar

and while inserting it into sql server again convert it as target table column data type
by nani0907
Mon Aug 30, 2010 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: want to capture data which is causing error
Replies: 18
Views: 8471

what is the data type used for this column in oracle source stage field "ABBESTDOWNTIME".
by nani0907
Fri Aug 27, 2010 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Left Padding
Replies: 3
Views: 2667

yes the logic you have mentioned will work.

bcoz you first finding the number of zeros to append and then concatenate the value
by nani0907
Fri Aug 20, 2010 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove all spaces in a string
Replies: 2
Views: 944

how to remove all spaces in a string

how to remove all spaces in a string

example: jhon is good

i need out put as jhonisgood
by nani0907
Tue Aug 10, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query issue
Replies: 2
Views: 2072

Query issue

Hi,

I ahve a sql query with IN statement.when i use the hard coded values like('X','Y','Z') .it works.when i use parameter ,the job doesnot return result.Please help me
by nani0907
Tue Aug 03, 2010 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Stage
Replies: 2
Views: 881

Join Stage

Hi,

Is the number of the input links to join stage is limited.What is the maximum we can have?
by nani0907
Tue Aug 03, 2010 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage where condition
Replies: 2
Views: 1282

Where condition is not possible in Join stage.
by nani0907
Mon Jul 19, 2010 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOB Issue
Replies: 6
Views: 3976

Hi,

the problem is with path...

cd /opt/IBM/IIS/InfoSrv81/Server/DSEngine

from above path,go to bin directory and then execute the command
by nani0907
Thu Jul 01, 2010 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobStatus=Job Status : NOT RUNNING ~99~
Replies: 10
Views: 12232

check whether job is in compiled state or not
by nani0907
Tue Jun 22, 2010 11:11 pm
Forum: General
Topic: Numeric check & conversion
Replies: 2
Views: 1265

Numeric check & conversion

Hi,

If a value in a column is not a numeric ,i need to convert it to Sting 'NULL' .How can we implement this is effective way.mysource is csv file.

Please advice
by nani0907
Tue Jun 22, 2010 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error
Replies: 2
Views: 6523

Thanks,After specify the scale the error has gone :D
by nani0907
Tue Jun 22, 2010 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Compilation Error
Replies: 2
Views: 6523

Transformer Compilation Error

Hi , Iam getting below compilation error. ##I TUTL 000031 05:34:20(001) <main_program> The open files limit is 4506; raising to 65536. ##I TOSH 000002 05:34:20(002) <main_program> orchgeneral: loaded ##I TOSH 000002 05:34:20(003) <main_program> orchsort: loaded ##I TOSH 000002 05:34:20(004) <main_pr...
by nani0907
Tue Jun 22, 2010 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MOdify stage usage
Replies: 3
Views: 1244

hey,

how can we acheive the second one?

Thanks in Advance.............
by nani0907
Mon Jun 21, 2010 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MOdify stage usage
Replies: 3
Views: 1244

MOdify stage usage

Hi ,

Can i perform the Convert function in modify stage like transformer.For example--incoming source value of N/R to converted as ''
by nani0907
Wed Jun 02, 2010 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Function In PX
Replies: 1
Views: 1026

Function In PX

Hi,

In server we have Change function.Could any one let me know the same funcionality in parallel jobs

thanks in advance