Previous Page | Next Page

SAS System Options

DMSLOGSIZE= System Option



Specifies the maximum number of rows that the SAS Log window can display.
Valid in: configuration file, SAS invocation
Category: Environment control: Display
Log and procedure output control: SAS log
Restriction: This option is valid only in the SAS windowing environment.
PROC OPTIONS GROUP= ENVDISPLAY
LOGCONTROL

Syntax
Syntax Description
Details
See Also

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

System Option:

DMSOUTSIZE= System Option

"The SAS Log" in SAS Language Reference: Concepts

Previous Page | Next Page | Top of Page