Search found 218 matches

by Nageshsunkoji
Wed Feb 22, 2006 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Job log before compilation ?
Replies: 13
Views: 4104

How to get Job log before compilation ?

Hi Folks, I have a requirement to get the Job logs before compilation. For Ex : Some unknown person changed something in my code and he simply saved that job and he didn't comile that Job. In my next run when i compile the same job i am getting the modifications which are not done by me.So, my quest...
by Nageshsunkoji
Thu Feb 16, 2006 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exponential to decimal in Aggregator
Replies: 2
Views: 1117

Hi, In such type of cases you have to set the option in the aggregator Default to decimal output as [30,2], then you can get your expected result. The default value for Default to decimal output is [8,2]. So, change the settings in the above mentioned option. I think this will solve your problem. Th...
by Nageshsunkoji
Thu Feb 16, 2006 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15058

Hi All, I tried to remove the Leading spaces from the string by using the following function: Empname= string_trim[" ", begin](Empname) I succeeded by trimming Leading spaces. But i failed to remove tariler spaces by using following function : Empname= string_trim[" ", end](Empna...
by Nageshsunkoji
Thu Feb 16, 2006 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator Vs Transformer
Replies: 7
Views: 5868

Hi Arnd & ray,

Thanks a ton for your inputs.

I dont have huge data to test, that is the reason i posted the query here.

Thanks for your statistics.

Thanks and Regards,
Nagesh.
by Nageshsunkoji
Thu Feb 16, 2006 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job being monitored eror
Replies: 11
Views: 3848

Hi All, Even i faced the same problem with my jobs sometime back. The main reason behind this is your job is running internally in the server.This is due to you forcefully close your job ( by using alt+ctrl+del in windows) or some other reason. The solution for this is kill your job by using Kill co...
by Nageshsunkoji
Thu Feb 16, 2006 3:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Generator Vs Transformer
Replies: 7
Views: 5868

Column Generator Vs Transformer

Hi Folks, I have a requirement to create a new column called Empno and populate the Empno with parameter EMPNO_INT_PARM. Now, I have two options to create the Empno 1) Use the Transformer to create the column and populate with vale 2) Use Column generator stage and create new column and generate wit...
by Nageshsunkoji
Wed Feb 15, 2006 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15058

Hi Arnd, Thank you for your reply. I tried with the below function and i got the result now. Empname= string_trim['0', begin, end](Empname) Previously I tried with another round means i tried like this Empname= string_trim['0', begin, end](Nagesh) My undersatnding was not proper at that time, now it...
by Nageshsunkoji
Wed Feb 15, 2006 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim Function in Modify Stage
Replies: 21
Views: 15058

Trim Function in Modify Stage

Hi Folks, In One of Ascential Provide Document I read about the following function in the Modify stage : stringField=string_trim[character, direction, justify] (string) In the document they wrote that the above function will trim the Leading or Trailing charcters from the String. But , when i tried ...
by Nageshsunkoji
Wed Feb 08, 2006 10:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue In Job
Replies: 4
Views: 1533

Hi Richardan & Kumar,

Thank you for your Inputs. I am selecting the option as dragging the column from Source to Target even though it's a time consuming work to reach better performance.

Regards,
Nagesh
by Nageshsunkoji
Tue Feb 07, 2006 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Issue In Job
Replies: 4
Views: 1533

Performance Issue In Job

Hi All, I have a requirement to add a column called Analog to the job flow, in this process i have two options 1) The source dataset is coming from another job which have column Analog and add the column in the input dataset and dragg the column up to the Target satge through the flow. 2) I can able...
by Nageshsunkoji
Mon Feb 06, 2006 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Shared Container
Replies: 7
Views: 4844

Hi Arnd, Thanks for your reply.My main concern & understanding regarding shared container performance is, if you use a shared container in 4 jobs it will use same processor, that will save our space( Like combinability mode in each stage).Please, correct me if it is wrong ? Regards Nagesh.
by Nageshsunkoji
Mon Feb 06, 2006 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Shared Container
Replies: 7
Views: 4844

Parallel Shared Container

Hi all, I Created a Parallel Conatiner with the content of 4 lookups in the container and i am using this container in 4 of my jobs. There are no dependecies in my 4 jobs. I am running these jobs through Sequence. So, my questions is when i tried to use shared container parallely in 4 jobs, whether ...
by Nageshsunkoji
Tue Jan 03, 2006 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge Stage Problem
Replies: 2
Views: 1383

RCP Solution

Hi , This error may cause of, you are dropping the column in the source side of Merge Stage and you are not carrying to the target. u can remove this warning by two process: 1) If u r not required the column in the output drop that column by using Modify Stage. 2)Other way, u can Disable the RCP(Run...
by Nageshsunkoji
Tue Jan 03, 2006 8:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert string to int in modifystage
Replies: 4
Views: 3746

Function to convert String to Integer

Hi,

The function for converting int16 to string as follows :

NewColumn:int 16 = lookup_int16_from_string(Old Column:String)

In case of remaining Integer type the convesrion from string to integer would be default i.e. No function required to convert String to Integer.

Regards
Nagesh.
by Nageshsunkoji
Sun Nov 20, 2005 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the diff between DB2 API and DB2EE stage
Replies: 3
Views: 2037

Than X

Hi Ray & Bindu,

Thanks for u r response.It is very helpful to me.

Thanks & Regards
Nagesh.