SORTLIST System Option: z/OS

Enables passing of the LIST parameter to the host sort utility.
Valid in: Configuration file, SAS invocation, OPTIONS statement, SAS System Options window
Category: Sort: SORT
PROC OPTIONS GROUP= SORT
Default: NOSORTLIST
z/OS specifics: All

Syntax

SORTLIST | NOSORTLIST

Required Arguments

SORTLIST
tells SAS to pass the LIST parameter to the host sort utility when the SORT procedure is invoked. The host sort utility uses the LIST parameter to determine whether to list control statements.
NOSORTLIST
tells SAS not to pass the LIST parameter to the host sort utility.

Details

The SORTLIST option controls whether the LIST parameter is passed to the host sort utility.
Note: If the default for your sort utility is to print messages, then NOSORTLIST has no effect.