Search found 50 matches

by consulting
Fri May 29, 2015 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML FILE Loading '&'
Replies: 2
Views: 1583

XML FILE Loading '&'

Hi

I have a scenario job reading from oracle table and loading into XML file.
in my source i have DAY&NIGHT while writing into traget xml file it is converting into DAY&NIGHT.

for testing purpose if i pass '&' only it is converting into &

thanks
by consulting
Tue Jun 21, 2011 9:27 am
Forum: General
Topic: House Keeping
Replies: 4
Views: 2216

House Keeping

Hi
I am having the sequence with 20 jobs. At the last I want to delete all the Datasets created by the 20 jobs. How to achieve it?
by consulting
Wed Jun 23, 2010 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading in SQL SERVER
Replies: 6
Views: 3740

Loading in SQL SERVER

While loading in to the sql server job got abort with the following erroe


ODBC_Enterprise_23,0: [IBM(DataDirect OEM)][ODBC SQL Server Driver]Datetime field overflow
by consulting
Sat Oct 24, 2009 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: add integer to date feild
Replies: 1
Views: 1355

add integer to date feild

Hi

I have a feild misdate which is indate format,
My requirement is to add a feild (tenure)which is integer to the misdate ie
misdate+tenure

thanks
by consulting
Fri Jul 03, 2009 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: APT_DECIMAL
Replies: 6
Views: 5043

APT_DECIMAL

Hi

My job get aborted and throwing the below as fatal

Transformer,0: Fatal Error: APT_Decimal::assignFromDFloat: the source (Inf) is not a usable floating point value.
by consulting
Thu Jul 02, 2009 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date feild compare
Replies: 4
Views: 1974

date feild compare

hi

I am having date feild named DATE_PURCH
My requirement is DATE_PURCH<>'1900-01-01'
it is ok
and also i have to handel null for it
by consulting
Tue Jun 16, 2009 2:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: max of two varchar
Replies: 2
Views: 1798

max of two varchar

Hi
I have a feild XX
Wich is of varchar datatype has the values
like
1000007
562369p
12-52-00
1-po-023
90-op-88
I have to take max of it

Thanks
by consulting
Fri Apr 03, 2009 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Move the byte position
Replies: 1
Views: 1167

Move the byte position

Hi In my requirement I am finding a feild called XXX which is of 24 byte varchar, It is calculated from the column X which is of 1 byte. The logic for XXX Concatenated value of 24 months X with latest month being the 1st byte ie. during very first month run the value in XXX is 0000000000000000000000...
by consulting
Fri Apr 03, 2009 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Move the byte position
Replies: 1
Views: 1328

Move the byte position

Hi In my requirement I am finding a feild called XXX which is of 24 byte varchar, It is calculated from the column X which is of 1 byte. The logic for XXX Concatenated value of 24 months X with latest month being the 1st byte ie. during very first month run the value in XXX is 0000000000000000000000...
by consulting
Thu Apr 02, 2009 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Byte position move
Replies: 1
Views: 1860

Byte position move

I have month run jobs for my feild XXX for Jan month all the values will be like below while run for every month it should be moved as below the value for feild XXX is from X Month X XXX Jan--0 00000000000 Feb--1 10000000000 Mar--2 21000000000 Apr--3 32100000000 May--4 43210000000 Jun--5 54321000000...
by consulting
Tue Mar 17, 2009 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is Performance is based on Logic or volume of data?
Replies: 2
Views: 1843

Is Performance is based on Logic or volume of data?

Is Performance is based on Logic or volume of data? In My project I wrote logic for Five different Region in Uat I have one lakh record for all the five region I takes fourty minutes to run the sequence(containing 30 jobs). Now in Production I have only one Region data and the volume is two lakhs, b...
by consulting
Fri Mar 06, 2009 11:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion
Replies: 2
Views: 1853

Conversion

In my sequence While I load into oracle table from ds the job got aborted and the sequence got failed

In Unix box the log has written like below

Record 54626: Rejected - Error on table XXX, column SALARY(decdimal(13,2)).
ORA-01460: unimplemented or unreasonable conversion requested
by consulting
Fri Mar 06, 2009 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning on dfloat to decimal
Replies: 2
Views: 2366

warning on dfloat to decimal

I am getting warning as "Implicit conversion from source type "dfloat" to result type "decimal[13,2]": Possible range/precision limitation."

Wether it has any impact on data
by consulting
Thu Mar 05, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence
Replies: 6
Views: 2774

sorry I want to run from 20th job
I checked Do no Check point run
and in Execution ACTION Reset if required
by consulting
Thu Mar 05, 2009 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Sequence
Replies: 6
Views: 2774

Job Sequence

Hi
In my Job sequence I have 30 job if my job fails at 20th job I want to rerun from 21th job? for this How to use Check point in sequence
Thanks