Search found 101 matches

by RAJEEV KATTA
Fri Jul 04, 2008 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statistics
Replies: 1
Views: 720

Performance statistics

The performace statistics in the job designer is not working,it is not showing how many records are processed.How can I enable that so that I can view the records being processed while running.
by RAJEEV KATTA
Wed Jun 18, 2008 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratch disk space full
Replies: 1
Views: 1017

Scratch disk space full

I have a scenario where I am running a job and it gets aborted saying scratch disk space full.The job runs in production & I have no privilges to change the config file.Are there any environment variables or any method where in I could resolve the problem without touching the config file.If I br...
by RAJEEV KATTA
Tue Jun 10, 2008 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime sequential file creation
Replies: 3
Views: 1631

Runtime sequential file creation

I have a scenario where in the source is a file with multiple columns. One of the column name is cost center & the values in it are dynamic.if there are 10 cost centers then target should create 10 files with cost center=1 to first file and cost center=2 to second file.Depending on no of cost ce...
by RAJEEV KATTA
Tue Mar 04, 2008 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find the period "." in a string in transfor
Replies: 5
Views: 1608

How to find the period "." in a string in transfor

I have a requirement where I need to place a constraint in the transformer which would only send the records to the output Stage where the string contains a period "." .I can do the same using external filter by using grep command but how do I do that in a tranformer I mean which string fu...
by RAJEEV KATTA
Thu Feb 21, 2008 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL tool migration
Replies: 5
Views: 2196

Well its called DSMigrator but its an internal tool of IBM.Its not yet officially released.So you have to take IBM consulting help to do that.
by RAJEEV KATTA
Fri Jan 11, 2008 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Placing a constraint in transformer
Replies: 9
Views: 3763

The input field datatype is varchar but as to your question the second one can have data without mantissa I mean 5678. What I am actually looking is if the input is not a whole no I need to pass it to output.
by RAJEEV KATTA
Fri Jan 11, 2008 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Placing a constraint in transformer
Replies: 9
Views: 3763

If the value is 5678.00 or 5678. then the value turns out to be 0.But I want to send the output only when it is not a whole number like "5678.00' and not "5678.".
by RAJEEV KATTA
Fri Jan 11, 2008 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Placing a constraint in transformer
Replies: 9
Views: 3763

The example of 5678.01 the mantissa should be 01 the values after decimal.
by RAJEEV KATTA
Thu Jan 10, 2008 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Placing a constraint in transformer
Replies: 9
Views: 3763

Placing a constraint in transformer

I have a scenario where in I have to pass the records to output if the input field value is not a whole no for ex-:5678.00 or 5678.01.I extracted the mantissa from decimal and said if num(extracted value)=1 then pass the record but there are input records like 5678. & the mantissa value is getti...
by RAJEEV KATTA
Mon Jan 07, 2008 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: First Character as uppercase character
Replies: 3
Views: 1336

First Character as uppercase character

Which function in transformer do I need to use to find whether the first character of a string is upper case or not.
by RAJEEV KATTA
Fri Dec 14, 2007 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with entire partitioning in lookup
Replies: 6
Views: 1786

But the best partitioning is entire for lookup.
by RAJEEV KATTA
Fri Dec 14, 2007 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with entire partitioning in lookup
Replies: 6
Views: 1786

Problem with entire partitioning in lookup

When I select entire partitioning in lookup and I have got 4 nodes with 4 matching rows I get the ouptut of 16 rows as it process all the data in each node.How to avoid this and get only 4 records.
by RAJEEV KATTA
Mon Oct 08, 2007 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change string function
Replies: 4
Views: 5116

Hi Ray,I know the difference between change and ereplace function.I have tried in search for equivalent parallel function of change() but I could not find it,I saw some other workarounds like writing to sequential files in server and then using it but I couldnot find the equivalent function of chang...
by RAJEEV KATTA
Fri Oct 05, 2007 6:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change string function
Replies: 4
Views: 5116

Convert is only a character replacement not the substring replacement.
by RAJEEV KATTA
Fri Oct 05, 2007 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dscc.exe - to compile jobs from category.
Replies: 6
Views: 2568

Go to the ds client path on your machine from command line and just type dscc you will see different options in it.This would do the needful.