Table of Contents

Search

  1. Preface
  2. Introduction
  3. Program Design
  4. SSA-NAME3 Functions
  5. Language Specific Guidelines
  6. Controls
  7. Advanced Controls
  8. Address Standardization
  9. ASM Workbench

SSA-NAME3 API Reference Guide

SSA-NAME3 API Reference Guide

Initialization

Initialization

A session must first be created by calling
ssan3_open
.
Each caller must initialize the Address Standardization sub-system by calling
ssan3_addr_init
. This API must be called prior to calling any other Address Standardization APIs.
By default ASM uses AddressDoctor v4. To use ASM with AddressDoctor v5 call
ssan3_addr_set_option
API prior to calling
ssan3_addr_init
. Refer below table for
ssan3_addr_set_option
:
Option Name
Option Value
Meaning
LIBRARY_VERSION
V5
Use ASM with AddressDoctor v5
V4
Use ASM with AddressDoctor v4

0 COMMENTS

We’d like to hear from you!