Search found 21 matches

by kruthika
Wed Aug 03, 2005 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Read Only routine
Replies: 3
Views: 1730

That routine i exported from production environment to development environment to make a change. There is some naming standards that i should follow.

By mistake i exported as read only from prod to dev.Now i need to modify it and export it to production.

Thanks
by kruthika
Wed Aug 03, 2005 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete Read Only routine
Replies: 3
Views: 1730

Delete Read Only routine

Hi,

I have to delete or rename a read only routine. When I attempt to delete or rename a read only routine it shows the message that read only object cannot be deleted. Please extend help.

Thanks
by kruthika
Mon May 23, 2005 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we extract the decimal part alone using Iconv/Oconv
Replies: 3
Views: 1561

Thanks Arnd...

Field function itself suits my need.
by kruthika
Mon May 23, 2005 2:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we extract the decimal part alone using Iconv/Oconv
Replies: 3
Views: 1561

Can we extract the decimal part alone using Iconv/Oconv

Can we extract the decimal part alone using Iconv/Oconv.

I arrived at the solution by using the following code.
Substrings("3435.676",Index("3435.676",'.',1)+1,Len("3435.676"))
But it seems to be a round about.

Can we achieve the same using Iconv or Oconv....

Thanks
by kruthika
Thu Apr 28, 2005 9:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Nvarchar datatype
Replies: 3
Views: 2157

Thanks for ur reply,

Can I load the data of NVarchar datatype into a temporary table with varchar type and then perform transformations on the data using the temporary table as source further? Does it affect the data of that field?
by kruthika
Thu Apr 28, 2005 12:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Nvarchar datatype
Replies: 3
Views: 2157

Nvarchar datatype

Hi,

How to handle NVarchar datatype in Datastage Server job.

If we use varchar datatype for Nvarchar in Odbc stage...Will it makes a difference?

Thanx
by kruthika
Thu Apr 21, 2005 5:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Processing set of records
Replies: 1
Views: 989

Processing set of records

Validation of the records should be like current value of D field should be equal to the previous value of E of that particular set of the child records. If B field in the parent record is 2 and C is 7 then 14 child records (7 sets containing 2 records each) for that parent record will be present. F...
by kruthika
Wed Mar 09, 2005 10:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling DSRunJob
Replies: 2
Views: 1802

Controller problem: Error calling DSRunJob

Hi, I am facing a problem while executing the job sequencer . when i execute the job LoadingIndicatorCDataSeqFile individually its working fine for 100 records.there are abt 180 records in my table.For 101 th rec it gives the following error: jsCPM043LoadSeqFile..JobControl (@ja_LoadingIndicatorCDat...
by kruthika
Tue Nov 09, 2004 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator stage Decimal Problem
Replies: 0
Views: 1802

Hi,

Change the Input column datatype in aggregator stage as Decimal(20,0) (In the sub properties) and pass the value as decimal into the aggregator.
This will remove the warning....
by kruthika
Wed Jul 21, 2004 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append in a lookup fileset
Replies: 2
Views: 2264

Thanks for ur response!!

But there is no hash file stage in px parallel job...
then how can i create a hash file??
by kruthika
Wed Jul 21, 2004 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which suits large volume of data dataset or fileset
Replies: 3
Views: 2849

which suits large volume of data dataset or fileset

Hi,

In a parallel job, Which suits large volume of data better...Fileset or Dataset..

Thanks
by kruthika
Wed Jul 21, 2004 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance difference between fileset and file usage
Replies: 1
Views: 1923

Performance difference between fileset and file usage

Hi

parallel job 1 uses a sequential file- transformer-sequential file.

parallel job 2 uses a sequential file-fileset-transformer-fileset-sequential file.

Is there a performance difference between these two jobs?
Is there a way to find the performance difference..

Thanks!!
by kruthika
Wed Jul 21, 2004 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Append in a lookup fileset
Replies: 2
Views: 2264

Append in a lookup fileset

Hi, Can I append a lookup fileset in a parallel job... I am having a sequential file as input and the data in it needs to be appended in a lookup fileset.Is it possible to append a lookupfileset. Can any one suggest me a way to append data from a sequential file to a lookup or lookupfileset so that ...
by kruthika
Thu Jul 15, 2004 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date function
Replies: 7
Views: 5459

I actually tried MONTH.LAST in the transformer actually, since its a server job function and i am working on the parallel job, its not available in it. So i am trying to put the stage variable for the same. I am not sure of its performance issue, could any one please tell how to do this in a better ...
by kruthika
Wed Jul 14, 2004 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to use peek stage
Replies: 6
Views: 12539

Sorry for my ignorance!! In 483-492 pages of parjdev doc , compress and expand stages are explained.how do they help out in debugging!! In datastage server job, we can debug using a watch window(debug option). but in the case of parallel job,is there any way to debug using watch window or thro any s...