Chapter Contents

Previous

Next
LINESIZE=

LINESIZE=



Specifies the line size of SAS procedure output

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Alias: LS=
Category: Log and procedure output control: SAS log and procedure output
PROC OPTIONS GROUP= LOG_LISTCONTROL


Syntax
Syntax Description
Details

Syntax

LINESIZE=n| nK | nM | nG | MIN | MAX | hex

Syntax Description

n | nK | nM | nG
specifies the number of buffers in multiples of 1, 1,000, 1,000,000, and 1, 000,000,000, respectively.

MIN
sets the line size of the SAS procedure output to 64.

MAX
sets the line size of the SAS procedure output to 256.

hex
specifies the line size of the SAS procedure output as a hexadecimal number. This number must be followed by an X.


Details

The LINESIZE= system option specifies the line size (printer line width) for the SAS log and the SAS procedure output file that are used by the DATA step and procedures.

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.  [cautionend]


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.