SAS System Options |
Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
Alias: | LS= |
Category: | Log and procedure output control: SAS log and procedure output |
Log and procedure output control: SAS log | |
Log and procedure output control: Procedure output | |
PROC OPTIONS GROUP= | LOG_LISTCONTROL |
LISTCONTROL | |
LOGCONTROL | |
See: | LINESIZE= System Option under Windows UNIX OpenVMS z/OS |
Syntax | |
Syntax Description | |
Details | |
See Also |
Syntax |
LINESIZE=n | MIN | MAX | hexX |
specifies the number of characters in a line as a hexadecimal number. You must specify the value beginning with a number (0-9), followed by an X. For example, the value 0FAx sets the line size of the SAS procedure output to 250.
Details |
The LINESIZE= system option specifies the line size (printer line width) in characters for the SAS log and the SAS output that are used by the DATA step and procedures. The LINESIZE= system option affects the following output:
the Output window for the ODS LISTING destination
output produced for an ODS markup destination by a DATA step where the FILE statement destination is PRINT (the FILE PRINT ODS statement is not affected by the LINESIZE= system option)
procedures that produce only characters that cannot be scaled, such as the PLOT procedure, the CALENDAR procedure, the TIMEPLOT procedure, the FORMS procedure, and the CHART procedure
Operating Environment Information: The syntax that is shown here applies to the OPTIONS statement. On the command line or in a configuration file, the syntax is specific to your operating environment. For details, see the SAS documentation for your operating environment.
See Also |
"The SAS Log" in SAS Language Reference: Concepts
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.