Search found 124 matches

by mac4rfree85
Thu Jul 05, 2012 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values getting expanded
Replies: 8
Views: 4437

First one,yes i am working on it. :)

When we used decimal, decimal values are not getting inserted. Hence only we have used float. So can you suggest which metadata needs to be used for a decimal value.

The issue is fixed. changed the metadata from Float to Double. :)

Thanks !!!!!
by mac4rfree85
Thu Jul 05, 2012 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values getting expanded
Replies: 8
Views: 4437

So, Ray there is no solution to this problem?

Thanks!!!!
by mac4rfree85
Thu Jul 05, 2012 5:26 am
Forum: General
Topic: Unable to login to Datastage
Replies: 2
Views: 1444

I realized that so i restored my laptop to a previous restoration point.. now everything is fixed,..still like to know how to find out which dll got corrupted..

Cheers!!!!
by mac4rfree85
Wed Jul 04, 2012 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal values getting expanded
Replies: 8
Views: 4437

Decimal values getting expanded

Hi Guys, My source is a flat file. My target is a oracle table. The column in question is of metadata Number(22,12) in oracle. In datastage, i am using the metadata float 22,12. Now the problem is, in the source file iam getting the value 46.536. But in the oracle table that value is getting inserte...
by mac4rfree85
Thu Jun 21, 2012 8:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal To String Error
Replies: 8
Views: 3810

any info or warning message stating default value used in the logs? The error i was getting was "Conversion error. Data will be lost.". @chulett, thats why i was converting to decimal to do the conversion. But i guess, i will go ahead with: DateOffsetByComponents(sourcedate,year_offset,mo...
by mac4rfree85
Thu Jun 21, 2012 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal To String Error
Replies: 8
Views: 3810

Decimal To String Error

Hi Guys, I have a date(2011-01-23) coming from source. I need to get the same date for previous year. I am trying to get the convert the date to String and retrieve the year and minus -1 and concantanate back. DecimalToString(StringToDecimal(DateToString(DSLink21.Curr_Yr_Actl_Sales_Dt,"%yyyy-%m...
by mac4rfree85
Sat Jun 16, 2012 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup not working properly
Replies: 3
Views: 1817

I have given it the following way.

(SourceCol) Date >= (LookupCol.StartingDate) and
(SourceCol) Date <= (Lookupcol.TerminationDate)

Hope i made myself clear.
by mac4rfree85
Thu Jun 14, 2012 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Range lookup not working properly
Replies: 3
Views: 1817

Range lookup not working properly

Hi, I have a range lookup. The source has a date coulmn. The lookup table has 2 date column. The date coulmn in the source should lie in between dates in the lookup table. I have checked the range in the lookup and gave the source column to be in between lookup dates. The source dates are in between...
by mac4rfree85
Wed May 30, 2012 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max Date Problem
Replies: 6
Views: 2800

Thanks Priyadarshikunal.,,, preserve type was the one i was looking out. :)
by mac4rfree85
Wed May 30, 2012 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max Date Problem
Replies: 6
Views: 2800

Max Date Problem

Hi Guys, I want to get the maximum date. So, I converted the date to String (YYYYMMDD) format. Then i used Max() function in the aggregator stage. But instead of coming the format of YYYYMMDD format i am getting as 2.01205e ( which is 20120501). I am using Datastage 8.5. Could somebody help me out h...
by mac4rfree85
Wed May 30, 2012 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help on a logic
Replies: 1
Views: 814

Need help on a logic

Hi Guys, I need a help on a logic. I have records with the below metadata. Date Model Brand Monthly_Count Daily_count It has records for all the date of a month. For the last date of the month, i have to sumup the daily_count for the all the dates execpt the last date and subtract that with monthly ...
by mac4rfree85
Wed Apr 18, 2012 4:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal showing only 6 digits after point
Replies: 5
Views: 1500

Decimal showing only 6 digits after point

Hi Guys, I have input which has 9 decimal values 0.123456789 But when i am viewing the data or writing it to Database, I am getting only 6 digits. The metadata i have kept as Float 15(9). 0.123456 Can somebody tell me what i am doing wrong. My Bad,, Database is having only Decimal10(6). Cheers!!!!
by mac4rfree85
Fri Apr 13, 2012 10:28 am
Forum: General
Topic: Importing one job from dsx resulting two jobs in designer
Replies: 3
Views: 1722

Importing one job from dsx resulting two jobs in designer

Hi Guys, I am importing a sequencer from dsx file. But in designer and manager, i am seeing two sequencer with the same name. When i delete one sequencer, both of them are deleted with a prompt "one job is missing in the project". Could somebody throw some light in this issue. Cheers!!!!!!...
by mac4rfree85
Tue Feb 14, 2012 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data truncation in a Varchar Column
Replies: 2
Views: 1163

Data truncation in a Varchar Column

Hi Guys, My source is a Oracle Database. The Column's metadata is Varchar(50). So, in datastage i have kept the datatype as Varchar and lenght as 50. But i am able to see only partial data when i am seeing it from Datastage. If i increase the length to 150, then i am able to see the complete data. C...
by mac4rfree85
Wed Feb 01, 2012 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with Stored Procedure stage error
Replies: 1
Views: 1208

Help with Stored Procedure stage error

Hi Guys, I just need to call a stored procedure from Datastage. There is no input parameters and output parameters to the Stored Procedure. Oracleconnector ----- > STP I am getting the following error "error occurred in call to orphcallactiveplugininitialize " Can some body help me out her...