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
Topic type
How Do I
Copyright
2024
First publish date
2010
Last edition
2024-08-27
Last publish date
2024-08-27T08:14:56.318001

0

Sort present records only. This instructs MFX to process only those records presently contained on the intermediate storage devices. The sort will receive message WER054I RCD IN xxxxxxxx, OUT yyyyyyyy if the data is read from SORTIN directly, or WER055I INSERT xxxxxxxx, DELETE yyyyyyyy if the data receives input exit (E14 or E15) or INCLUDE/OMIT processing. The mes­sage’s RCD IN or INSERT xxxxxxxx figure indicates how many records have been sorted. For a sort with no exits or INCLUDE/OMIT processing, the remaining records may be sorted by running another job using the SKIPREC=n parameter on the SORT control statement, skipping the xxxxxxxx number of records. The new sort will start just where the last one left off. The final output is obtained by running a MERGE with the two SORTOUT data sets. 

4

Try to sort all records. This tells MFX to continue to read in records from the input data set. If there are very few records left, the sort may complete success­fully. If there are too many records to continue the sort, MFX will terminate with a SORT CAPACITY EXCEEDED message.

12

Terminate MFX. MFX will terminate immediately with a SORT CAPACITY EXCEEDED message.