SAS System Options |
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 |
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.
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.
specifies to set the maximum number of rows that can be displayed in the SAS windowing environment Log window to 500.
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 |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.