FastSort Manual

Using SORT and SUBSORT DEFINEs
FastSort Manual429834-003
7-16
Serial Sort Run Example
SET DEFINE CPU 5
SET DEFINE MODE AUTOMATIC
SET DEFINE PRI 170
Display the current attribute set:
SHOW DEFINE *
CLASS SORT
SCRATCH $DISK
SCRATCHON
NOSCRATCHON
SWAP $DATA
MODE AUTOMATIC
CPU 5
BLOCK
PRI 170
SEGMENT
PROGRAM
CPUS
NOTCPUS
SUBSORTS
VLM
Create the SORT DEFINE and display the current attribute set for all current DEFINEs.
The current attribute set for the =SORT_RUN DEFINE is adopted from the working
attribute set.
ADD DEFINE =sort_run
INFO DEFINE **, DETAIL
Define Name =SORT_RUN
CLASS SORT
SCRATCH $DISK
SWAP $DATA
MODE AUTOMATIC
CPU 5
PRI 170
Define Name =_DEFAULTS
CLASS DEFAULTS
VOLUME $DISK.SUBVOL
SWAP $DATA
Run FastSort and specify the =SORT_RUN DEFINE in the RUN command:
> SORT
FastSort - T9620D30 - (31OCT94)
COPYRIGHT TANDEM COMPUTERS INCORPORATED 1991 - 1994
<FROM fruit
<TO sortout
<ASC 1:10
<RUN, DEFINE =sort_run
...