FastSort Manual

Sorting in Parallel
FastSort Manual429834-003
6-19
Parallel Sorting From COBOL85 Programs
Parallel Sorting From COBOL85 Programs
Example 6-2 on page 6-20 shows a COBOL85 program that calls COBOL85 interface
routines to perform a parallel sort run.
void error_handler (void)
{
/* error handling stubbed out */
return;
}
short DisplaySortStatistics (struct sortstats_template *instats)
{
/* Printing of statistics stubbed out */
return EXIT_SUCCESS;
}
/*------------------------E-N-D--------------------------------*/
Example 6-1. C Example of a Parallel Sort Run (page 5 of 5)