Search found 44 matches

by creatingfusion
Tue Jun 12, 2012 4:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Implement Null Handling in a RCP job
Replies: 4
Views: 3883

Thanks but -
Require generic approach - 9 space would be specific to the metedata here in input but the input dataset can have varied number of columns and varying metadata.
by creatingfusion
Tue Jun 12, 2012 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to Implement Null Handling in a RCP job
Replies: 4
Views: 3883

Need to Implement Null Handling in a RCP job

I have a job wherein the RunTime Column Propagation is enabled. The job is designed as under: Dataset -----> Fileset. The Dataset, Fileset names are path passed as parameters. And the metadata is propagated at runtime using RCP. Now the Dataset passed have four columns A (Integer 5) B (Integer 5) C ...
by creatingfusion
Mon May 23, 2011 1:46 pm
Forum: General
Topic: Unable to unlock a job in DS
Replies: 5
Views: 3450

Unable to unlock a job in DS

There is a DataStage job which got locked. While trying to compile the job I am getting the error as " Cannot get access to the jobs " We are unable to either compile or delete the jobs. Also there being no locks in the job and DS Admin being trying to get that unlocked and still not able ...
by creatingfusion
Tue Mar 22, 2011 10:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require solution on a requirement
Replies: 11
Views: 6060

Re: Require solution on a requirement

Agregator was tested but it fills up the scratchdisk and the records are sorted on the key fields.

Thanks
Abhijit
by creatingfusion
Tue Mar 22, 2011 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require solution on a requirement
Replies: 11
Views: 6060

Input - Col_A|Col_B|Col_C|Col_Date1|Col_Date2 Its 5 different columns delimited with pipe for illustration.... What I did is - for Col_Date1.... current = Col_A:Col_B:Col_C currentDt1=Col_Date1 chkDt1=if current=previous and Col_Date1>prev_Col_Date1 then prev_Col_Date1 else Col_Date1 flag = if curre...
by creatingfusion
Tue Mar 22, 2011 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require solution on a requirement
Replies: 11
Views: 6060

"Col_A|Col_B|Col_C|Col_Date1|Col_Date2", these being the columns in the output but aggregation on 2 million rows would be slow. In stage veriable would it be possible if i sort by the keys Col_A|Col_B|Col_C ... only and then compare the Col_Date1 values and store in another stage variable ...
by creatingfusion
Tue Mar 22, 2011 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require solution on a requirement
Replies: 11
Views: 6060

Thanks a lot for the elaborated reply.... But as the number of records being too large can the three sort stage be reduced to one and sorting done on keys and the stage variable taking care of the earliest and latest dates..... Else was looking for some more optimization looking at the large number ...
by creatingfusion
Tue Mar 22, 2011 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Require solution on a requirement
Replies: 11
Views: 6060

Require solution on a requirement

The input data looks somethin like - Col_A|Col_B|Col_C|Col_Date1|Col_Date2 A|B|C|2001/01/01|2002/01/03 A|B|C|2001/01/02|2002/01/04 A|B|C|2001/01/03|2002/01/05 The output should be: Col_A|Col_B|Col_C|Col_Date1|Col_Date2 A|B|C|2001/01/01|2002/01/05 Requirement: if Col_A, Col_B and Col_C are same among...
by creatingfusion
Mon Mar 14, 2011 7:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reqire logical assistance
Replies: 3
Views: 2432

Reqire logical assistance

Requirement: The input data looks somethin like - Col_A|Col_B|Col_C|Col_Date1|Col_Date2 A|B|C|2001/01/01|2002/01/03 A|B|C|2001/01/02|2002/01/04 A|B|C|2001/01/03|2002/01/05 The output should be: Col_A|Col_B|Col_C|Col_Date1|Col_Date2 A|B|C|2001/01/01|2002/01/05 Requirement: if Col_A, Col_B and Col_C a...
by creatingfusion
Fri Feb 18, 2011 12:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substitution for Lookup Stage in DS Job
Replies: 8
Views: 6661

Its simple look up with entire partitioning ..... and the job sometimes handles about 50M rows in the input link so its runtime gets around 3 hours .....

So please suggest some solution
by creatingfusion
Fri Feb 18, 2011 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Substitution for Lookup Stage in DS Job
Replies: 8
Views: 6661

Substitution for Lookup Stage in DS Job

I have a DataStage Job which uses lookup stage to lookup on some key values coming from two links. The amount of incoming records being quite high around 50 millions. So the job performance gets badly hampered. Need suggestion from the group in the ways the jobs performance can be improved and which...
by creatingfusion
Mon Nov 08, 2010 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing Parameter Set from Unix script to DataStage Job
Replies: 1
Views: 3506

passing Parameter Set from Unix script to DataStage Job

The job uses parameter set ps_List passed to the job in form of list having values as.... ps_List1 ps_List2 Script calls the DS Job as under: sh TestScript.sh ps_List Now when I call the script from another DS job and pass the default value for the parameter set it takes the value of the parameter s...
by creatingfusion
Mon Nov 08, 2010 2:37 pm
Forum:
Topic: pass parameter set to DS job from unix script
Replies: 2
Views: 2692

Re: pass parameter set to DS job from unix script

Any response from anyone on this please.
Thanks
Abhijit
by creatingfusion
Mon Nov 08, 2010 12:57 pm
Forum:
Topic: pass parameter set to DS job from unix script
Replies: 2
Views: 2692

pass parameter set to DS job from unix script

I want to call a DS job from an Unix shell script DS Job name: TestJob Script Name : TestScript.sh The job uses parameter set ps_List passed to the job in form of list having values as.... ps_List1 ps_List2 Script calls the DS Job as under: sh TestScript.sh ps_List Now when I call the script from an...
by creatingfusion
Mon Sep 27, 2010 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to run a job if job failed ofter loading some records
Replies: 5
Views: 5543

Re: how to run a job if job failed ofter loading some record

If the job aborts after loading 600 records out of 1000 in source file .... verify if the records 600 are actually loaded. Then in the output database stage whatever it be use UPSERT Update then Insert in place of simple insert and do not forget to specify the KEY fields in that. That will do yours ...