FastSort Manual

Using FastSort Commands
FastSort Manual429834-003
3-19
RUN Command
The NOTCPUS command is also useful to exclude processors you already specified in
a CPUS command. This example excludes processors from a list specified in a
previous run:
<CPUS 0,1,4,5,7,8,10,12 !Use any CPUs in this list.
...
<SAVE ALL !Save all command parameters.
<RUN
...
<NOTCPUS 7,8 !Use any CPUs in the list except these.
<SAVE NOTCPUS
<RUN
...
RUN Command
Use the RUN command to start a sort or merge run. In RUN command options you can
specify SORTPROG process start parameters, allocate necessary disk space, and
indicate whether to remove records that have duplicate key values. RUN is the last
command you can enter before a sort or merge run.
scratch-file
is the name of an initial scratch file. If you omit the scratch-file and scratch-
vol parameters, FastSort creates a scratch file on a suitable volume. If you specify
an existing file, it must be unstructured. FastSort purges all data in an existing
scratch file before using it. For more information about scratch, see Managing Sort
Workspace on page 9-1.
scratch-vol
is the name of a volume for an initial scratch file. If you omit the scratch-vol
and scratch-file parameters or if there is insufficient space for a scratch file
on the volume you specify, FastSort tries to create a scratch file on a suitable
RUN [ scratch-file | scratch-vol]
[ , AUTOMATIC ]
[ , BLOCK size ]
[ , CPU processor ]
[ , MEM memory ]
[ , MINSPACE ]
[ , MINTIME ]
[ , PRI priority ]
[ , { REMOVEDUPS | REMD } ]
[ , DEFINE define-name ]
[ , SEGMENT size ]
[ , PROGRAM file ]
[ , SWAP file ]
[ , NOSCRATCHON (scratch-vol [, scratch-vol]...)]
[ , SCRATCHON (scratch-vol [, scratch-vol]...)]