Search found 41 matches

by ashok
Mon Apr 14, 2008 5:20 am
Forum: IBM QualityStage
Topic: How to set up configuration to run QS on windows xp
Replies: 3
Views: 2795

ray.wurlod wrote:Assuming you have QualityStage licensed and have developed your QualityStage jobs, nothing. ...
yes, I have license and when I develop QS job, it is in parallel job so I was wondering if in need to set up configuration file to run this job
by ashok
Mon Apr 14, 2008 4:37 am
Forum: IBM QualityStage
Topic: How to set up configuration to run QS on windows xp
Replies: 3
Views: 2795

How to set up configuration to run QS on windows xp

Hi,
Installed V.8 on my local machine, trying to create QS job and run.

the pc has Intel core due with 4 gb ram

what additional task's needed to run QS job on windows local machine?

Thanks
by ashok
Tue Feb 05, 2008 9:28 am
Forum: IBM QualityStage
Topic: how to standardize MNS data
Replies: 3
Views: 2542

Thanks Ray, 0001 office 1 st1 0001 office 2 baltimore,md,23456 Here's the problem. Where ever it has ST (street in the column) it is recognizing TWOBYTEISOCODE AS ST and THREEBYTEISOCODE as STP. (STP: SAO TOME AND PRINCIPE country) (it is not standradizing the data.( As every one know baltimore is ...
by ashok
Fri Dec 28, 2007 9:56 am
Forum: IBM QualityStage
Topic: Error running match stage in parallel mode
Replies: 2
Views: 2842

when I added APT_PM_NODE_TIMEOUT=150 it is working for small number of records, and try to run with big number of records in file, it is still failing
by ashok
Fri Dec 28, 2007 9:33 am
Forum: IBM QualityStage
Topic: Parsing a complex address
Replies: 2
Views: 2634

small change in code This is what you should do, one set code for all you address examples ^ | - | ^ | ^ | / | ^ | ** | T =A= "BLVD" | $ COPY [1] temp CONCAT [2] temp CONCAT [3] temp CONCAT " " temp CONCAT [4] temp CONCAT [5] temp CONCAT [6] temp COPY temp {HN} COPY_S [7] {SN} CO...
by ashok
Fri Dec 28, 2007 9:31 am
Forum: IBM QualityStage
Topic: Parsing a complex address
Replies: 2
Views: 2634

This is what you should do, one set code for all you address examples ^ | - | ^ | ^ | / | ^ | ** | T =A= "BLVD" | $ COPY [1] temp CONCAT [2] temp CONCAT [3] temp CONCAT " " temp CONCAT [4] temp CONCAT [5] temp CONCAT [6] temp COPY temp {HN} COPY_S [7] temp2 CONCAT temp2 {SN} COPY...
by ashok
Fri Dec 28, 2007 9:14 am
Forum: IBM QualityStage
Topic: How do I split this address?
Replies: 2
Views: 2680

you can also add following code in .pat file, search for Input_Modifications and add following code, this code will put 1/2 in House number suffix, S in street prefix directional. Input_Modifications ^ | ^ | / | > [{}(-2:-1) PICT = "nc" ] | > | T copy [2] temp concat [3] temp concat [4](n)...
by ashok
Fri Dec 28, 2007 9:10 am
Forum: IBM QualityStage
Topic: looking for a Quality stage expert for 2 months
Replies: 2
Views: 2595

is off site allowed
by ashok
Mon Jul 23, 2007 2:39 pm
Forum: IBM QualityStage
Topic: Error running match stage in parallel mode
Replies: 2
Views: 2842

Error running match stage in parallel mode

Hi, getting errror while running match stage with more than one pass in parallel mode, the results are good when I have only one pass. error message is: ualityStage job TEST02(414238) exited with status 1. STEP logs are in /QSHOME/Logs/TEST02.*.log. /QSHOME/Logs/TEST02.0.log:##E TFSU 000154 16:12:27...
by ashok
Sat Feb 03, 2007 12:54 pm
Forum: Data Quality Best Practices
Topic: matching
Replies: 2
Views: 16709

In extract file you need to create a field to allow match stage to populate match set numbers, this is explained in QS documents,

example
TYPE SET
XA 1
DA 1
DA 1
XA 2
DA 2
RA 3
RA 4
by ashok
Thu Feb 01, 2007 9:54 pm
Forum: Data Quality Best Practices
Topic: QS: undup VS undup independent
Replies: 4
Views: 17976

Regarding first question? Undup independent will also bring records which you might not want to consider as required matches, so be carefull while selecting passes for Undup independent, Like pass one has hard key match & pass to has fussey match example- Pass 1- 10 char name & tax id Pass 2...
by ashok
Thu Feb 01, 2007 9:46 pm
Forum: Data Quality Best Practices
Topic: QS: undup VS undup independent
Replies: 4
Views: 17976

wt cut off's are explained very well in MatchConcepts, my suggestion is to work with 10/20 sample records and apply cut offs depending up on matching fields

To better understand use only one pass, later you can experiment with increasing number of passes.

Thanks
Ashok
by ashok
Thu Feb 01, 2007 9:37 pm
Forum: Data Quality Best Practices
Topic: how to use quality stage
Replies: 4
Views: 19599

Follow closely the documentation provided with QS client install, the necessary steps are explained but need extra home work to get experience, as it not as straight as data stage help menu or pdf's help us, There is lot of probability analysis you will come across either with standardization or mat...
by ashok
Sun Sep 10, 2006 4:53 pm
Forum: IBM QualityStage
Topic: Incomplete record read from file
Replies: 5
Views: 3990

Re: Incomplete record read from file

Hi, I am getting the following Error when i try investigating a word. NV(608):9/9/2000 11:48:30 AM (MSG_vio.c:12; vio.c:1526) ERROR: Incomplete record read from file C:\Projects\WINNCRM\Data\CUSTOMER INV(608):9/9/2000 11:48:30 AM (MSG_vio.c:13; vio.c:1528) ERROR: len=462, BufCnt=249, BufSize=102400...
by ashok
Sun Sep 10, 2006 4:46 pm
Forum: IBM QualityStage
Topic: Importing DataStage File in Quality Stage
Replies: 5
Views: 3553

Re: Importing DataStage File in Quality Stage

Hello, In Quality Stage, how to import the sequential/.txt file created from DataStage. Do I need to manually copy file in QualityStage Server under the Data Folder? In Quality Stage designer, where to specifiy which File to import? I would appreciate your help. Yes, you need to import file into da...