DATE | NODATE NUMBER | NONUMBER PAGENO= PAGESIZE= LINESIZE=


LINESIZE=


The LINESIZE= option specifies the print line width for your log and procedure output. In the following example, each line of output produced by the PRINT procedure can contain up to 64 characters. Observations that do not fit in 64 characters continue on subsequent pages.
     options linesize=64;
proc print data=flights.europe;
run;


                         The SAS System                       1
                                    10:03 Friday, April 3, 1998

Obs  Flight Date   Depart   Orig   Dest  Miles Mail   Freight
                 
   1   821   04MAR90    9:31   LGA   LON     3442    403     209
   2   271   04MAR90   11:40   LGA   PAR     3856    492     308
   3   271   05MAR90   12:19   LGA   PAR     3857    366     498
   4   821   06MAR90   14:56   LGA   LON     3442    345     243
   5   821   07MAR90   13:17   LGA   LON     3635    248     307
   6   271   07MAR90    9:31   LGA   PAR     3442    353     205
   7   821   08MAR90   11:40   LGA   LON     3856    391     395
   8   271   08MAR90   12:19   LGA   PAR     3857    366     279
   9   821   09MAR90   14:56   LGA   LON     3442    219     368


                         The SAS System                        2
                                     10:03 Friday, April 3, 1998

Obs   Boarded   Transferred   Non
 Rev
  Deplaned  Capacity   DayM  Revenue
               
   1     167        17    7      222     250    1    150634
   2     146         8    3      163     250    1    156804
   3     177        15    5      227     250    1    190098
   4     167        13    4      222     250    1    150634
   5     215        14    6      158     250    1    193930
   6     155        18    7      172     250    2    166470
   7     186         8    1      114     250    2    167772
   8     152         7    4      187     250    2    163248
   9     203         6    3      210     250    2    183106







Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement