|
Chapter Contents |
Previous |
Next |
| The PRINT Procedure |
| Procedure features: |
|
| Program |
options nodate pageno=1 linesize=70 pagesize=60;
| | proc print data=exprev double; |
| | var month state expenses; |
| | title 'Monthly Expenses for Offices in Each State'; run; |
| Output |
By default, PROC PRINT identifies each observation by number under the
column heading
Obs.
|
|
|
|
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.