Search found 36 matches

by yuva010
Thu Oct 23, 2008 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last date of current month
Replies: 3
Views: 2166

hey Thanks!
I got it.. and its working!!
by yuva010
Wed Oct 22, 2008 10:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Last date of current month
Replies: 3
Views: 2166

Last date of current month

Hi,

We need to calculate 'last day of current month'. Do we have any function or code available? Any direction for this is helpful.
by yuva010
Fri Oct 03, 2008 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating Point Error
Replies: 4
Views: 2014

We didn't used any Cast function, because
Select Col1, Col2 from Table1 ---- Works fine
Select Sum(Col1), Col2 from Table1 group by Col2 ---- gives error.

Col1 is decimal (38,2)

We tried with Server Job, it works fine.
by yuva010
Fri Oct 03, 2008 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating Point Error
Replies: 4
Views: 2014

Its warning rather, it says, possible loss of data.
by yuva010
Fri Oct 03, 2008 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage - Phanthom Error
Replies: 5
Views: 2115

Its 9i Oracle.
We have a normal query with few joins. It works fine even with Server Job but throws error in PX.
Core File, we haven't sent it to anybody. What can be seen in this file?
by yuva010
Thu Oct 02, 2008 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage - Phanthom Error
Replies: 5
Views: 2115

Oracle Stage - Phanthom Error

Hi,

We are getting following error in Oracle Stage,

"Contents of Phantom Output File" -->
RT_SC661/OshExecute.sh()20:20944 MemoryFault (Coredump)."

Same query if we run on Direct database through toad, it works fine.
What could be the reason, Cache Memory?
by yuva010
Thu Oct 02, 2008 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Floating Point Error
Replies: 4
Views: 2014

Floating Point Error

Hi, We are having query with Sum(Col1). When we are trying to fetch records from Oracle Stage its showing warning possible truncation of scale from Decimal (38,10) to Decimal (38,2). We changed column scale to Decimal(38,10) then it gives floating point error. If we select column without any Sum it ...
by yuva010
Fri Sep 26, 2008 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage in File Format
Replies: 3
Views: 1941

Thanks for the suggetion.
I am working on this, and it should work.
by yuva010
Wed Sep 24, 2008 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Proc
Replies: 7
Views: 3136

Thanks guys!
I'll let you know.. once it goes in Build Phase.
by yuva010
Wed Sep 24, 2008 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage in File Format
Replies: 3
Views: 1941

Stage in File Format

Hi, I have following requirement - [Transaformer Stage] (Read Data) -Link- ["File Stage"] (Stored as well as read from it) -Link- [Transformer Stage] I am storing and reading data from "File Stage" simultaneously. Is there any "File Stage" (like Sequential File Stage, L...
by yuva010
Wed Sep 24, 2008 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Proc
Replies: 7
Views: 3136

if i use 'Stored Proc stage' to call stored procedure using system DSN and pass some parameters to this stored proc.
Does it slows ETL performance in terms of Time?
by yuva010
Fri Sep 19, 2008 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Proc
Replies: 7
Views: 3136

with performance, I mean time and server utilization.
with heavy, i mean slower ETL server.
if it helps you
by yuva010
Fri Sep 19, 2008 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling Stored Proc
Replies: 7
Views: 3136

Calling Stored Proc

Hi,

Calling stored procedure in PX, requires to define System DSN on DS server.
Does it slows performance heavily?
by yuva010
Mon Sep 01, 2008 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Stage
Replies: 0
Views: 1406

Generic Stage

Hi, Can I use 'Generic Stage' as a Transform Stage, where I can set the Operator some Dummy Value ex. 0. (I'll not use it.) The advantage of Generic Stage is, it accepts Two or more Inputs. I'll accept these inputs and perform the processing. But I haven't use it before. Any thought on this Stage?
by yuva010
Tue Jun 10, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up file set Vs Actual Database lookup
Replies: 6
Views: 2315

Hi, The decision I have to make is - for least runtime and saving utilization of resources - based on volumn of Input Volumn and Look up volumn - Source/IP Volumn Lookup Volumn Low Moderate Large Low Direct table Fileset or DT? Fileset or DT? Moderate Large