SAS Quality Knowledge Base for Contact Information 27
Name | |||
---|---|---|---|
Description |
The Tax ID parse definition parses Taxpayer Identification Number (TIN) information into a set of tokens. |
||
Output Tokens |
Tax ID Proper |
||
Example 1 | Input | Output Token | Output |
012345678332 | Tax ID Proper | 012345678 | |
Branch Code | 332 | ||
Example 2 | Input | Output Token | Output |
012345678 | Tax ID Proper | 012345678 | |
Branch Code | |||
Example 3 | Input | Output Token | Output |
28 075 409 008 | Tax ID Proper | 28 075 409 | |
Branch Code | 008 | ||
Example 4 | Input | Output Token | Output |
28 075 409 | Tax ID Proper | 28 075 409 | |
Branch Code | |||
Example 5 | Input | Output Token | Output |
1234567891111 | Tax ID Proper | 123456789 | |
Branch Code | 1111 | ||
Remarks | This definition also parses TINs of invalid length for the purposes of standardization, as seen in Example 3 and Example 4. See the Remarks section of the documentation for the Tax ID standardization definition for more details. |
Documentation Feedback: yourturn@sas.com |
Doc ID: QKBCI_ENPHL_Parse_TaxID.html |