Page 1 of 1

Different Stages in QualityStage

Posted: Wed Dec 29, 2004 12:49 am
by Anand K
Hi All

I am interested in knowing the different stages within QualityStage along with its brief functionality.

Can anyone please help me on this ??


Thanks
Anand K

Posted: Wed Dec 29, 2004 2:15 pm
by ray.wurlod
If you have QualityStage installed there is a manual called Stages.pdf that contains detailed information about each of the stages that are available. If you've been used to INTEGRITY (the former name for QualityStage), the names have changed; operators have become stages. The following table is from that manual's preface.

Code: Select all

Old Operator
Abbreviation     New Stage Name
------------     ------------------------
BLD operator     Build stage
CLP operator     Collapse stage
FFC operator     Format Convert stage
GTF operator     Transfer stage
NMA operator     Abbreviate stage
PGM operator     Program stage
PRS operator     Parse stage
SLC operator     Select stage
In addition to these there is also a Sort stage; however you do not need this with Build, Collapse or Unijoin stages since these incorporate sorting functionality. A Unijoin stage compares two sources, performing an exact match or a statistical match.

Posted: Wed Dec 29, 2004 9:40 pm
by Anand K
Thanks a lot, Ray