 |
» |
|
|
|
NM and CM callable. Prints the SORT program statistics on $STDLIST.
Call SORTSTAT after you have called
the SORTEND intrinsic. Syntax |  |
I16A
SORTSTAT(statistics);
|
Parameters |  |
- statistics
16-bit signed integer array Returns MERGE program statistics, such as the number of records,
the number of intermediate passes, the space available in words,
the number of compares, the number of scratch file I/O operations,
the CPU time in minutes, and the elapsed time in minutes.
Related Information |  |
- Intrinsics
HPSORT, HPMERGE - Commands
None - Manuals
SORT-MERGE/XL Programmer's Guide (32650-90080)
|