Most of the output shown in this book is produced with the following SAS System options:
options linesize=80 pagesize=60 nonumber nodate;
In addition, most of the graphics output shown in this book are produced with the following options:
goptions hpos=80 vpos=32 ypixels=800;
The remaining graphics options used in this book depend on the type of output and on the procedure used to create the output. The general options for half-page portrait, full-page portrait, and full-page landscape output are as follows:
goptions hsize=5.75 in vsize=4.0 in;
goptions hsize=5.75 in vsize=8.0 in;
goptions hsize=8.0 in vsize=5.75 in border rotate=landscape;