How can I change the width of my SAS output?
There are two ways to do this:
1. Use the SAS OPTIONS statement.
To set your output to a column width of n, use the following syntax.
OPTIONS LINESIZE = n ;
This statement can be placed anywhere in a SAS command file.
2. Use the SAS menu bar.
Click on the Output window.
Click on Tools in the menu bar, then Options, then Output.
Click on the Display tab.
Select Linesize and click OK.
For more information, click on the Help button in the SAS menu bar and scroll to SAS Help and Documentation.
If you have further questions, send E-mail to stats@ssc.utexas.edu.