Defines the program to be called to handle all SORT and MERGE operations.
Syntax:
>>-.---.--CALLSORT-"sort-name"--------------><
+-/-+
Parameters:
-
sort-name
- Root-name of a program to be called to process sorts and merges. One of:
- EXTSM
- The
.NET COBOL sort module supplied with this COBOL system
- NATIVESM
- The native sort module, for use only with .NET Core projects
Properties:
Default:
|
CALLSORT"NATIVESM" for .NET Core projects.
CALLSORT"EXTSM" for all other projects.
|
Phase:
|
Syntax check
|
$SET:
|
Initial
|