Return Codes - 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

0

Accept this record. To instruct MFX to accept the record leaving Phase 2, whether changed or unchanged, place return code 0 into Register 15. The (work area) address of the record to be accepted must be placed into Register 1.

4

Delete this record. This tells MFX to delete the record about to leave Phase 2. It is not necessary to place the address of this record in Register 1. The next time MFX returns control to the exit program, the address of a new record will be in word 1 of the parameter list but word 2 will be unchanged. (This permits further summing, for example.)

16

Terminate MFX. MFX will end its program and return to the calling program or the supervisor. MFX will give you a completion code of 16 to indicate that the sort was unsuccessful.