Pagesize Option

Contents Index


The pagesize option (synonym ps) sets the number of lines per page in the SAS output window. Example:

options pagesize=60;

This statement should NOT appear inside a data step or a proc step.


Contents Index

Copyright © 1997 by Jerry Alan Veeh. All rights reserved.