|
Chapter Contents |
Previous |
Next |
| The PRINT Procedure |
| Tip: | If you omit the VAR statement, PROC PRINT prints all variables in the data set. |
| Featured in: | Selecting Variables to Print and Creating a Customized Layout with BY Groups and ID Variables |
| VAR variable(s); |
| Required Arguments |
| Interaction: | In the PROC PRINT output, variables that are listed in the ID statement precede variables that are listed in the VAR statement. If a variable in the ID statement also appears in the VAR statement, the output contains two columns for that variable. |
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.