DMSLOGSIZE= System Option

Specifies the maximum number of rows that the SAS Log window can display.
Valid in: Configuration file, SAS invocation
Categories: Environment control: Display

Log and procedure output control: SAS log

PROC OPTIONS GROUP= ENVDISPLAY

LOGCONTROL

Restriction: This option is valid only in the SAS windowing environment.
Note: This option can be restricted by a site administrator. For more information, see Restricted Options.

Syntax

DMSLOGSIZE=n | nK | hexX | MIN | MAX

Syntax Description

n | nK
specifies the maximum number of rows that can be displayed in the SAS windowing environment Log window in multiples of 1 (n) or 1,024 (nK). For example, a value of 800 specifies 800 rows, and a value of 3K specifies 3,072 rows. Valid values range from 500 to 999999. The default is 99999.
hexX
specifies the maximum number of rows that can be displayed in the SAS windowing environment Log window as a hexadecimal value. You must specify the value beginning with a number (0-9), followed by an X. For example, 2ffx specifies 767 rows and 0A00x specifies 2,560 rows.
MIN
specifies to set the maximum number of rows that can be displayed in the SAS windowing environment Log window to 500.
MAX
specifies to set the maximum number of rows that can be displayed in the SAS windowing environment Log window to 999999.

Details

When the maximum number of rows have been displayed in the Log window, SAS prompts you to either file, print, save, or clear the Log window.

See Also

The SAS Log in SAS Language Reference: Concepts
System Options: