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_info_ext

ssan3_info_ext

Returns information about the selected system and population for the following
ssan3_info
control items:
  • map_profile
  • map_population
  • map_data
  • map_field

Prototype

using ssa.ssaname3 ; public sychronized int ssan3_info_ext ( int [ ] session , / / Long io String system_name , / / String in String population , / / String in String controls , / / String in String [ ] rsp , / / String out String [ ] ssaMsg , / / String out int in_count , / / Long in String [ ] info_count , / / StringArray in int [ ] count , / / Long out String [ ] info / / StringArray out int infosize / / StringArray out ) throws SSAAPIException , SSASocketException ;

Parameters

session
Refer to the Common Parameters section.
system
Refer to the Common Parameters section.
population
Refer to the Common Parameters section.
controls
Refer to the section Controls.
ssaMsg
Refer to the SSA-NAME3 Error Messages section.
count
A number defining the number of rows in the Items Array.
in_count
Number of records that the in_info parameter returns.
in_info
Array of records for the following ssan3_info control items:
  • map_profile
  • map_population
  • map_data
  • map_field
info
An array of 1024 byte rows, containing the data returned for the specific
ssan3_info
call.

Return Code

Negative for error and 0 for success.

0 COMMENTS

We’d like to hear from you!