Table of Contents

Search

  1. Preface
  2. Introduction
  3. Definition File Overview
  4. Customization Steps
  5. Service Group Definition
  6. Algorithm Definition
  7. Edit-list Definition
  8. Matching Scheme Definition

Service Group Definition and Customization Guide

Service Group Definition and Customization Guide

Example 8

Example 8

An example on usage of
DELETECODEKEYS
keyword.
Nameset Definitions and output:
NAME-FORMAT=RIGHT *CODEKEYS,CODEPREFIX=91,TRANSPOSEKEYS,MINCODELEN=5,MAXCODELEN=10,NOSTAB,NM3KEYSIZE=12* Input 1: 918012345678 Output: KEYS: 1 220149FA0800000000000000 NC 2 220A664AC000000000000000 NC Input 2: 91801234568 Output: KEYS: 1 220149FA4000000000000000 NC 2 220A66420000000000000000 NC
The difference in Input 1 and Input 2. There is a deletion error in Input 2 ’7’ is missing within the
MINCODELEN
from right. You can see that there is no common keys generated for these two inputs. The above would require the
DELETECODEKEYS
keyword for a common key to be generated.
Nameset Definitions and output:
NAME-FORMAT=RIGHT *CODEKEYS,CODEPREFIX=91,TRANSPOSEKEYS,DELETECODEKEYS,MINCODELEN=10,MAXCODELEN=20,NOSTAB, Input 1: 918012345678 Output: KEYS: 1 220149FA0800000000000000 NC 2 220A664AC000000000000000 NC 3 220149FA0000000000000000 NC 4 220A6641C000000000000000 NC 5 220149FA4000000000000000 NC 6 220A66420000000000000000 NC 7 220149FAC000000000000000 NC 8 220A66520000000000000000 NC 9 22014A0AC000000000000000 NC 10 220A66820000000000000000 NC 11 22014A4AC000000000000000 NC 12 220A6A820000000000000000 NC Input 2: 91801234568 Output: KEYS: 1 220149FA4000000000000000 NC 2 220A66420000000000000000 NC 3 220149F18000000000000000 NC 4 220A66400000000000000000 NC 5 220149F20000000000000000 NC 6 220A66600000000000000000 NC 7 22014A020000000000000000 NC 8 220A66900000000000000000 NC 9 22014A420000000000000000 NC 10 220A6A900000000000000000 NC 11 22014E420000000000000000 NC 12 220A7E900000000000000000 NC
The keys ’5’ and ’6’ of Input 1 are common with the keys ’1’ and ’2’ of Input 2. A common key may not have got generated in case if the deletion error was beyond the
MINCODELEN
. This keyword can be used for exhaustive key generation. For information on
DELETECODEKEYS
keyword, see the
NAMESET Code Key Building Keywords
table given above.

0 COMMENTS

We’d like to hear from you!