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

ssan3_addr_set_lines

ssan3_addr_set_lines

Use this function to provide an address to parse or validate.

Prototype

long ssan3_addr_set_lines ( long sockh , long * session , / / Long io char * rsp , / / String out long rsp_size , char * ssaMsg , / / String out long ssaMsg_size , char * line_1 , / / Block in long line_1_size , char * line_2 , / / Block in long line_2_size , char * line_3 , / / Block in long line_3_size , char * line_4 , / / Block in long line_4_size , char * line_5 , / / Block in long line_5_size , char * line_6 , / / Block in long line_6_size , char * line_7 , / / Block in long line_7_size , char * line_8 , / / Block in long line_8_size , char * line_9 , / / Block in long line_9_size , char * line_10 , / / Block in long line_10_size ) ;

Parameters

session
Refer to the Common Parameters section
rsp
Refer to the Common Parameters section
ssaMsg
Refer to the SSA-NAME3 Error Messages section
line_1
The first line of the address
line_2
The second line of the address
line_3
The third line of the address
line_4
The fourth line of the address
line_5
The fifth line of the address
line_6
The sixth line of the address
line_7
The seventh line of the address
line_8
The eighth line of the address
line_9
The ninth line of the address
line_10
The tenth line of the address

Return Code

negative for error, 0 for success

0 COMMENTS

We’d like to hear from you!