Search found 9 matches

by goosarikiran
Thu May 19, 2011 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: If I turn on DS_PXDEBUG, will it degrade the performance?
Replies: 1
Views: 1684

If I turn on DS_PXDEBUG, will it degrade the performance?

Hi All, We have a Datastage project which has more than 2600 jobs running daily. I have to set the DS_PXDEBUG parameter to 1 at project level for analyzing one job failure. If I turn on DS_PXDEBUG parameter at the project level, would it degrade the performance of all other jobs? Thanks in Advance, ...
by goosarikiran
Fri Oct 06, 2006 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding the date conversion
Replies: 5
Views: 3085

Re: regarding the date conversion

Hi

You can concatenate the date with "00:00:00.000". it will be converted to time stamp.
by goosarikiran
Thu Oct 05, 2006 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current Time from Column Generator
Replies: 3
Views: 3953

Re: Current Time from Column Generator

Hi

it is not possible to assign the current timestamp in the column generator stage. But you can pass the hard coded time stamp (calling any routine and assigning the value to the parameter) using job parameter to the column generator stage. This may help you....


Kiran
by goosarikiran
Thu Oct 05, 2006 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning : Problem in adjusting floating point
Replies: 5
Views: 3279

Re: Warning : Problem in adjusting floating point

Hi Use the DRS stage instead of the Oracle Enterprise stage. this will solve your problem. Kiran Hi , We have got a column(addr_key) in the oracle table which has metadata like Number(11). In the datastage job , we have a query like SELECT MAX(ADDR_KEY) ADDR_KEY , 'ADDR_DIM' TABLE_NAME FROM ADDR_DIM...
by goosarikiran
Wed Jul 27, 2005 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Data Set
Replies: 1
Views: 1534

Accessing Data Set

How many jobs can access one Data Set for reading at a time?
by goosarikiran
Wed Jul 27, 2005 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental Variables
Replies: 1
Views: 1307

Environmental Variables

Is there any limit for declaring the environmental variables & job parameters?
by goosarikiran
Wed Jul 27, 2005 12:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: char to integer32
Replies: 6
Views: 2903

Re: char to integer32

ds_is_fun wrote:Char to numeric conversion. Any suggestions?
char is left justified and int is right justified.