Exit E35 - Adding, Deleting, and Changing Records - mfx - 3.1

Syncsort™ MFX Programmers Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ Software
Product
Syncsort™ MFX > MFX
Version
3.1
Language
English
Content type
Programmer’s Guide
Product name
Syncsort™ MFX
Title
Syncsort™ MFX Programmers Guide
Copyright
2024
First publish date
2010
Last updated
2024-11-06
Published on
2024-11-06T17:38:26.716054

When an output data set is available, you can elect to incorporate this exit to add, delete or change records at the end of Phase 3. In the absence of an output data set, this exit has full responsibility for output processing and, under normal conditions, will delete every record passed by the sort.

E35 record processing has these constraints:

  • If a record is to be changed, it should first be moved to a work area.

  • The exit program may not destroy the contents of the parameter list.

  • A user exit may not take checkpoints.