Using This Book

Conventions for Examples

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:

Printed Version

  
    goptions hpos=80 vpos=32;
 

Online Version

  
    goptions hpos=80 vpos=32 ypixels=800;
 

The remaining graphics options used in this book depend on the type of output as well as 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:

Half-Page Portrait

  
    goptions hsize=5.75 in vsize=4.0 in;
 

Full-Page Portrait

  
    goptions hsize=5.75 in vsize=8.0 in;
 

Full-Page Landscape

  
    goptions hsize=8.0 in vsize=5.75 in 
       border rotate=landscape;
 


Additional Graphics Options by Procedure

Previous Page | Next Page | Top of Page