Search found 87 matches

by Das
Thu Jul 28, 2011 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differnce between two dates
Replies: 3
Views: 1678

Differnce between two dates

Hi All,
Please help me to find the diference between tw dates-I hv tried with some option mentioned in dsxchane nothing works out.

My requiremnt is to get number of days between two dates

Thanks in advance

Das
by Das
Sat Oct 10, 2009 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve performance..
Replies: 6
Views: 3403

First,How do you define performance?Actually,it depends on various factors like hardware config,CPUs used,volume of source data,etc..Performance improvement is like an iteration process and get the best possible solution. -Transformer would be better than Filter due to various reasons Moreover,with...
by Das
Fri Oct 09, 2009 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve performance..
Replies: 6
Views: 3403

gssr wrote:You can hit some tutorial white papers in your favorite search engine for this issue.... :arrow:
Okey..But i want to know something about from ral datastge gurus or spcific issues...
by Das
Thu Oct 08, 2009 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve performance..
Replies: 6
Views: 3403

How to improve performance..

Hi All, Plese advice ,Which is best way to use the stage to get the optmum performance. 1-Currently I am using remove duplicate stage to remove the duplicate records,but i think using of sort stage is better to do the same operation.. Please suggest..Can I achieve any performance improvement out of ...
by Das
Mon Jun 01, 2009 11:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up is vey slow
Replies: 5
Views: 2744

The job logic is as given below Case 1: Job1-Create hashed file from table of 60 million records (fetching around 45 million records based on condition ) Job2-Using the hashed file created from job for look up purpose Job1 is taking long time to create hashed file,running 400 rows/sec So I tried the...
by Das
Mon Jun 01, 2009 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up is vey slow
Replies: 5
Views: 2744

Thanks...

With out lookup it is processing 3000 to 4000 records per sec
by Das
Mon Jun 01, 2009 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up is vey slow
Replies: 5
Views: 2744

Look up is vey slow

Hi I want to do a lookup with a table having 50 million records , with the source flat file having 45 millon records First i have implimented it trough a haded file ,the hashed file created out of the table - It was very slow Now I have implimented a direct orcale stage lookup-It is based on two key...
by Das
Mon Mar 09, 2009 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error 81002 waiting for job
Replies: 2
Views: 6566

Error 81002 waiting for job

Please help... I have triggered a DS JOB FROM UNIX Using dsjob command, Job is finished with out any warnings after 13 hrs and the data is properly loaded to target,so director also shows the status "Finished OK" But in unix command prompt it is showing the following error meaage Error 810...
by Das
Thu Mar 13, 2008 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ClusterKeyChange
Replies: 5
Views: 2751

Yes, tediously, through Transformer stage stage variables. Why not specify "Don't sort, previously grouped" in the Sort stage - you can still generate the cluster key change column, at virtually no ... Thanks Ray.. Plase help me in the below senario. Job Design src-------------->sort1----...
by Das
Thu Mar 13, 2008 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ClusterKeyChange
Replies: 5
Views: 2751

ray.wurlod wrote:In a phrase, unsorted though grouped data. ...
The same, can we achieve with out clusterkeychange ?
by Das
Mon Mar 10, 2008 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ClusterKeyChange
Replies: 5
Views: 2751

ClusterKeyChange

I have a dobt why we need to go for ClusterKeyChange ,Does it possible by KeyChange .I have used key change in meny occations .Any body can explain the senariao in which we are going for ClusterKeyChange .and Whts the difference

Thanks in advance
by Das
Mon Mar 03, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capture duplicates
Replies: 5
Views: 3591

Set the "Create Cluster Key Change Column" property in sort stage to true. This creates the output field "clusterKeyChange". The values in this field will be 1 for a record, and 0 for all its duplicate records. Using the filter stage you can get the duplicates in one link and un...
by Das
Mon Jan 14, 2008 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prcessing XML files
Replies: 11
Views: 5728

Ok, it can't find your files because you've entered the values wrong. The Folder pathname should just be "C:\xml" and then your Wildcard pattern should be "*.xml". Give that a shot. ... Thanks.I didnt get your comment exatly. Actually all my XML files are keeping at the loction ...
by Das
Mon Jan 14, 2008 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prcessing XML files
Replies: 11
Views: 5728

Hi Thanks for your help.I have gone through the link mentioned below and did exatlt wht they mentioned but still I am facing some more issues realted to xml stages. Following is my job design ,to convert XML Doc to SEQUNCILAL file, Folder stage------XML input-----SEQfile stage. Folder stage properti...
by Das
Fri Jan 11, 2008 5:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared hashed file vs Performance issues
Replies: 3
Views: 1684

ArndW wrote:If the hashed file is being referenced, i.e. read-only with no updates, then by all means run in parallel. Each job referencing this file will have it's own memory copy if the file is designated "pre- ...

THANKS A LOT