FILENAME
|
Specifies the filename
created by the procedure.
|
VARIABLES
|
Specifies the procedure variables that are written to the output file.
The order in which variables are specified is the order in which they
appear in the output file. If this option is not specified, the default
variables are output.
|
SORT
|
Specifies the sequence of the output.
n is an integer that specifies the
maximum number of records to be sorted. The default for this parameter is
either the number of records in the database or the value specified in the
sortn parameter and need only
be specified if the number of records in the procedure table is greater than
the default. The procedure table is sorted by the specified variables in
variable list order. A variable name followed by (A) or (D)
specifies that for that variable the sort is in Ascending order (the
default) or in Descending order.
|
BOOLEAN
|
Specifies which procedure table records are used by the procedure.
The procedure table records for which the logical expression is true are used by
the procedure. If this option is not specified, all procedure table records are used.
|
SAMPLE
|
Specifies that a random sample of the procedure table records are
used by the procedure. The fraction specifies the percent of records
used and is specified as a positive decimal number less than or equal to 1
(one). .25, for example specifies that a 25% sample be used.
|