Advantages of MAXSORT - 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
  • Without MAXSORT, overlarge sorts require tape work areas or force you to segment the input and execute multiple disk sorts. With MAXSORT, any input data set can be handled by one sort execution using disk work space.

  • MAXSORT requires less disk space than ordinary sorts. Because MAXSORT stores the output of each individual sort on tape, the same disk SORTWK files can be used over and over again.

  • Since the output of each individual sort is a completely sorted data set, the original job may be interrupted for higher priority jobs without wasting processing time.

  • If a system or program failure occurs, whatever data sets have already been produced are still usable. The job can be restarted at the last breakpoint, and all previously produced data sets can be used without resorting.