Search found 172 matches

by mdbatra
Mon Apr 11, 2011 3:43 am
Forum: IBM QualityStage
Topic: Setting Cutoff Values
Replies: 6
Views: 3551

Setting Cutoff Values

Hi,

I have just started learning QualityStage through the PDF documentation. But i guess i am missing something.

How do we set the Match/Clerical cutoffs. I mean how do we calculate that.

Also, on what basis do we set the m and u probability ?

Would apprciate any help.

Thanks.
by mdbatra
Wed Mar 31, 2010 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling "Not Compiled" jobs in Job Control
Replies: 3
Views: 1653

That was so stupid of mine. Sorry !
by mdbatra
Wed Mar 31, 2010 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling "Not Compiled" jobs in Job Control
Replies: 3
Views: 1653

Calling "Not Compiled" jobs in Job Control

Hi , i am writing a job control which would fetch all the job names in the project from a file( derived from Universe) and obtain all the stage names. Then, job name and the all the corresponding stage names are to be written to a file in below manner: Job_Name | Stage_Names( "," delimited...
by mdbatra
Fri Sep 04, 2009 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1873

Will keep in mind. Thanks for your prompt replies ArndW.
by mdbatra
Fri Sep 04, 2009 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1873

Sorting at Join proved fruitful.
So, Does it mean that Join tries to match incoming record only with the first record(from reference data set) it founds within the same partition ?
by mdbatra
Thu Sep 03, 2009 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1873

& 1 more observation:
even if it is getting the match, all the extracted columns from the refernce data sets are not coming(some coming as BLANK) while input is having a valid value in those field.
by mdbatra
Thu Sep 03, 2009 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1873

yes,i did.
by mdbatra
Thu Sep 03, 2009 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Result Not Stable
Replies: 6
Views: 1873

Result Not Stable

Hi All, in my job design, i have a single input dataset & 3 reference data sets. With each reference data set, i have a separate join based on same 3 keys. Prior to join with input data set, all reference data set go through a remove duplicate stage,which are hash partitioned on same keys as use...
by mdbatra
Mon Jul 06, 2009 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environemt Variables
Replies: 17
Views: 6947

Sorry...i meant that i am still getting the below run time error: Transformer_40: Failed to load the library "V0S40_skey_Transformer_40.so"; either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with...
by mdbatra
Sun Jul 05, 2009 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environemt Variables
Replies: 17
Views: 6947

Typically that error comes when the object code isn't linked correctly, and/or when the function definition doesn't match the code. Specifically: - declare it as an object - declare it with 3 argume ... Hi ArndW, I am working on an exactly same task.I declared the routine as an object file with 3 a...
by mdbatra
Mon Jun 29, 2009 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Environemt Variables
Replies: 17
Views: 6947

I'm curious why you "need" to do this, care to share? Perhaps there is a more better solution to whatever problem you are trying to solve. I was trying to achieve the same result(updating an environment variable) using the same method as described above by pavan but couldn't get it. I am ...
by mdbatra
Sun Jun 28, 2009 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading environment variable
Replies: 13
Views: 5441

i used GetEnvironment function & that worked. But, i dont understand why the first one didn't work.
Anyways, thanks guys !!!
by mdbatra
Sun Jun 28, 2009 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading environment variable
Replies: 13
Views: 5441

sorry i forget to mention that... yes i first called that env variable in job parameters & then used in the transformer. In transformer, i am using that just for the output column derivation.
by mdbatra
Sun Jun 28, 2009 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while reading environment variable
Replies: 13
Views: 5441

i added that env variable in job parameters & then read in the transformer. Should be okay ..right ?