Search found 406 matches

by JRodriguez
Mon Feb 02, 2009 5:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I set DSUserStatus in a PX job?
Replies: 4
Views: 2552

Re: How can I set DSUserStatus in a PX job?

rstemphowski You should set the User Status inside the job ( Is the same for server and parallel jobs). You can interrogate the value of the User Status in any point - downstream - in the sequence after the job activity that call the job Each time the job is execute the User Status value will be ref...
by JRodriguez
Mon Feb 02, 2009 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I set DSUserStatus in a PX job?
Replies: 4
Views: 2552

Re: How can I set DSUserStatus in a PX job?

rstemphowski You should set the User Status inside the job ( Is the same for server and parallel jobs). You can interrogate the value of the User Status in any point - downstream - in the sequence after the job activity that call the job Each time the job is execute the User Status value will be ref...
by JRodriguez
Fri Jan 30, 2009 10:06 am
Forum: IBM QualityStage
Topic: how to make a SOA services with deduplication
Replies: 17
Views: 8446

Ascen, What I mean is that because you can't generate frequency data in a real time job, then: 1) Standardized and generate frequency for you reference data in a separate job - no a real time one. Execute this job as part of a weekly batch (Really depend on how frequently your reference data change)...
by JRodriguez
Fri Jan 30, 2009 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD typeII implementation
Replies: 9
Views: 4079

Hi,

Start --> Programs --> Information Server --> Documentation

The IBM Red book "IBM InfoSphere DataStage Data Flow and Job Design" explain this in detail
by JRodriguez
Fri Jan 30, 2009 8:40 am
Forum: IBM QualityStage
Topic: how to make a SOA services with deduplication
Replies: 17
Views: 8446

Re: how to make a SOA services with deduplication

Hi, Match Frequency stage is not a real time stage - also it will be time consuming - so you would like to generate the frequency data set in a separate job that can be execute as frequently as your reference data change To fulfill the requirement of the match stage to have two frequency data set - ...
by JRodriguez
Thu Jan 22, 2009 10:57 am
Forum: IBM QualityStage
Topic: matching job
Replies: 13
Views: 4803

Re: how to handle Null in blocking and matcing feilds

suneelchallagali, All records having nulls values in blocking fields are skipped in the current pass, but become available for other passes. Just add other passes with different blocking fields to process those records Records will become matches, duplicates or residual depending on the composite we...
by JRodriguez
Fri Jan 16, 2009 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd2
Replies: 1
Views: 981

Re: scd2

sreenathprakaash...

Look like you won't have a Current Indicator fields so you should define your eff_dt column with a purpose code "Effective date (Type 2)" in the Input --> Lookup page of the SCD stage


Hope this will help

Thanks,


Julio
by JRodriguez
Wed Jan 14, 2009 10:37 am
Forum: IBM QualityStage
Topic: matching job
Replies: 13
Views: 4803

suneelchallagali, Just to be clear, you need exact matches on ssn and birthdate and matches were if the ssn or birthday are missing or are different then you would like to get all records that match 90% base on First_name, Middle_name and Last_name? If so you should have two passes. One having only ...
by JRodriguez
Wed Jan 14, 2009 10:05 am
Forum: IBM QualityStage
Topic: matching job
Replies: 13
Views: 4803

suneelchallagali If you are looking to get only exact match on birthdate and ssn then do not use any matching fields the process will dump into residual all records that don't match on those two fields Regarding the error looks like the processes - players on different node- are running out of resou...
by JRodriguez
Tue Jan 13, 2009 2:39 pm
Forum: IBM QualityStage
Topic: QualityStage and DB2
Replies: 3
Views: 1962

Re: QualityStage and DB2

For QS you should have another database - The Match Designer database - that could be hosted in DB2, Oracle or SQl Server

Julio Rodriguez
by JRodriguez
Tue Jan 13, 2009 9:51 am
Forum: IBM QualityStage
Topic: matching job
Replies: 13
Views: 4803

suneelchallagali If you are using SSN as a blocking variable you don't need to include it as a matching variable. The process will compare only records with same SSN anyway Having a cut off as 0 doesn't mean that records having a composite weight greater than 0 are matches. You should play around wi...
by JRodriguez
Mon Jan 05, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage error
Replies: 1
Views: 1319

This is related to C++ compiler set up

Srinivas,

I was having same error and it was related to C++ compiler not properly set up

Try to compile any other job having a transformer stage ...


Hope that this help

Julio
by JRodriguez
Fri Dec 26, 2008 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Conversion formats
Replies: 44
Views: 12382

aasaif: While converting the date value from internal to external using Oconv function, the mask in the Oconv function is specifying to spell out the month piece - A3 - but you are expecting digits OCONV(ICONV(Field(DSLink2.CreateDate," ",1,1),"D"),"D-DMY[2, A3 ,2] ") A...
by JRodriguez
Tue Jul 17, 2007 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avaya and OpenLink
Replies: 5
Views: 3000

Hello Tacitus:

We are having same issue with Avaya - CMS- database. We tried port 3077 but it didn't work for us.

How you find out which is the port for Avaya (CMS) database?

Thanks,

Julio R.
by JRodriguez
Wed Nov 01, 2006 6:23 pm
Forum: IBM QualityStage
Topic: DPV Codes for CASS stage!
Replies: 2
Views: 2212

DPV in CASS

Welcome to CASS! Delivered Point Verification(DPV) are just values that help you identified if an address is currently represented in the USPS delivery point file(reference file) as a valid delivery. Also with those columns you should have a better idea if the address is a false positive or what kin...