Data exit points - assure_mimix - 10.0

Assure MIMIX Promoter User Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software
Version
10.0
Language
English
Product name
Assure MIMIX
Title
Assure MIMIX Promoter User Guide
Topic type
How Do I
Copyright
2021
First publish date
1999

The following list describes the data exit points:

  •    Data initialize exit point: This exit point is called just before the CPYACTF command begins coping from the source to the target file. This function replaces the default CPYACTF command processing for field mapping.

  •    Data transfer exit point: This exit point is called for each record transferred from the source file to the target file. This function would typically be used to perform user specific data mapping. The data exit program or service program is required to set up the target data buffer and target null map when handling this function. The target data buffer and target null map are used to transfer the data to the target file. This function replaces the default CPYACTF data mapping functionality.

  •    Data finalize exit point: This exit point is called after the CPYACTF process has completed coping from the source to the target file. This function provides the compliment to the initialize function and allows for cleanup of anything allocated during the initialize processing.

See Programs included with Assure MIMIX Promoter for a list of the programs included with Assure MIMIX Promoter.