Search found 141 matches

by scorpion
Fri Aug 10, 2007 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Sql error
Replies: 6
Views: 3335

Hi,

I am using Double quotes
by scorpion
Fri Aug 10, 2007 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Sql error
Replies: 6
Views: 3335

Hi All,
Can any one help me on this..
by scorpion
Fri Aug 10, 2007 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase Sql error
Replies: 6
Views: 3335

Sybase Sql error

Hi All, I am using one sybase database table 'XXX'as my source ,and it contains one column like 'enddate'. and the values are like for this column in database are : 31 Dec 3999 21Aug3999 etc.. In my source sybase stage ,when i tried to add user defined qry like select enddate from XXX where enddate ...
by scorpion
Mon Aug 06, 2007 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Julian to date format
Replies: 1
Views: 1345

Julian to date format

Hi All, In my jobs i am converting julian format to date format by using below conditions: DateToString(StringToDate(Left( XXX,8), "%yyyy%mm%dd"), "%yyyy-%mm-%dd") this code is working fine when my source column 'XXX' is varchar But it is not working,if my source column is 'integ...
by scorpion
Mon Jul 30, 2007 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Drop Due to NULL
Replies: 14
Views: 3540

Hi Shivaranjani,

Try this may be it solves ur problem:

If IsNull(INP_1.Value) Then ""else(If Trim(INP_1.Value) =1 0r Trim(INP_1.Value) ='' then 0 else 1)


Cheers,
by scorpion
Wed Jul 25, 2007 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Getting dropped
Replies: 9
Views: 3019

Thanks ArndW/All,

This is solved my problem...

Thanks a lot

cheers,
by scorpion
Wed Jul 25, 2007 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Getting dropped
Replies: 9
Views: 3019

Hi,

I am mapping this 'XXX'field to one of my out put field in a .ds file.

and the derivation i am using like:

If Len(DSLink139.XXX <9 Then "ZZZ" Else DSLink139.XXX[7,3]

this is wrking fine in the records,but some of the records are getting dropped..
by scorpion
Wed Jul 25, 2007 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Getting dropped
Replies: 9
Views: 3019

hi,

Thanks for the replys ,but i am not using any constraint in my transformer..

still i am getting the same issue.
by scorpion
Wed Jul 25, 2007 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Getting dropped
Replies: 9
Views: 3019

Yes ,I am sure that I am not using the field anywhere?
by scorpion
Wed Jul 25, 2007 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Getting dropped
Replies: 9
Views: 3019

Records Getting dropped

Hi, I am getting issue in one of my job,when i tried to run the job the some of the records are getting dropped from transformer stage before target stage. message i am getting in log is: Transformer_143,0: Field 'XXX' from input dataset '0' is NULL. Record dropped. This message still getting even t...
by scorpion
Tue Jul 24, 2007 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length issue
Replies: 6
Views: 2337

hi Mavrec/sas

Thanks for the reply,but both my input and output columns are varchar.

So how to proceed in this case?
by scorpion
Tue Jul 24, 2007 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length issue
Replies: 6
Views: 2337

Length issue

Hi All,

Could any one help me to solve below request:

I have a input column in my input table like 'XXX'.

I need to map this to an output column as per below reqrmnt:

if length of column XXX < 9 then need output like 'AAA'

Else out put like (7-9)of the xxx COLUMN VALUE.



Tx in advance
by scorpion
Tue Jul 17, 2007 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Conversion
Replies: 2
Views: 1424

Hey,

Thanks balaji....

Its fine now..
by scorpion
Tue Jul 17, 2007 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Conversion
Replies: 2
Views: 1424

Decimal Conversion

Hi All, I am looking for some simple conversion solution. My source table is Syabase database table,in that i have a column 'Price' for this price column,table has values like: 91.569999999999993, 95.792249999999996, 93.677160000000001, 93.459000000000003 And the datatype of the column PRICE in data...
by scorpion
Wed Jul 11, 2007 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FatalErrors
Replies: 1
Views: 2398

FatalErrors

Hi All, Can any one help me to resolve below FatalErrors,getting in my job: node_node1: Player 4 terminated unexpectedly.-----(FATAL) main_program: Unexpected termination by Unix signal 11(SIGSEGV)-----(FATAL) Lookup_Underlying,0: sendWriteSignal() failed on node dvslcwd08 ds = 7 conspart = 0 Broken...