VERBOSE System Option: z/OS

Specifies whether SAS writes the start-up system option settings to the SAS log.
Valid in: Configuration file, SAS invocation
Category: Log and Procedure Output Control: LOGCONTROL
PROC OPTIONS GROUP= LOGCONTROL
Default: NOVERBOSE
z/OS specifics: Data written and where it is written

Syntax

VERBOSE | NOVERBOSE

Details

If you specify the VERBOSE system option at SAS invocation, then the settings of all SAS system options that were set at SAS invocation are displayed in the SAS log. They are displayed in the sequence in which they were processed.
When you specify the VERBOSE system option, it is preferable to specify it on the command line, so that all start–up options are reported. If you specify the VERBOSE system option in a configuration file, the options that are processed before VERBOSE is encountered are not displayed.
The settings are written to your SAS log. If SAS fails to initialize (for example, because of an unrecognized option specification), the VERBOSE output is written to the SASCLOG file (normally the terminal when SAS is run interactively).