Is there any way to control the vertical sizing of SAS output? In other words, can I set the length of the output pages?
Yes, there is a PS (pagesize) option that can be set for SAS output. This option controls how many rows of characters are printed on each page. The default value for PS is 55. For example, the following command sets the number of output rows per page at 60.
OPTIONS PS=60;
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.