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_convert_keys

ssan3_convert_keys

An optional function used to convert the SSA-NAME3 8-byte Keys, passed from the SSA-NAME3 Server, into 5-byte binary Keys. You may choose to store 5-byte binary Keys in order to save on disk space.
Note that some databases, programming languages and transport mechanisms will not support binary keys. If you are unsure, please contact Informatica Corporation.

Parameters

In
Socket Handle
Refer to the Common Parameters section
In
Keys Count
A number defining the actual number of keys to be converted
In
8-byte Keys
An array of 8-byte keys, containing the number of keys defined in Keys Count
In
8-byte Keys Size
Size of the array of 8-byte keys in bytes
Out
5-byte Keys
An array of 5-byte keys, containing the number of keys defined in Keys Count
In
5-byte Keys Size
Size of the array of 5-byte keys
Out
Response Code
Refer to the Common Parameters section
Out
Error Message
Refer to the SSA-NAME3 Error Messages section
For z/OS COBOL this function is named
CONVKEYS
. Refer to the sample code for more information.

0 COMMENTS

We’d like to hear from you!